alexa-skill-kit-d ~master (2022-03-02T22:36:03.3953024)
Dub
Repo
AlexaResponse
ask
types
struct
AlexaResponse {
struct
Reprompt
;
AlexaOutputSpeech
outputSpeech
;
AlexaCard
card
;
Nullable
!
Reprompt
reprompt
;
bool
shouldEndSession
;
}
Members
Structs
Reprompt
struct
Reprompt
Variables
card
AlexaCard
card
;
outputSpeech
AlexaOutputSpeech
outputSpeech
;
reprompt
Nullable
!
Reprompt
reprompt
;
shouldEndSession
bool
shouldEndSession
;
Meta
Source
See Implementation
ask
types
structs
AlexaApplication
AlexaCard
AlexaContext
AlexaEvent
AlexaIntent
AlexaOutputSpeech
AlexaRequest
AlexaRequestContext
AlexaResponse
AlexaResult
AlexaUser