SYMBOL INDEX (684 symbols across 174 files) FILE: AlexaSkillsKit.Lib/AsyncHelpers.cs class AsyncHelpers (line 10) | public static class AsyncHelpers method RunSync (line 16) | public static void RunSync(Func task) { method RunSync (line 43) | public static T RunSync(Func> task) { class ExclusiveSynchronizationContext (line 65) | private class ExclusiveSynchronizationContext : SynchronizationContext method Send (line 73) | public override void Send(SendOrPostCallback d, object state) { method Post (line 77) | public override void Post(SendOrPostCallback d, object state) { method EndMessageLoop (line 84) | public void EndMessageLoop() { method BeginMessageLoop (line 88) | public void BeginMessageLoop() { method CreateCopy (line 109) | public override SynchronizationContext CreateCopy() { FILE: AlexaSkillsKit.Lib/Authentication/SpeechletRequestSignatureVerifier.cs class SpeechletRequestSignatureVerifier (line 19) | public class SpeechletRequestSignatureVerifier method VerifyCertificateUrl (line 33) | public static bool VerifyCertificateUrl(string certChainUrl) { method VerifyRequestSignature (line 54) | public static bool VerifyRequestSignature( method VerifyRequestSignatureAsync (line 79) | public async static Task VerifyRequestSignatureAsync( method RetrieveAndVerifyCertificate (line 104) | public static X509Certificate RetrieveAndVerifyCertificate(string cert... method RetrieveAndVerifyCertificateAsync (line 132) | public async static Task RetrieveAndVerifyCertificate... method CheckRequestSignature (line 162) | public static bool CheckRequestSignature( method CheckCertSubjectNames (line 185) | private static bool CheckCertSubjectNames(X509Certificate cert) { FILE: AlexaSkillsKit.Lib/Authentication/SpeechletRequestTimestampVerifier.cs class SpeechletRequestTimestampVerifier (line 9) | public class SpeechletRequestTimestampVerifier method VerifyRequestTimestamp (line 14) | public static bool VerifyRequestTimestamp(SpeechletRequestEnvelope req... FILE: AlexaSkillsKit.Lib/Authentication/SpeechletRequestValidationResult.cs type SpeechletRequestValidationResult (line 7) | [Flags] FILE: AlexaSkillsKit.Lib/Helpers/DateTimeHelpers.cs class DateTimeHelpers (line 9) | public class DateTimeHelpers method FromAlexaTimestamp (line 11) | public static DateTime FromAlexaTimestamp(JObject requestJson) { method FromUnixTimeMilliseconds (line 37) | public static DateTimeOffset FromUnixTimeMilliseconds(string timestamp) { FILE: AlexaSkillsKit.Lib/Interfaces/AudioPlayer/AudioItem.cs class AudioItem (line 8) | public class AudioItem FILE: AlexaSkillsKit.Lib/Interfaces/AudioPlayer/AudioItemStream.cs class AudioItemStream (line 8) | public class AudioItemStream FILE: AlexaSkillsKit.Lib/Interfaces/AudioPlayer/AudioPlayerInterface.cs class AudioPlayerInterface (line 8) | public class AudioPlayerInterface : ISpeechletInterface method FromJson (line 10) | public static AudioPlayerInterface FromJson(JObject json) FILE: AlexaSkillsKit.Lib/Interfaces/AudioPlayer/AudioPlayerPlaybackFailedRequest.cs class AudioPlayerPlaybackFailedRequest (line 11) | public class AudioPlayerPlaybackFailedRequest : AudioPlayerRequest method AudioPlayerPlaybackFailedRequest (line 13) | public AudioPlayerPlaybackFailedRequest(string subtype, JObject json) ... FILE: AlexaSkillsKit.Lib/Interfaces/AudioPlayer/AudioPlayerRequest.cs class AudioPlayerRequest (line 11) | public class AudioPlayerRequest : ExtendedSpeechletRequest method AudioPlayerRequest (line 15) | public AudioPlayerRequest(string subtype, JObject json) : base(TypeNam... FILE: AlexaSkillsKit.Lib/Interfaces/AudioPlayer/AudioPlayerResponse.cs class AudioPlayerResponse (line 12) | public class AudioPlayerResponse : ISpeechletResponse FILE: AlexaSkillsKit.Lib/Interfaces/AudioPlayer/AudioPlayerState.cs class AudioPlayerState (line 9) | public class AudioPlayerState : ISpeechletInterfaceState method FromJson (line 11) | public static AudioPlayerState FromJson(JObject json) { type PlayerActivityEnum (line 38) | public enum PlayerActivityEnum FILE: AlexaSkillsKit.Lib/Interfaces/AudioPlayer/Directives/AudioPlayerClearQueueDirective.cs class AudioPlayerClearQueueDirective (line 8) | public class AudioPlayerClearQueueDirective : AudioPlayerDirective method AudioPlayerClearQueueDirective (line 10) | public AudioPlayerClearQueueDirective() : base("ClearQueue") { type ClearBehaviorEnum (line 19) | public enum ClearBehaviorEnum FILE: AlexaSkillsKit.Lib/Interfaces/AudioPlayer/Directives/AudioPlayerDirective.cs class AudioPlayerDirective (line 10) | public class AudioPlayerDirective : Directive method AudioPlayerDirective (line 12) | public AudioPlayerDirective(string subtype) : base($"AudioPlayer.{subt... FILE: AlexaSkillsKit.Lib/Interfaces/AudioPlayer/Directives/AudioPlayerPlayDirective.cs class AudioPlayerPlayDirective (line 8) | public class AudioPlayerPlayDirective : AudioPlayerDirective method AudioPlayerPlayDirective (line 10) | public AudioPlayerPlayDirective() : base("Play") { type PlayBehaviorEnum (line 24) | public enum PlayBehaviorEnum FILE: AlexaSkillsKit.Lib/Interfaces/AudioPlayer/Directives/AudioPlayerStopDirective.cs class AudioPlayerStopDirective (line 8) | public class AudioPlayerStopDirective : AudioPlayerDirective method AudioPlayerStopDirective (line 10) | public AudioPlayerStopDirective() : base("Stop") { FILE: AlexaSkillsKit.Lib/Interfaces/AudioPlayer/IAudioPlayerSpeechlet.cs type IAudioPlayerSpeechlet (line 7) | public interface IAudioPlayerSpeechlet method OnAudioPlayer (line 9) | AudioPlayerResponse OnAudioPlayer(AudioPlayerRequest audioRequest, Con... method OnPlaybackController (line 10) | AudioPlayerResponse OnPlaybackController(PlaybackControllerRequest pla... method OnSystemExceptionEncountered (line 11) | void OnSystemExceptionEncountered(SystemExceptionEncounteredRequest sy... FILE: AlexaSkillsKit.Lib/Interfaces/AudioPlayer/IAudioPlayerSpeechletAsync.cs type IAudioPlayerSpeechletAsync (line 8) | public interface IAudioPlayerSpeechletAsync method OnAudioPlayerAsync (line 10) | Task OnAudioPlayerAsync(AudioPlayerRequest audioR... method OnPlaybackControllerAsync (line 11) | Task OnPlaybackControllerAsync(PlaybackController... method OnSystemExceptionEncounteredAsync (line 12) | Task OnSystemExceptionEncounteredAsync(SystemExceptionEncounteredReque... FILE: AlexaSkillsKit.Lib/Interfaces/AudioPlayer/PlaybackControllerRequest.cs class PlaybackControllerRequest (line 11) | public class PlaybackControllerRequest : ExtendedSpeechletRequest method PlaybackControllerRequest (line 15) | public PlaybackControllerRequest(string subtype, JObject json) : base(... FILE: AlexaSkillsKit.Lib/Interfaces/Dialog/Directives/DialogConfirmIntentDirective.cs class DialogConfirmIntentDirective (line 8) | public class DialogConfirmIntentDirective : DialogDirective method DialogConfirmIntentDirective (line 10) | public DialogConfirmIntentDirective() : base("ConfirmIntent") { FILE: AlexaSkillsKit.Lib/Interfaces/Dialog/Directives/DialogConfirmSlotDirective.cs class DialogConfirmSlotDirective (line 8) | public class DialogConfirmSlotDirective : DialogDirective method DialogConfirmSlotDirective (line 10) | public DialogConfirmSlotDirective() : base("ConfirmSlot") { FILE: AlexaSkillsKit.Lib/Interfaces/Dialog/Directives/DialogDelegateDirective.cs class DialogDelegateDirective (line 8) | public class DialogDelegateDirective : DialogDirective method DialogDelegateDirective (line 10) | public DialogDelegateDirective() : base("Delegate") { FILE: AlexaSkillsKit.Lib/Interfaces/Dialog/Directives/DialogDirective.cs class DialogDirective (line 11) | public class DialogDirective: Directive method DialogDirective (line 13) | public DialogDirective(string subtype) : base($"Dialog.{subtype}") { FILE: AlexaSkillsKit.Lib/Interfaces/Dialog/Directives/DialogElicitSlotDirective.cs class DialogElicitSlotDirective (line 8) | public class DialogElicitSlotDirective : DialogDirective method DialogElicitSlotDirective (line 10) | public DialogElicitSlotDirective() : base("ElicitSlot") { FILE: AlexaSkillsKit.Lib/Interfaces/Display/Directives/DisplayRenderTemplateDirective.cs class DisplayRenderTemplateDirective (line 10) | public class DisplayRenderTemplateDirective : Directive method DisplayRenderTemplateDirective (line 12) | public DisplayRenderTemplateDirective() : base("Display.RenderTemplate... FILE: AlexaSkillsKit.Lib/Interfaces/Display/Directives/HintDirective.cs class HintDirective (line 10) | public class HintDirective : Directive method HintDirective (line 12) | public HintDirective() : base("Hint") { FILE: AlexaSkillsKit.Lib/Interfaces/Display/DisplayImage.cs class DisplayImage (line 10) | public class DisplayImage FILE: AlexaSkillsKit.Lib/Interfaces/Display/DisplayImageSource.cs class DisplayImageSource (line 8) | public class DisplayImageSource type ImageSizeEnum (line 30) | public enum ImageSizeEnum FILE: AlexaSkillsKit.Lib/Interfaces/Display/DisplayInterface.cs class DisplayInterface (line 11) | public class DisplayInterface: ISpeechletInterface method FromJson (line 16) | public static DisplayInterface FromJson(JObject json) { FILE: AlexaSkillsKit.Lib/Interfaces/Display/DisplayRequest.cs class DisplayRequest (line 11) | public class DisplayRequest : ExtendedSpeechletRequest method DisplayRequest (line 15) | public DisplayRequest(string subtype, JObject json) : base(TypeName, s... FILE: AlexaSkillsKit.Lib/Interfaces/Display/DisplayTemplate.cs class DisplayTemplate (line 10) | public class DisplayTemplate type ButtonStateEnum (line 52) | public enum ButtonStateEnum FILE: AlexaSkillsKit.Lib/Interfaces/Display/IDisplaySpeechlet.cs type IDisplaySpeechlet (line 7) | public interface IDisplaySpeechlet method OnDisplay (line 9) | SpeechletResponse OnDisplay(DisplayRequest displayRequest, Context con... FILE: AlexaSkillsKit.Lib/Interfaces/Display/IDisplaySpeechletAsync.cs type IDisplaySpeechletAsync (line 8) | public interface IDisplaySpeechletAsync method OnDisplayAsync (line 10) | Task OnDisplayAsync(DisplayRequest displayRequest, ... FILE: AlexaSkillsKit.Lib/Interfaces/Display/ListItem.cs class ListItem (line 8) | public class ListItem FILE: AlexaSkillsKit.Lib/Interfaces/Display/TextContent.cs class TextContent (line 8) | public class TextContent FILE: AlexaSkillsKit.Lib/Interfaces/Display/TextField.cs class TextField (line 8) | public class TextField type TextTypeEnum (line 20) | public enum TextTypeEnum FILE: AlexaSkillsKit.Lib/Interfaces/VideoApp/Directives/VideoAppLaunchDirective.cs class VideoAppLaunchDirective (line 10) | public class VideoAppLaunchDirective : Directive method VideoAppLaunchDirective (line 12) | public VideoAppLaunchDirective() : base("VideoApp.Launch") { FILE: AlexaSkillsKit.Lib/Interfaces/VideoApp/VideoItem.cs class VideoItem (line 8) | public class VideoItem FILE: AlexaSkillsKit.Lib/Interfaces/VideoApp/VideoItemMetadata.cs class VideoItemMetadata (line 8) | public class VideoItemMetadata FILE: AlexaSkillsKit.Lib/Json/CamelCasePropertyNamesExceptDictionaryKeysContractResolver.cs class CamelCasePropertyNamesExceptDictionaryKeysContractResolver (line 8) | public class CamelCasePropertyNamesExceptDictionaryKeysContractResolver ... method CreateDictionaryContract (line 10) | protected override JsonDictionaryContract CreateDictionaryContract(Typ... FILE: AlexaSkillsKit.Lib/Json/Deserializer.cs class Deserializer (line 9) | public class Deserializer method RegisterDeserializer (line 13) | public static void RegisterDeserializer(string name, Func ... method FromJson (line 17) | public static T FromJson(JProperty json) { FILE: AlexaSkillsKit.Lib/Json/SpeechletRequestEnvelope.cs class SpeechletRequestEnvelope (line 11) | public class SpeechletRequestEnvelope method SpeechletRequestEnvelope (line 15) | static SpeechletRequestEnvelope() { method FromJson (line 28) | public static SpeechletRequestEnvelope FromJson(string content) { method FromJson (line 43) | public static SpeechletRequestEnvelope FromJson(JObject json) { FILE: AlexaSkillsKit.Lib/Json/SpeechletRequestParser.cs class SpeechletRequestParser (line 11) | public class SpeechletRequestParser method Parse (line 16) | private SpeechletRequest Parse(string type, string subtype, JObject js... method Parse (line 22) | public SpeechletRequest Parse(JObject json) { method AddInterface (line 39) | public void AddInterface(string name, Func OnIntentAsync(IntentRequest intentRequest, Ses... method OnLaunchAsync (line 12) | Task OnLaunchAsync(LaunchRequest launchRequest, Ses... method OnSessionStartedAsync (line 13) | Task OnSessionStartedAsync(SessionStartedRequest sessionStartedRequest... method OnSessionEndedAsync (line 14) | Task OnSessionEndedAsync(SessionEndedRequest sessionEndedRequest, Sess... FILE: AlexaSkillsKit.Lib/Speechlet/ISpeechletBase.cs type ISpeechletBase (line 9) | public interface ISpeechletBase method OnRequestValidation (line 11) | bool OnRequestValidation(SpeechletRequestValidationResult result, Date... FILE: AlexaSkillsKit.Lib/Speechlet/ISpeechletInterface.cs type ISpeechletInterface (line 5) | public interface ISpeechletInterface FILE: AlexaSkillsKit.Lib/Speechlet/ISpeechletInterfaceState.cs type ISpeechletInterfaceState (line 5) | public interface ISpeechletInterfaceState FILE: AlexaSkillsKit.Lib/Speechlet/ISpeechletResponse.cs type ISpeechletResponse (line 5) | public interface ISpeechletResponse FILE: AlexaSkillsKit.Lib/Speechlet/ISpeechletWithContext.cs type ISpeechletWithContext (line 5) | public interface ISpeechletWithContext method OnIntent (line 7) | SpeechletResponse OnIntent(IntentRequest intentRequest, Session sessio... method OnLaunch (line 8) | SpeechletResponse OnLaunch(LaunchRequest launchRequest, Session sessio... method OnSessionStarted (line 9) | void OnSessionStarted(SessionStartedRequest sessionStartedRequest, Ses... method OnSessionEnded (line 10) | void OnSessionEnded(SessionEndedRequest sessionEndedRequest, Session s... FILE: AlexaSkillsKit.Lib/Speechlet/ISpeechletWithContextAsync.cs type ISpeechletWithContextAsync (line 7) | public interface ISpeechletWithContextAsync method OnIntentAsync (line 9) | Task OnIntentAsync(IntentRequest intentRequest, Ses... method OnLaunchAsync (line 10) | Task OnLaunchAsync(LaunchRequest launchRequest, Ses... method OnSessionStartedAsync (line 11) | Task OnSessionStartedAsync(SessionStartedRequest sessionStartedRequest... method OnSessionEndedAsync (line 12) | Task OnSessionEndedAsync(SessionEndedRequest sessionEndedRequest, Sess... FILE: AlexaSkillsKit.Lib/Speechlet/IntentRequest.cs class IntentRequest (line 9) | public class IntentRequest : SpeechletRequest method IntentRequest (line 11) | public IntentRequest(JObject json) : base(json) { type DialogStateEnum (line 29) | public enum DialogStateEnum FILE: AlexaSkillsKit.Lib/Speechlet/LaunchRequest.cs class LaunchRequest (line 7) | public class LaunchRequest : SpeechletRequest method LaunchRequest (line 9) | public LaunchRequest(JObject json) : base(json) { FILE: AlexaSkillsKit.Lib/Speechlet/Person.cs class Person (line 8) | public class Person method FromJson (line 15) | public static Person FromJson(JObject json) { FILE: AlexaSkillsKit.Lib/Speechlet/PlaybackState.cs class PlaybackState (line 11) | public class PlaybackState method FromJson (line 13) | public static PlaybackState FromJson(JObject json) { type PlayerActivityEnum (line 40) | public enum PlayerActivityEnum FILE: AlexaSkillsKit.Lib/Speechlet/Session.cs class Session (line 9) | public class Session method FromJson (line 19) | public static Session FromJson(JObject json) { FILE: AlexaSkillsKit.Lib/Speechlet/SessionEndedRequest.cs class SessionEndedRequest (line 8) | public class SessionEndedRequest : SpeechletRequest method SessionEndedRequest (line 10) | public SessionEndedRequest(JObject json) : base(json) { type ReasonEnum (line 28) | public enum ReasonEnum FILE: AlexaSkillsKit.Lib/Speechlet/SessionStartedRequest.cs class SessionStartedRequest (line 5) | public class SessionStartedRequest : SpeechletRequest method SessionStartedRequest (line 7) | public SessionStartedRequest(SpeechletRequest other) : base(other) { FILE: AlexaSkillsKit.Lib/Speechlet/Speechlet.cs class Speechlet (line 7) | [Obsolete("Does not support context object. Derive from SpeechletBase in... method OnIntent (line 10) | public abstract SpeechletResponse OnIntent(IntentRequest intentRequest... method OnLaunch (line 11) | public abstract SpeechletResponse OnLaunch(LaunchRequest launchRequest... method OnSessionStarted (line 12) | public abstract void OnSessionStarted(SessionStartedRequest sessionSta... method OnSessionEnded (line 13) | public abstract void OnSessionEnded(SessionEndedRequest sessionEndedRe... FILE: AlexaSkillsKit.Lib/Speechlet/SpeechletAsync.cs class SpeechletAsync (line 8) | [Obsolete("Does not support context object. Derive from SpeechletBase in... method OnIntentAsync (line 11) | public abstract Task OnIntentAsync(IntentRequest in... method OnLaunchAsync (line 12) | public abstract Task OnLaunchAsync(LaunchRequest la... method OnSessionEndedAsync (line 13) | public abstract Task OnSessionEndedAsync(SessionEndedRequest sessionEn... method OnSessionStartedAsync (line 14) | public abstract Task OnSessionStartedAsync(SessionStartedRequest sessi... FILE: AlexaSkillsKit.Lib/Speechlet/SpeechletBase.cs class SpeechletBase (line 12) | public class SpeechletBase : ISpeechletBase method SpeechletBase (line 16) | protected SpeechletBase() { method GetResponse (line 26) | public HttpResponseMessage GetResponse(HttpRequestMessage httpRequest) { method GetResponseAsync (line 30) | public async Task GetResponseAsync(HttpRequestMes... method ProcessRequest (line 40) | public string ProcessRequest(string requestContent) { method ProcessRequestAsync (line 44) | public async Task ProcessRequestAsync(string requestContent) { method ProcessRequest (line 55) | public virtual string ProcessRequest(JObject requestJson) { method ProcessRequestAsync (line 59) | public async Task ProcessRequestAsync(JObject requestJson) { method OnRequestValidation (line 69) | public virtual bool OnRequestValidation( FILE: AlexaSkillsKit.Lib/Speechlet/SpeechletException.cs class SpeechletException (line 7) | public class SpeechletException : Exception method SpeechletException (line 9) | public SpeechletException() : base() { method SpeechletException (line 13) | public SpeechletException(string message) : base(message) { method SpeechletException (line 17) | public SpeechletException(string message, Exception cause) : base(mess... FILE: AlexaSkillsKit.Lib/Speechlet/SpeechletRequest.cs class SpeechletRequest (line 9) | public abstract class SpeechletRequest method SpeechletRequest (line 11) | protected SpeechletRequest(JObject json) { method SpeechletRequest (line 17) | protected SpeechletRequest(SpeechletRequest other) { FILE: AlexaSkillsKit.Lib/Speechlet/SpeechletResponse.cs class SpeechletResponse (line 11) | public class SpeechletResponse : ISpeechletResponse method SpeechletResponse (line 16) | public SpeechletResponse() { FILE: AlexaSkillsKit.Lib/Speechlet/SpeechletService.cs class SpeechletService (line 18) | public class SpeechletService method AddHandler (line 28) | public void AddHandler(string type, Func GetResponseAsync(HttpRequestMes... method GetRequestAsync (line 100) | public async Task GetRequestAsync(string con... method ProcessRequestAsync (line 162) | public async Task ProcessRequestAsync(Speec... method HandleStandardRequestAsync (line 188) | private async Task HandleStandardRequestAsync( method HandleExtendedRequestAsync (line 251) | private async Task HandleExtendedRequestAsync(Exte... method DoSessionManagement (line 259) | private void DoSessionManagement(IntentRequest request, Session sessio... FILE: AlexaSkillsKit.Lib/Speechlet/SpeechletValidationException.cs class SpeechletValidationException (line 8) | public class SpeechletValidationException : SpeechletException method SpeechletValidationException (line 12) | public SpeechletValidationException(SpeechletRequestValidationResult v... method SpeechletValidationException (line 16) | public SpeechletValidationException(SpeechletRequestValidationResult v... method SpeechletValidationException (line 20) | public SpeechletValidationException(SpeechletRequestValidationResult v... FILE: AlexaSkillsKit.Lib/Speechlet/SupportedInterfaces.cs class SupportedInterfaces (line 15) | public class SupportedInterfaces : Dictionary method SupportedInterfaces (line 20) | static SupportedInterfaces() { method FromJson (line 25) | public static SupportedInterfaces FromJson(JObject json) { method SupportedInterfaces (line 34) | private SupportedInterfaces(IDictionary d... FILE: AlexaSkillsKit.Lib/Speechlet/SystemExceptionEncounteredRequest.cs class SystemExceptionEncounteredRequest (line 10) | public class SystemExceptionEncounteredRequest : SystemRequest method SystemExceptionEncounteredRequest (line 12) | public SystemExceptionEncounteredRequest(string subtype, JObject json)... FILE: AlexaSkillsKit.Lib/Speechlet/SystemRequest.cs class SystemRequest (line 10) | public class SystemRequest : ExtendedSpeechletRequest method SystemRequest (line 14) | public SystemRequest(string subtype, JObject json) : base(TypeName, su... FILE: AlexaSkillsKit.Lib/Speechlet/SystemState.cs class SystemState (line 10) | public class SystemState : ISpeechletInterfaceState method FromJson (line 12) | public static SystemState FromJson(JObject json) { FILE: AlexaSkillsKit.Lib/Speechlet/User.cs class User (line 8) | public class User method FromJson (line 15) | public static User FromJson(JObject json) { FILE: AlexaSkillsKit.Lib/UI/AskForPermissionsConsentCard.cs class AskForPermissionsConsentCard (line 10) | public class AskForPermissionsConsentCard : Card FILE: AlexaSkillsKit.Lib/UI/Card.cs class Card (line 7) | public abstract class Card FILE: AlexaSkillsKit.Lib/UI/Image.cs class Image (line 8) | public class Image FILE: AlexaSkillsKit.Lib/UI/LinkAccountCard.cs class LinkAccountCard (line 8) | public class LinkAccountCard : Card FILE: AlexaSkillsKit.Lib/UI/OutputSpeech.cs class OutputSpeech (line 8) | public abstract class OutputSpeech FILE: AlexaSkillsKit.Lib/UI/PlainTextOutputSpeech.cs class PlainTextOutputSpeech (line 5) | public class PlainTextOutputSpeech : OutputSpeech FILE: AlexaSkillsKit.Lib/UI/Reprompt.cs class Reprompt (line 8) | public class Reprompt FILE: AlexaSkillsKit.Lib/UI/SimpleCard.cs class SimpleCard (line 5) | public class SimpleCard : Card FILE: AlexaSkillsKit.Lib/UI/SsmlOutputSpeech.cs class SsmlOutputSpeech (line 8) | public class SsmlOutputSpeech : OutputSpeech FILE: AlexaSkillsKit.Lib/UI/StandardCard.cs class StandardCard (line 5) | public class StandardCard : Card FILE: AlexaSkillsKit.Sample.Dialog.AzureFunc.FunctionalTests/SampleIntent1HandlerTests.cs class SampleIntent1HandlerTests (line 11) | [TestClass] method SampleIntent1HandlerTests (line 16) | public SampleIntent1HandlerTests() { method SampleIntent1HandlerNoValueNew (line 21) | [TestMethod] method SampleIntent1HandlerNoValueUnconfirmed (line 33) | [TestMethod] method SampleIntent1HandlerHasValueUnconfirmed (line 47) | [TestMethod] method SampleIntent1HandlerRejected (line 62) | [TestMethod] method SampleIntent1HandlerHasValueConfirmed (line 75) | [TestMethod] FILE: AlexaSkillsKit.Sample.Dialog.AzureFunc.FunctionalTests/SampleIntent2HandlerTests.cs class SampleIntent2HandlerTests (line 9) | [TestClass] method SampleIntent2HandlerTests (line 14) | public SampleIntent2HandlerTests() { method SampleIntent2HandlerNoValueNew (line 19) | [TestMethod] method SampleIntent2HandlerNoValueNotNew (line 31) | [TestMethod] method SampleIntent2HandlerHasValueNew (line 43) | [TestMethod] method SampleIntent2HandlerHasValueNotNew (line 56) | [TestMethod] FILE: AlexaSkillsKit.Sample.Dialog.AzureFunc.FunctionalTests/SampleIntent3HandlerTests.cs class SampleIntent3HandlerTests (line 12) | [TestClass] method SampleIntent3HandlerTests (line 19) | public SampleIntent3HandlerTests() { method SampleIntent3HandlerSlot1HasValue (line 26) | [TestMethod] method SampleIntent3HandlerSlot2HasValue (line 41) | [TestMethod] method SampleIntent3HandlerSlot3HasValueStarted (line 56) | [TestMethod] method SampleIntent3HandlerSlot3HasValueInProgress (line 72) | [TestMethod] method SampleIntent3HandlerSlot3HasValueConfirmed (line 87) | [TestMethod] method SampleIntent3HandlerSlot3HasValueRejected (line 103) | [TestMethod] method SampleIntent3HandlerNoValue (line 119) | [TestMethod] FILE: AlexaSkillsKit.Sample.Dialog.AzureFunc.FunctionalTests/TestsBase.cs class TestsBase (line 15) | public class TestsBase method TestsBase (line 42) | protected TestsBase() { method InitializeApp (line 54) | private SpeechletBase InitializeApp() { method BuildRequest (line 63) | protected string BuildRequest(Intent intent, bool isNewSession = true, FILE: AlexaSkillsKit.Sample.Dialog.AzureFunc/AlexaHttpTrigger.cs class AlexaHttpTrigger (line 9) | public static class AlexaHttpTrigger method Run (line 13) | [FunctionName("AlexaHttpTrigger")] FILE: AlexaSkillsKit.Sample.Dialog.AzureFunc/Handlers/DefaultHandler.cs class DefaultHandler (line 9) | public class DefaultHandler : IntentHandler method DefaultHandler (line 20) | public DefaultHandler(ISpeechletResponseBuilder responseBuilder, ILogH... method GetIntAttribute (line 25) | private static int GetIntAttribute(Session session, string key, int de... method SetIntAttribute (line 32) | private static void SetIntAttribute(Session session, string key, int v... method HandleIntentAsync (line 36) | public async override Task HandleIntentAsyn... FILE: AlexaSkillsKit.Sample.Dialog.AzureFunc/Handlers/IIntentHandler.cs type IIntentHandler (line 6) | public interface IIntentHandler method OnIntentAsync (line 8) | Task OnIntentAsync(IntentRequest intentRequest, Ses... FILE: AlexaSkillsKit.Sample.Dialog.AzureFunc/Handlers/IntentHandler.cs class IntentHandler (line 9) | public abstract class IntentHandler : IIntentHandler method IntentHandler (line 14) | public IntentHandler(ISpeechletResponseBuilder responseBuilder, ILogHe... method OnIntentAsync (line 20) | public async Task OnIntentAsync(IntentRequest inten... method HandleIntentAsync (line 25) | public abstract Task HandleIntentAsync(Inte... FILE: AlexaSkillsKit.Sample.Dialog.AzureFunc/Handlers/SampleIntent1Handler.cs class SampleIntent1Handler (line 10) | public class SampleIntent1Handler : IntentHandler method SampleIntent1Handler (line 12) | public SampleIntent1Handler(ISpeechletResponseBuilder responseBuilder,... method HandleIntentAsync (line 17) | public async override Task HandleIntentAsyn... FILE: AlexaSkillsKit.Sample.Dialog.AzureFunc/Handlers/SampleIntent2Handler.cs class SampleIntent2Handler (line 10) | public class SampleIntent2Handler : DefaultHandler method SampleIntent2Handler (line 12) | public SampleIntent2Handler(ISpeechletResponseBuilder responseBuilder,... method HandleIntentAsync (line 17) | public async override Task HandleIntentAsyn... FILE: AlexaSkillsKit.Sample.Dialog.AzureFunc/Handlers/SampleIntent3Handler.cs class SampleIntent3Handler (line 10) | public class SampleIntent3Handler : IntentHandler method SampleIntent3Handler (line 12) | public SampleIntent3Handler(ISpeechletResponseBuilder responseBuilder,... method HandleIntentAsync (line 17) | public async override Task HandleIntentAsyn... FILE: AlexaSkillsKit.Sample.Dialog.AzureFunc/Helpers/Builder/ISpeechletResponseBuilder.cs type ISpeechletResponseBuilder (line 6) | public interface ISpeechletResponseBuilder method Build (line 8) | SpeechletResponse Build(); method KeepSession (line 9) | ISpeechletResponseBuilder KeepSession(); method NoSession (line 10) | ISpeechletResponseBuilder NoSession(); method Say (line 11) | ISpeechletResponseBuilder Say(OutputSpeech outputSpeech); method Say (line 12) | ISpeechletResponseBuilder Say(string text); method SaySsml (line 13) | ISpeechletResponseBuilder SaySsml(string ssml); method WithCard (line 14) | ISpeechletResponseBuilder WithCard(Card card); method WithDirective (line 15) | ISpeechletResponseBuilder WithDirective(Directive directive); FILE: AlexaSkillsKit.Sample.Dialog.AzureFunc/Helpers/Builder/SpeechletResponseBuilder.cs class SpeechletResponseBuilder (line 7) | public class SpeechletResponseBuilder : ISpeechletResponseBuilder method Build (line 12) | public SpeechletResponse Build() { method KeepSession (line 19) | public ISpeechletResponseBuilder KeepSession() { method NoSession (line 24) | public ISpeechletResponseBuilder NoSession() { method Say (line 29) | public ISpeechletResponseBuilder Say(OutputSpeech outputSpeech) { method Say (line 34) | public ISpeechletResponseBuilder Say(string text) { method SaySsml (line 38) | public ISpeechletResponseBuilder SaySsml(string ssml) { method WithCard (line 42) | public ISpeechletResponseBuilder WithCard(Card card) { method WithDirective (line 47) | public ISpeechletResponseBuilder WithDirective(Directive directive) { FILE: AlexaSkillsKit.Sample.Dialog.AzureFunc/Helpers/Builder/SpeechletResponseBuilderCardExtentions.cs class SpeechletResponseBuilderCardExtentions (line 6) | public static class SpeechletResponseBuilderCardExtentions method WithSimpleCard (line 8) | public static ISpeechletResponseBuilder WithSimpleCard(this ISpeechlet... method WithStandardCard (line 16) | public static ISpeechletResponseBuilder WithStandardCard(this ISpeechl... method WithLinkAccountCard (line 25) | public static ISpeechletResponseBuilder WithLinkAccountCard(this ISpee... method WithAskForPermissionsConsentCard (line 29) | public static ISpeechletResponseBuilder WithAskForPermissionsConsentCa... FILE: AlexaSkillsKit.Sample.Dialog.AzureFunc/Helpers/Builder/SpeechletResponseBuilderDialogExtentions.cs class SpeechletResponseBuilderDialogExtentions (line 7) | public static class SpeechletResponseBuilderDialogExtentions method WithDialogDirective (line 9) | private static ISpeechletResponseBuilder WithDialogDirective(this I... method DialogDelegate (line 17) | public static ISpeechletResponseBuilder DialogDelegate(this ISpeechlet... method DialogElicitSlot (line 21) | public static ISpeechletResponseBuilder DialogElicitSlot(this ISpeechl... method DialogConfirmSlot (line 28) | public static ISpeechletResponseBuilder DialogConfirmSlot(this ISpeech... method DialogConfirmIntent (line 35) | public static ISpeechletResponseBuilder DialogConfirmIntent(this ISpee... FILE: AlexaSkillsKit.Sample.Dialog.AzureFunc/Helpers/DialogHelper.cs class DialogHelper (line 5) | public static class DialogHelper method ToBool (line 7) | public static bool? ToBool(this ConfirmationStatusEnum confirmationSta... FILE: AlexaSkillsKit.Sample.Dialog.AzureFunc/Helpers/IntentNames.cs class IntentNames (line 3) | public static class IntentNames FILE: AlexaSkillsKit.Sample.Dialog.AzureFunc/Helpers/SlotNames.cs class SlotNames (line 3) | public static class SlotNames FILE: AlexaSkillsKit.Sample.Dialog.AzureFunc/SampleSkill.cs class SampleSkill (line 11) | public class SampleSkill : SpeechletBase, ISpeechletWithContextAsync, IA... method SampleSkill (line 17) | public SampleSkill(ILogHelper logHelper) method Register (line 23) | public void Register(string intent, IIntentHandler handler) method RegisterDefault (line 28) | public void RegisterDefault(IIntentHandler handler) method OnIntentAsync (line 33) | public async Task OnIntentAsync(IntentRequest inten... method OnLaunchAsync (line 39) | public async Task OnLaunchAsync(LaunchRequest launc... method OnSessionStartedAsync (line 45) | public async Task OnSessionStartedAsync(SessionStartedRequest sessionS... method OnSessionEndedAsync (line 50) | public async Task OnSessionEndedAsync(SessionEndedRequest sessionEnded... method OnSystemExceptionEncounteredAsync (line 65) | public async Task OnSystemExceptionEncounteredAsync(SystemExceptionEnc... method OnAudioPlayerAsync (line 69) | public Task OnAudioPlayerAsync(AudioPlayerRequest... method OnPlaybackControllerAsync (line 73) | public Task OnPlaybackControllerAsync(PlaybackCon... FILE: AlexaSkillsKit.Sample.Dialog.AzureFunc/SampleSkillFactory.cs class SampleSkillFactory (line 10) | public class SampleSkillFactory method CreateLogHelper (line 12) | public ILogHelper CreateLogHelper(TraceWriter log) { method CreateSpeechletApp (line 16) | public SpeechletBase CreateSpeechletApp(ILogHelper logHelper) FILE: AlexaSkillsKit.Sample/App_Start/BundleConfig.cs class BundleConfig (line 6) | public class BundleConfig method RegisterBundles (line 9) | public static void RegisterBundles(BundleCollection bundles) { FILE: AlexaSkillsKit.Sample/App_Start/FilterConfig.cs class FilterConfig (line 6) | public class FilterConfig method RegisterGlobalFilters (line 8) | public static void RegisterGlobalFilters(GlobalFilterCollection filter... FILE: AlexaSkillsKit.Sample/App_Start/IdentityConfig.cs class ApplicationUserManager (line 12) | public class ApplicationUserManager : UserManager method ApplicationUserManager (line 14) | public ApplicationUserManager(IUserStore store) method Create (line 19) | public static ApplicationUserManager Create(IdentityFactoryOptions GetParameterDescriptions(Mo... FILE: AlexaSkillsKit.Sample/Areas/HelpPage/SampleGeneration/HelpPageSampleGenerator.cs class HelpPageSampleGenerator (line 21) | public class HelpPageSampleGenerator method HelpPageSampleGenerator (line 26) | public HelpPageSampleGenerator() method GetSampleRequests (line 69) | public IDictionary GetSampleRequests(Api... method GetSampleResponses (line 79) | public IDictionary GetSampleResponses(Ap... method GetSample (line 90) | public virtual IDictionary GetSample(Api... method GetActionSample (line 149) | public virtual object GetActionSample(string controllerName, string ac... method GetSampleObject (line 176) | [SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptio... method ResolveHttpRequestMessageType (line 215) | public virtual Type ResolveHttpRequestMessageType(ApiDescription api) method ResolveType (line 233) | [SuppressMessage("Microsoft.Design", "CA1021:AvoidOutParameters", Just... method WriteSampleObjectUsingFormatter (line 287) | [SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptio... method UnwrapException (line 357) | internal static Exception UnwrapException(Exception exception) method DefaultSampleObjectFactory (line 368) | private static object DefaultSampleObjectFactory(HelpPageSampleGenerat... method TryFormatJson (line 375) | [SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptio... method TryFormatXml (line 390) | [SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptio... method IsFormatSupported (line 405) | private static bool IsFormatSupported(SampleDirection sampleDirection,... method GetAllActionSamples (line 417) | private IEnumerable> GetAllAct... method WrapSampleIfString (line 433) | private static object WrapSampleIfString(object sample) FILE: AlexaSkillsKit.Sample/Areas/HelpPage/SampleGeneration/HelpPageSampleKey.cs class HelpPageSampleKey (line 11) | public class HelpPageSampleKey method HelpPageSampleKey (line 17) | public HelpPageSampleKey(MediaTypeHeaderValue mediaType) method HelpPageSampleKey (line 35) | public HelpPageSampleKey(MediaTypeHeaderValue mediaType, Type type) method HelpPageSampleKey (line 53) | public HelpPageSampleKey(SampleDirection sampleDirection, string contr... method HelpPageSampleKey (line 86) | public HelpPageSampleKey(MediaTypeHeaderValue mediaType, SampleDirecti... method Equals (line 133) | public override bool Equals(object obj) method GetHashCode (line 149) | public override int GetHashCode() FILE: AlexaSkillsKit.Sample/Areas/HelpPage/SampleGeneration/ImageSample.cs class ImageSample (line 8) | public class ImageSample method ImageSample (line 14) | public ImageSample(string src) method Equals (line 25) | public override bool Equals(object obj) method GetHashCode (line 31) | public override int GetHashCode() method ToString (line 36) | public override string ToString() FILE: AlexaSkillsKit.Sample/Areas/HelpPage/SampleGeneration/InvalidSample.cs class InvalidSample (line 8) | public class InvalidSample method InvalidSample (line 10) | public InvalidSample(string errorMessage) method Equals (line 21) | public override bool Equals(object obj) method GetHashCode (line 27) | public override int GetHashCode() method ToString (line 32) | public override string ToString() FILE: AlexaSkillsKit.Sample/Areas/HelpPage/SampleGeneration/ObjectGenerator.cs class ObjectGenerator (line 14) | public class ObjectGenerator method GenerateObject (line 33) | public object GenerateObject(Type type) method GenerateObject (line 38) | [SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptio... method GenerateGenericType (line 104) | private static object GenerateGenericType(Type type, int collectionSiz... method GenerateTuple (line 168) | private static object GenerateTuple(Type type, Dictionary GetClaims() method FromIdentity (line 442) | public static ExternalLoginData FromIdentity(ClaimsIdentity identity) class RandomOAuthStateGenerator (line 471) | private static class RandomOAuthStateGenerator method Generate (line 475) | public static string Generate(int strengthInBits) FILE: AlexaSkillsKit.Sample/Controllers/HomeController.cs class HomeController (line 9) | public class HomeController : Controller method Index (line 11) | public ActionResult Index() { FILE: AlexaSkillsKit.Sample/Controllers/ValuesController.cs class ValuesController (line 10) | [Authorize] method Get (line 14) | public IEnumerable Get() method Get (line 20) | public string Get(int id) method Post (line 26) | public void Post([FromBody]string value) method Put (line 31) | public void Put(int id, [FromBody]string value) method Delete (line 36) | public void Delete(int id) FILE: AlexaSkillsKit.Sample/Global.asax.cs class WebApiApplication (line 12) | public class WebApiApplication : System.Web.HttpApplication method Application_Start (line 14) | protected void Application_Start() { FILE: AlexaSkillsKit.Sample/Models/AccountBindingModels.cs class AddExternalLoginBindingModel (line 9) | public class AddExternalLoginBindingModel class ChangePasswordBindingModel (line 16) | public class ChangePasswordBindingModel class RegisterBindingModel (line 35) | public class RegisterBindingModel class RegisterExternalBindingModel (line 53) | public class RegisterExternalBindingModel class RemoveLoginBindingModel (line 60) | public class RemoveLoginBindingModel class SetPasswordBindingModel (line 71) | public class SetPasswordBindingModel FILE: AlexaSkillsKit.Sample/Models/AccountViewModels.cs class ExternalLoginViewModel (line 8) | public class ExternalLoginViewModel class ManageInfoViewModel (line 17) | public class ManageInfoViewModel class UserInfoViewModel (line 28) | public class UserInfoViewModel class UserLoginInfoViewModel (line 37) | public class UserLoginInfoViewModel FILE: AlexaSkillsKit.Sample/Models/IdentityModels.cs class ApplicationUser (line 10) | public class ApplicationUser : IdentityUser method GenerateUserIdentityAsync (line 12) | public async Task GenerateUserIdentityAsync(UserManage... class ApplicationDbContext (line 21) | public class ApplicationDbContext : IdentityDbContext method ApplicationDbContext (line 23) | public ApplicationDbContext() method Create (line 28) | public static ApplicationDbContext Create() FILE: AlexaSkillsKit.Sample/Providers/ApplicationOAuthProvider.cs class ApplicationOAuthProvider (line 16) | public class ApplicationOAuthProvider : OAuthAuthorizationServerProvider method ApplicationOAuthProvider (line 20) | public ApplicationOAuthProvider(string publicClientId) method GrantResourceOwnerCredentials (line 30) | public override async Task GrantResourceOwnerCredentials(OAuthGrantRes... method TokenEndpoint (line 53) | public override Task TokenEndpoint(OAuthTokenEndpointContext context) method ValidateClientAuthentication (line 63) | public override Task ValidateClientAuthentication(OAuthValidateClientA... method ValidateClientRedirectUri (line 74) | public override Task ValidateClientRedirectUri(OAuthValidateClientRedi... method CreateProperties (line 89) | public static AuthenticationProperties CreateProperties(string userName) FILE: AlexaSkillsKit.Sample/Results/ChallengeResult.cs class ChallengeResult (line 12) | public class ChallengeResult : IHttpActionResult method ChallengeResult (line 14) | public ChallengeResult(string loginProvider, ApiController controller) method ExecuteAsync (line 23) | public Task ExecuteAsync(CancellationToken cancel... FILE: AlexaSkillsKit.Sample/Scripts/bootstrap.js function transitionEnd (line 48) | function transitionEnd() { function removeElement (line 133) | function removeElement() { function clearMenus (line 779) | function clearMenus() { function getParent (line 790) | function getParent($this) { function complete (line 1351) | function complete() { function ScrollSpy (line 1619) | function ScrollSpy(element, options) { function next (line 1820) | function next() { FILE: AlexaSkillsKit.Sample/Scripts/jquery-1.10.2.js function isArraylike (line 997) | function isArraylike( obj ) { function Sizzle (line 1197) | function Sizzle( selector, context, results, seed ) { function createCache (line 1312) | function createCache() { function markFunction (line 1330) | function markFunction( fn ) { function assert (line 1339) | function assert( fn ) { function addHandle (line 1361) | function addHandle( attrs, handler ) { function siblingCheck (line 1376) | function siblingCheck( a, b ) { function createInputPseudo (line 1403) | function createInputPseudo( type ) { function createButtonPseudo (line 1414) | function createButtonPseudo( type ) { function createPositionalPseudo (line 1425) | function createPositionalPseudo( fn ) { function setFilters (line 2408) | function setFilters() {} function tokenize (line 2412) | function tokenize( selector, parseOnly ) { function toSelector (line 2479) | function toSelector( tokens ) { function addCombinator (line 2489) | function addCombinator( matcher, combinator, base ) { function elementMatcher (line 2539) | function elementMatcher( matchers ) { function condense (line 2553) | function condense( unmatched, map, filter, context, xml ) { function setMatcher (line 2574) | function setMatcher( preFilter, selector, matcher, postFilter, postFinde... function matcherFromTokens (line 2667) | function matcherFromTokens( tokens ) { function matcherFromGroupMatchers (line 2722) | function matcherFromGroupMatchers( elementMatchers, setMatchers ) { function multipleContexts (line 2850) | function multipleContexts( selector, contexts, results ) { function select (line 2859) | function select( selector, context, results, seed ) { function createOptions (line 2999) | function createOptions( options ) { function internalData (line 3582) | function internalData( elem, name, data, pvt /* Internal Use Only */ ){ function internalRemoveData (line 3671) | function internalRemoveData( elem, name, pvt ) { function dataAttr (line 3868) | function dataAttr( elem, key, data ) { function isEmptyDataObject (line 3900) | function isEmptyDataObject( obj ) { function returnTrue (line 4726) | function returnTrue() { function returnFalse (line 4730) | function returnFalse() { function safeActiveElement (line 4734) | function safeActiveElement() { function sibling (line 5852) | function sibling( cur, dir ) { function winnow (line 5970) | function winnow( elements, qualifier, not ) { function createSafeFragment (line 5998) | function createSafeFragment( document ) { function manipulationTarget (line 6312) | function manipulationTarget( elem, content ) { function disableScript (line 6322) | function disableScript( elem ) { function restoreScript (line 6326) | function restoreScript( elem ) { function setGlobalEval (line 6337) | function setGlobalEval( elems, refElements ) { function cloneCopyEvent (line 6345) | function cloneCopyEvent( src, dest ) { function fixCloneNodeIssues (line 6373) | function fixCloneNodeIssues( src, dest ) { function getAll (line 6466) | function getAll( context, tag ) { function fixDefaultChecked (line 6489) | function fixDefaultChecked( elem ) { function vendorPropName (line 6831) | function vendorPropName( style, name ) { function isHidden (line 6853) | function isHidden( elem, el ) { function showHide (line 6860) | function showHide( elements, show ) { function setPositiveNumber (line 7189) | function setPositiveNumber( elem, value, subtract ) { function augmentWidthOrHeight (line 7197) | function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) { function getWidthOrHeight (line 7236) | function getWidthOrHeight( elem, name, extra ) { function css_defaultDisplay (line 7280) | function css_defaultDisplay( nodeName ) { function actualDisplay (line 7312) | function actualDisplay( name, doc ) { function buildParams (line 7541) | function buildParams( prefix, obj, traditional, add ) { function addToPrefiltersOrTransports (line 7656) | function addToPrefiltersOrTransports( structure ) { function inspectPrefiltersOrTransports (line 7688) | function inspectPrefiltersOrTransports( structure, options, originalOpti... function ajaxExtend (line 7715) | function ajaxExtend( target, src ) { function done (line 8163) | function done( status, nativeStatusText, responses, headers ) { function ajaxHandleResponses (line 8310) | function ajaxHandleResponses( s, jqXHR, responses ) { function ajaxConvert (line 8365) | function ajaxConvert( s, response, jqXHR, isSuccess ) { function createStandardXHR (line 8633) | function createStandardXHR() { function createActiveXHR (line 8639) | function createActiveXHR() { function createFxNow (line 8885) | function createFxNow() { function createTween (line 8892) | function createTween( value, prop, animation ) { function Animation (line 8906) | function Animation( elem, properties, options ) { function propFilter (line 9010) | function propFilter( props, specialEasing ) { function defaultPrefilter (line 9077) | function defaultPrefilter( elem, props, opts ) { function Tween (line 9202) | function Tween( elem, options, prop, end, easing ) { function genFx (line 9426) | function genFx( type, includeWidth ) { function getWindow (line 9722) | function getWindow( elem ) { FILE: AlexaSkillsKit.Sample/Scripts/jquery.validate-vsdoc.js function handle (line 88) | function handle() { function delegate (line 377) | function delegate(event) { function handler (line 1285) | function handler(e) { FILE: AlexaSkillsKit.Sample/Scripts/jquery.validate.js function handle (line 75) | function handle() { function delegate (line 343) | function delegate(event) { FILE: AlexaSkillsKit.Sample/Scripts/jquery.validate.unobtrusive.js function setValidationValues (line 28) | function setValidationValues(options, ruleName, value) { function splitAndTrim (line 35) | function splitAndTrim(value) { function escapeAttributeValue (line 39) | function escapeAttributeValue(value) { function getModelPrefix (line 44) | function getModelPrefix(fieldName) { function appendModelPrefix (line 48) | function appendModelPrefix(value, prefix) { function onError (line 55) | function onError(error, inputElement) { // 'this' is the form element function onErrors (line 72) | function onErrors(event, validator) { // 'this' is the form element function onSuccess (line 86) | function onSuccess(error) { // 'this' is the form element function onReset (line 101) | function onReset(event) { // 'this' is the form element function validationInfo (line 115) | function validationInfo(form) { FILE: AlexaSkillsKit.Sample/Scripts/modernizr-2.6.2.js function isEventSupported (line 216) | function isEventSupported( eventName, element ) { function setCss (line 312) | function setCss( str ) { function setCssAll (line 319) | function setCssAll( str1, str2 ) { function is (line 326) | function is( obj, type ) { function contains (line 333) | function contains( str, substr ) { function testProps (line 357) | function testProps( props, prefixed ) { function testDOMProps (line 373) | function testDOMProps( props, obj, elem ) { function testPropsAll (line 401) | function testPropsAll( prop, prefixed, elem ) { function webforms (line 872) | function webforms() { function addStyleSheet (line 1090) | function addStyleSheet(ownerDocument, cssText) { function getElements (line 1103) | function getElements() { function getExpandoData (line 1114) | function getExpandoData(ownerDocument) { function createElement (line 1132) | function createElement(nodeName, ownerDocument, data){ function createDocumentFragment (line 1168) | function createDocumentFragment(ownerDocument, data){ function shivMethods (line 1192) | function shivMethods(ownerDocument, data) { function shivDocument (line 1230) | function shivDocument(ownerDocument) { FILE: AlexaSkillsKit.Sample/Scripts/respond.js function callMedia (line 331) | function callMedia(){ FILE: AlexaSkillsKit.Sample/Speechlet/AlexaController.cs class AlexaController (line 8) | public class AlexaController : ApiController method SampleSession (line 10) | [Route("alexa/sample-session")] FILE: AlexaSkillsKit.Sample/Speechlet/SampleSessionSpeechlet.cs class SampleSessionSpeechlet (line 16) | public class SampleSessionSpeechlet : SpeechletBase, ISpeechletWithContext method OnSessionStarted (line 25) | public void OnSessionStarted(SessionStartedRequest request, Session se... method OnLaunch (line 30) | public SpeechletResponse OnLaunch(LaunchRequest request, Session sessi... method OnIntent (line 36) | public SpeechletResponse OnIntent(IntentRequest request, Session sessi... method OnSessionEnded (line 57) | public void OnSessionEnded(SessionEndedRequest request, Session sessio... method GetWelcomeResponse (line 67) | private SpeechletResponse GetWelcomeResponse() { method SetNameInSessionAndSayHello (line 86) | private SpeechletResponse SetNameInSessionAndSayHello(Intent intent, S... method GetNameFromSessionAndSayHello (line 120) | private SpeechletResponse GetNameFromSessionAndSayHello(Intent intent,... method BuildSpeechletResponse (line 152) | private SpeechletResponse BuildSpeechletResponse(string title, string ... method BuildEchoShowVideoAppResponse (line 238) | private Directive BuildEchoShowVideoAppResponse(string title, string s... FILE: AlexaSkillsKit.Sample/Startup.cs class Startup (line 11) | public partial class Startup method Configuration (line 13) | public void Configuration(IAppBuilder app) FILE: AlexaSkillsKit.Tests/Authentication/SignatureVerifierTests.cs class SignatureVerifierTests (line 10) | public class SignatureVerifierTests method VerifyCertificateUrlTest (line 12) | [Fact] FILE: AlexaSkillsKit.Tests/Helpers/DateTimeHelpersTests.cs class DateTimeHelpersTests (line 11) | public class DateTimeHelpersTests method RequestWithIso8601TimestampTest (line 13) | [Fact] method RequestWithUnixTimeTimestampTest (line 33) | [Fact] method RequestWithInvalidTimestampTest (line 53) | [Fact]