Versions in this module Expand all Collapse all v1 v1.0.1 Jul 4, 2024 v1.0.0 Jul 4, 2024 Changes in this version + const ConfirmationStateConfirmed + const ConfirmationStateDenied + const ConfirmationStateNone + const ConversationModeAudio + const ConversationModeText + const DialogActionTypeClose + const DialogActionTypeConfirmIntent + const DialogActionTypeDelegate + const DialogActionTypeElicitIntent + const DialogActionTypeElicitSlot + const DialogActionTypeNone + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeBadGatewayException + const ErrCodeConflictException + const ErrCodeDependencyFailedException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeThrottlingException + const ErrCodeValidationException + const InputModeDtmf + const InputModeSpeech + const InputModeText + const IntentStateFailed + const IntentStateFulfilled + const IntentStateFulfillmentInProgress + const IntentStateInProgress + const IntentStateReadyForFulfillment + const IntentStateWaiting + const MessageContentTypeCustomPayload + const MessageContentTypeImageResponseCard + const MessageContentTypePlainText + const MessageContentTypeSsml + const PlaybackInterruptionReasonDtmfStartDetected + const PlaybackInterruptionReasonTextDetected + const PlaybackInterruptionReasonVoiceStartDetected + const SentimentTypeMixed + const SentimentTypeNegative + const SentimentTypeNeutral + const SentimentTypePositive + const ServiceID + const ServiceName + const ShapeComposite + const ShapeList + const ShapeScalar + const StyleTypeDefault + const StyleTypeSpellByLetter + const StyleTypeSpellByWord + func ConfirmationState_Values() []string + func ConversationMode_Values() []string + func DialogActionType_Values() []string + func InputMode_Values() []string + func IntentState_Values() []string + func MessageContentType_Values() []string + func PlaybackInterruptionReason_Values() []string + func SentimentType_Values() []string + func Shape_Values() []string + func StyleType_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) MarshalEvent(pm protocol.PayloadMarshaler) (msg eventstream.Message, err error) + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s *AccessDeniedException) UnmarshalEvent(payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message) error + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type ActiveContext struct + ContextAttributes map[string]*string + Name *string + TimeToLive *ActiveContextTimeToLive + func (s *ActiveContext) SetContextAttributes(v map[string]*string) *ActiveContext + func (s *ActiveContext) SetName(v string) *ActiveContext + func (s *ActiveContext) SetTimeToLive(v *ActiveContextTimeToLive) *ActiveContext + func (s *ActiveContext) Validate() error + func (s ActiveContext) GoString() string + func (s ActiveContext) String() string + type ActiveContextTimeToLive struct + TimeToLiveInSeconds *int64 + TurnsToLive *int64 + func (s *ActiveContextTimeToLive) SetTimeToLiveInSeconds(v int64) *ActiveContextTimeToLive + func (s *ActiveContextTimeToLive) SetTurnsToLive(v int64) *ActiveContextTimeToLive + func (s *ActiveContextTimeToLive) Validate() error + func (s ActiveContextTimeToLive) GoString() string + func (s ActiveContextTimeToLive) String() string + type AudioInputEvent struct + AudioChunk []byte + ClientTimestampMillis *int64 + ContentType *string + EventId *string + func (s *AudioInputEvent) MarshalEvent(pm protocol.PayloadMarshaler) (msg eventstream.Message, err error) + func (s *AudioInputEvent) SetAudioChunk(v []byte) *AudioInputEvent + func (s *AudioInputEvent) SetClientTimestampMillis(v int64) *AudioInputEvent + func (s *AudioInputEvent) SetContentType(v string) *AudioInputEvent + func (s *AudioInputEvent) SetEventId(v string) *AudioInputEvent + func (s *AudioInputEvent) UnmarshalEvent(payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message) error + func (s AudioInputEvent) GoString() string + func (s AudioInputEvent) String() string + type AudioResponseEvent struct + AudioChunk []byte + ContentType *string + EventId *string + func (s *AudioResponseEvent) MarshalEvent(pm protocol.PayloadMarshaler) (msg eventstream.Message, err error) + func (s *AudioResponseEvent) SetAudioChunk(v []byte) *AudioResponseEvent + func (s *AudioResponseEvent) SetContentType(v string) *AudioResponseEvent + func (s *AudioResponseEvent) SetEventId(v string) *AudioResponseEvent + func (s *AudioResponseEvent) UnmarshalEvent(payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message) error + func (s AudioResponseEvent) GoString() string + func (s AudioResponseEvent) String() string + type BadGatewayException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *BadGatewayException) Code() string + func (s *BadGatewayException) Error() string + func (s *BadGatewayException) MarshalEvent(pm protocol.PayloadMarshaler) (msg eventstream.Message, err error) + func (s *BadGatewayException) Message() string + func (s *BadGatewayException) OrigErr() error + func (s *BadGatewayException) RequestID() string + func (s *BadGatewayException) StatusCode() int + func (s *BadGatewayException) UnmarshalEvent(payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message) error + func (s BadGatewayException) GoString() string + func (s BadGatewayException) String() string + type Button struct + Text *string + Value *string + func (s *Button) SetText(v string) *Button + func (s *Button) SetValue(v string) *Button + func (s *Button) Validate() error + func (s Button) GoString() string + func (s Button) String() string + type ConfidenceScore struct + Score *float64 + func (s *ConfidenceScore) SetScore(v float64) *ConfidenceScore + func (s ConfidenceScore) GoString() string + func (s ConfidenceScore) String() string + type ConfigurationEvent struct + ClientTimestampMillis *int64 + DisablePlayback *bool + EventId *string + RequestAttributes map[string]*string + ResponseContentType *string + SessionState *SessionState + WelcomeMessages []*Message + func (s *ConfigurationEvent) MarshalEvent(pm protocol.PayloadMarshaler) (msg eventstream.Message, err error) + func (s *ConfigurationEvent) SetClientTimestampMillis(v int64) *ConfigurationEvent + func (s *ConfigurationEvent) SetDisablePlayback(v bool) *ConfigurationEvent + func (s *ConfigurationEvent) SetEventId(v string) *ConfigurationEvent + func (s *ConfigurationEvent) SetRequestAttributes(v map[string]*string) *ConfigurationEvent + func (s *ConfigurationEvent) SetResponseContentType(v string) *ConfigurationEvent + func (s *ConfigurationEvent) SetSessionState(v *SessionState) *ConfigurationEvent + func (s *ConfigurationEvent) SetWelcomeMessages(v []*Message) *ConfigurationEvent + func (s *ConfigurationEvent) UnmarshalEvent(payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message) error + func (s ConfigurationEvent) GoString() string + func (s ConfigurationEvent) String() string + type ConflictException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) MarshalEvent(pm protocol.PayloadMarshaler) (msg eventstream.Message, err error) + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s *ConflictException) UnmarshalEvent(payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message) error + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type DTMFInputEvent struct + ClientTimestampMillis *int64 + EventId *string + InputCharacter *string + func (s *DTMFInputEvent) MarshalEvent(pm protocol.PayloadMarshaler) (msg eventstream.Message, err error) + func (s *DTMFInputEvent) SetClientTimestampMillis(v int64) *DTMFInputEvent + func (s *DTMFInputEvent) SetEventId(v string) *DTMFInputEvent + func (s *DTMFInputEvent) SetInputCharacter(v string) *DTMFInputEvent + func (s *DTMFInputEvent) UnmarshalEvent(payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message) error + func (s DTMFInputEvent) GoString() string + func (s DTMFInputEvent) String() string + type DeleteSessionInput struct + BotAliasId *string + BotId *string + LocaleId *string + SessionId *string + func (s *DeleteSessionInput) SetBotAliasId(v string) *DeleteSessionInput + func (s *DeleteSessionInput) SetBotId(v string) *DeleteSessionInput + func (s *DeleteSessionInput) SetLocaleId(v string) *DeleteSessionInput + func (s *DeleteSessionInput) SetSessionId(v string) *DeleteSessionInput + func (s *DeleteSessionInput) Validate() error + func (s DeleteSessionInput) GoString() string + func (s DeleteSessionInput) String() string + type DeleteSessionOutput struct + BotAliasId *string + BotId *string + LocaleId *string + SessionId *string + func (s *DeleteSessionOutput) SetBotAliasId(v string) *DeleteSessionOutput + func (s *DeleteSessionOutput) SetBotId(v string) *DeleteSessionOutput + func (s *DeleteSessionOutput) SetLocaleId(v string) *DeleteSessionOutput + func (s *DeleteSessionOutput) SetSessionId(v string) *DeleteSessionOutput + func (s DeleteSessionOutput) GoString() string + func (s DeleteSessionOutput) String() string + type DependencyFailedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *DependencyFailedException) Code() string + func (s *DependencyFailedException) Error() string + func (s *DependencyFailedException) MarshalEvent(pm protocol.PayloadMarshaler) (msg eventstream.Message, err error) + func (s *DependencyFailedException) Message() string + func (s *DependencyFailedException) OrigErr() error + func (s *DependencyFailedException) RequestID() string + func (s *DependencyFailedException) StatusCode() int + func (s *DependencyFailedException) UnmarshalEvent(payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message) error + func (s DependencyFailedException) GoString() string + func (s DependencyFailedException) String() string + type DialogAction struct + SlotElicitationStyle *string + SlotToElicit *string + SubSlotToElicit *ElicitSubSlot + Type *string + func (s *DialogAction) SetSlotElicitationStyle(v string) *DialogAction + func (s *DialogAction) SetSlotToElicit(v string) *DialogAction + func (s *DialogAction) SetSubSlotToElicit(v *ElicitSubSlot) *DialogAction + func (s *DialogAction) SetType(v string) *DialogAction + func (s *DialogAction) Validate() error + func (s DialogAction) GoString() string + func (s DialogAction) String() string + type DisconnectionEvent struct + ClientTimestampMillis *int64 + EventId *string + func (s *DisconnectionEvent) MarshalEvent(pm protocol.PayloadMarshaler) (msg eventstream.Message, err error) + func (s *DisconnectionEvent) SetClientTimestampMillis(v int64) *DisconnectionEvent + func (s *DisconnectionEvent) SetEventId(v string) *DisconnectionEvent + func (s *DisconnectionEvent) UnmarshalEvent(payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message) error + func (s DisconnectionEvent) GoString() string + func (s DisconnectionEvent) String() string + type ElicitSubSlot struct + Name *string + SubSlotToElicit *ElicitSubSlot + func (s *ElicitSubSlot) SetName(v string) *ElicitSubSlot + func (s *ElicitSubSlot) SetSubSlotToElicit(v *ElicitSubSlot) *ElicitSubSlot + func (s *ElicitSubSlot) Validate() error + func (s ElicitSubSlot) GoString() string + func (s ElicitSubSlot) String() string + type GetSessionInput struct + BotAliasId *string + BotId *string + LocaleId *string + SessionId *string + func (s *GetSessionInput) SetBotAliasId(v string) *GetSessionInput + func (s *GetSessionInput) SetBotId(v string) *GetSessionInput + func (s *GetSessionInput) SetLocaleId(v string) *GetSessionInput + func (s *GetSessionInput) SetSessionId(v string) *GetSessionInput + func (s *GetSessionInput) Validate() error + func (s GetSessionInput) GoString() string + func (s GetSessionInput) String() string + type GetSessionOutput struct + Interpretations []*Interpretation + Messages []*Message + SessionId *string + SessionState *SessionState + func (s *GetSessionOutput) SetInterpretations(v []*Interpretation) *GetSessionOutput + func (s *GetSessionOutput) SetMessages(v []*Message) *GetSessionOutput + func (s *GetSessionOutput) SetSessionId(v string) *GetSessionOutput + func (s *GetSessionOutput) SetSessionState(v *SessionState) *GetSessionOutput + func (s GetSessionOutput) GoString() string + func (s GetSessionOutput) String() string + type HeartbeatEvent struct + EventId *string + func (s *HeartbeatEvent) MarshalEvent(pm protocol.PayloadMarshaler) (msg eventstream.Message, err error) + func (s *HeartbeatEvent) SetEventId(v string) *HeartbeatEvent + func (s *HeartbeatEvent) UnmarshalEvent(payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message) error + func (s HeartbeatEvent) GoString() string + func (s HeartbeatEvent) String() string + type ImageResponseCard struct + Buttons []*Button + ImageUrl *string + Subtitle *string + Title *string + func (s *ImageResponseCard) SetButtons(v []*Button) *ImageResponseCard + func (s *ImageResponseCard) SetImageUrl(v string) *ImageResponseCard + func (s *ImageResponseCard) SetSubtitle(v string) *ImageResponseCard + func (s *ImageResponseCard) SetTitle(v string) *ImageResponseCard + func (s *ImageResponseCard) Validate() error + func (s ImageResponseCard) GoString() string + func (s ImageResponseCard) String() string + type Intent struct + ConfirmationState *string + Name *string + Slots map[string]*Slot + State *string + func (s *Intent) SetConfirmationState(v string) *Intent + func (s *Intent) SetName(v string) *Intent + func (s *Intent) SetSlots(v map[string]*Slot) *Intent + func (s *Intent) SetState(v string) *Intent + func (s *Intent) Validate() error + func (s Intent) GoString() string + func (s Intent) String() string + type IntentResultEvent struct + EventId *string + InputMode *string + Interpretations []*Interpretation + RecognizedBotMember *RecognizedBotMember + RequestAttributes map[string]*string + SessionId *string + SessionState *SessionState + func (s *IntentResultEvent) MarshalEvent(pm protocol.PayloadMarshaler) (msg eventstream.Message, err error) + func (s *IntentResultEvent) SetEventId(v string) *IntentResultEvent + func (s *IntentResultEvent) SetInputMode(v string) *IntentResultEvent + func (s *IntentResultEvent) SetInterpretations(v []*Interpretation) *IntentResultEvent + func (s *IntentResultEvent) SetRecognizedBotMember(v *RecognizedBotMember) *IntentResultEvent + func (s *IntentResultEvent) SetRequestAttributes(v map[string]*string) *IntentResultEvent + func (s *IntentResultEvent) SetSessionId(v string) *IntentResultEvent + func (s *IntentResultEvent) SetSessionState(v *SessionState) *IntentResultEvent + func (s *IntentResultEvent) UnmarshalEvent(payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message) error + func (s IntentResultEvent) GoString() string + func (s IntentResultEvent) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) MarshalEvent(pm protocol.PayloadMarshaler) (msg eventstream.Message, err error) + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s *InternalServerException) UnmarshalEvent(payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message) error + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type Interpretation struct + Intent *Intent + NluConfidence *ConfidenceScore + SentimentResponse *SentimentResponse + func (s *Interpretation) SetIntent(v *Intent) *Interpretation + func (s *Interpretation) SetNluConfidence(v *ConfidenceScore) *Interpretation + func (s *Interpretation) SetSentimentResponse(v *SentimentResponse) *Interpretation + func (s Interpretation) GoString() string + func (s Interpretation) String() string + type LexRuntimeV2 struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *LexRuntimeV2 + func (c *LexRuntimeV2) DeleteSession(input *DeleteSessionInput) (*DeleteSessionOutput, error) + func (c *LexRuntimeV2) DeleteSessionRequest(input *DeleteSessionInput) (req *request.Request, output *DeleteSessionOutput) + func (c *LexRuntimeV2) DeleteSessionWithContext(ctx aws.Context, input *DeleteSessionInput, opts ...request.Option) (*DeleteSessionOutput, error) + func (c *LexRuntimeV2) GetSession(input *GetSessionInput) (*GetSessionOutput, error) + func (c *LexRuntimeV2) GetSessionRequest(input *GetSessionInput) (req *request.Request, output *GetSessionOutput) + func (c *LexRuntimeV2) GetSessionWithContext(ctx aws.Context, input *GetSessionInput, opts ...request.Option) (*GetSessionOutput, error) + func (c *LexRuntimeV2) PutSession(input *PutSessionInput) (*PutSessionOutput, error) + func (c *LexRuntimeV2) PutSessionRequest(input *PutSessionInput) (req *request.Request, output *PutSessionOutput) + func (c *LexRuntimeV2) PutSessionWithContext(ctx aws.Context, input *PutSessionInput, opts ...request.Option) (*PutSessionOutput, error) + func (c *LexRuntimeV2) RecognizeText(input *RecognizeTextInput) (*RecognizeTextOutput, error) + func (c *LexRuntimeV2) RecognizeTextRequest(input *RecognizeTextInput) (req *request.Request, output *RecognizeTextOutput) + func (c *LexRuntimeV2) RecognizeTextWithContext(ctx aws.Context, input *RecognizeTextInput, opts ...request.Option) (*RecognizeTextOutput, error) + func (c *LexRuntimeV2) RecognizeUtterance(input *RecognizeUtteranceInput) (*RecognizeUtteranceOutput, error) + func (c *LexRuntimeV2) RecognizeUtteranceRequest(input *RecognizeUtteranceInput) (req *request.Request, output *RecognizeUtteranceOutput) + func (c *LexRuntimeV2) RecognizeUtteranceWithContext(ctx aws.Context, input *RecognizeUtteranceInput, opts ...request.Option) (*RecognizeUtteranceOutput, error) + func (c *LexRuntimeV2) StartConversation(input *StartConversationInput) (*StartConversationOutput, error) + func (c *LexRuntimeV2) StartConversationRequest(input *StartConversationInput) (req *request.Request, output *StartConversationOutput) + func (c *LexRuntimeV2) StartConversationWithContext(ctx aws.Context, input *StartConversationInput, opts ...request.Option) (*StartConversationOutput, error) + type Message struct + Content *string + ContentType *string + ImageResponseCard *ImageResponseCard + func (s *Message) SetContent(v string) *Message + func (s *Message) SetContentType(v string) *Message + func (s *Message) SetImageResponseCard(v *ImageResponseCard) *Message + func (s *Message) Validate() error + func (s Message) GoString() string + func (s Message) String() string + type PlaybackCompletionEvent struct + ClientTimestampMillis *int64 + EventId *string + func (s *PlaybackCompletionEvent) MarshalEvent(pm protocol.PayloadMarshaler) (msg eventstream.Message, err error) + func (s *PlaybackCompletionEvent) SetClientTimestampMillis(v int64) *PlaybackCompletionEvent + func (s *PlaybackCompletionEvent) SetEventId(v string) *PlaybackCompletionEvent + func (s *PlaybackCompletionEvent) UnmarshalEvent(payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message) error + func (s PlaybackCompletionEvent) GoString() string + func (s PlaybackCompletionEvent) String() string + type PlaybackInterruptionEvent struct + CausedByEventId *string + EventId *string + EventReason *string + func (s *PlaybackInterruptionEvent) MarshalEvent(pm protocol.PayloadMarshaler) (msg eventstream.Message, err error) + func (s *PlaybackInterruptionEvent) SetCausedByEventId(v string) *PlaybackInterruptionEvent + func (s *PlaybackInterruptionEvent) SetEventId(v string) *PlaybackInterruptionEvent + func (s *PlaybackInterruptionEvent) SetEventReason(v string) *PlaybackInterruptionEvent + func (s *PlaybackInterruptionEvent) UnmarshalEvent(payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message) error + func (s PlaybackInterruptionEvent) GoString() string + func (s PlaybackInterruptionEvent) String() string + type PutSessionInput struct + BotAliasId *string + BotId *string + LocaleId *string + Messages []*Message + RequestAttributes map[string]*string + ResponseContentType *string + SessionId *string + SessionState *SessionState + func (s *PutSessionInput) SetBotAliasId(v string) *PutSessionInput + func (s *PutSessionInput) SetBotId(v string) *PutSessionInput + func (s *PutSessionInput) SetLocaleId(v string) *PutSessionInput + func (s *PutSessionInput) SetMessages(v []*Message) *PutSessionInput + func (s *PutSessionInput) SetRequestAttributes(v map[string]*string) *PutSessionInput + func (s *PutSessionInput) SetResponseContentType(v string) *PutSessionInput + func (s *PutSessionInput) SetSessionId(v string) *PutSessionInput + func (s *PutSessionInput) SetSessionState(v *SessionState) *PutSessionInput + func (s *PutSessionInput) Validate() error + func (s PutSessionInput) GoString() string + func (s PutSessionInput) String() string + type PutSessionOutput struct + AudioStream io.ReadCloser + ContentType *string + Messages *string + RequestAttributes *string + SessionId *string + SessionState *string + func (s *PutSessionOutput) SetAudioStream(v io.ReadCloser) *PutSessionOutput + func (s *PutSessionOutput) SetContentType(v string) *PutSessionOutput + func (s *PutSessionOutput) SetMessages(v string) *PutSessionOutput + func (s *PutSessionOutput) SetRequestAttributes(v string) *PutSessionOutput + func (s *PutSessionOutput) SetSessionId(v string) *PutSessionOutput + func (s *PutSessionOutput) SetSessionState(v string) *PutSessionOutput + func (s PutSessionOutput) GoString() string + func (s PutSessionOutput) String() string + type RecognizeTextInput struct + BotAliasId *string + BotId *string + LocaleId *string + RequestAttributes map[string]*string + SessionId *string + SessionState *SessionState + Text *string + func (s *RecognizeTextInput) SetBotAliasId(v string) *RecognizeTextInput + func (s *RecognizeTextInput) SetBotId(v string) *RecognizeTextInput + func (s *RecognizeTextInput) SetLocaleId(v string) *RecognizeTextInput + func (s *RecognizeTextInput) SetRequestAttributes(v map[string]*string) *RecognizeTextInput + func (s *RecognizeTextInput) SetSessionId(v string) *RecognizeTextInput + func (s *RecognizeTextInput) SetSessionState(v *SessionState) *RecognizeTextInput + func (s *RecognizeTextInput) SetText(v string) *RecognizeTextInput + func (s *RecognizeTextInput) Validate() error + func (s RecognizeTextInput) GoString() string + func (s RecognizeTextInput) String() string + type RecognizeTextOutput struct + Interpretations []*Interpretation + Messages []*Message + RecognizedBotMember *RecognizedBotMember + RequestAttributes map[string]*string + SessionId *string + SessionState *SessionState + func (s *RecognizeTextOutput) SetInterpretations(v []*Interpretation) *RecognizeTextOutput + func (s *RecognizeTextOutput) SetMessages(v []*Message) *RecognizeTextOutput + func (s *RecognizeTextOutput) SetRecognizedBotMember(v *RecognizedBotMember) *RecognizeTextOutput + func (s *RecognizeTextOutput) SetRequestAttributes(v map[string]*string) *RecognizeTextOutput + func (s *RecognizeTextOutput) SetSessionId(v string) *RecognizeTextOutput + func (s *RecognizeTextOutput) SetSessionState(v *SessionState) *RecognizeTextOutput + func (s RecognizeTextOutput) GoString() string + func (s RecognizeTextOutput) String() string + type RecognizeUtteranceInput struct + BotAliasId *string + BotId *string + InputStream io.ReadSeeker + LocaleId *string + RequestAttributes *string + RequestContentType *string + ResponseContentType *string + SessionId *string + SessionState *string + func (s *RecognizeUtteranceInput) SetBotAliasId(v string) *RecognizeUtteranceInput + func (s *RecognizeUtteranceInput) SetBotId(v string) *RecognizeUtteranceInput + func (s *RecognizeUtteranceInput) SetInputStream(v io.ReadSeeker) *RecognizeUtteranceInput + func (s *RecognizeUtteranceInput) SetLocaleId(v string) *RecognizeUtteranceInput + func (s *RecognizeUtteranceInput) SetRequestAttributes(v string) *RecognizeUtteranceInput + func (s *RecognizeUtteranceInput) SetRequestContentType(v string) *RecognizeUtteranceInput + func (s *RecognizeUtteranceInput) SetResponseContentType(v string) *RecognizeUtteranceInput + func (s *RecognizeUtteranceInput) SetSessionId(v string) *RecognizeUtteranceInput + func (s *RecognizeUtteranceInput) SetSessionState(v string) *RecognizeUtteranceInput + func (s *RecognizeUtteranceInput) Validate() error + func (s RecognizeUtteranceInput) GoString() string + func (s RecognizeUtteranceInput) String() string + type RecognizeUtteranceOutput struct + AudioStream io.ReadCloser + ContentType *string + InputMode *string + InputTranscript *string + Interpretations *string + Messages *string + RecognizedBotMember *string + RequestAttributes *string + SessionId *string + SessionState *string + func (s *RecognizeUtteranceOutput) SetAudioStream(v io.ReadCloser) *RecognizeUtteranceOutput + func (s *RecognizeUtteranceOutput) SetContentType(v string) *RecognizeUtteranceOutput + func (s *RecognizeUtteranceOutput) SetInputMode(v string) *RecognizeUtteranceOutput + func (s *RecognizeUtteranceOutput) SetInputTranscript(v string) *RecognizeUtteranceOutput + func (s *RecognizeUtteranceOutput) SetInterpretations(v string) *RecognizeUtteranceOutput + func (s *RecognizeUtteranceOutput) SetMessages(v string) *RecognizeUtteranceOutput + func (s *RecognizeUtteranceOutput) SetRecognizedBotMember(v string) *RecognizeUtteranceOutput + func (s *RecognizeUtteranceOutput) SetRequestAttributes(v string) *RecognizeUtteranceOutput + func (s *RecognizeUtteranceOutput) SetSessionId(v string) *RecognizeUtteranceOutput + func (s *RecognizeUtteranceOutput) SetSessionState(v string) *RecognizeUtteranceOutput + func (s RecognizeUtteranceOutput) GoString() string + func (s RecognizeUtteranceOutput) String() string + type RecognizedBotMember struct + BotId *string + BotName *string + func (s *RecognizedBotMember) SetBotId(v string) *RecognizedBotMember + func (s *RecognizedBotMember) SetBotName(v string) *RecognizedBotMember + func (s RecognizedBotMember) GoString() string + func (s RecognizedBotMember) String() string + type ResourceNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) MarshalEvent(pm protocol.PayloadMarshaler) (msg eventstream.Message, err error) + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s *ResourceNotFoundException) UnmarshalEvent(payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message) error + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type RuntimeHintDetails struct + RuntimeHintValues []*RuntimeHintValue + SubSlotHints map[string]*RuntimeHintDetails + func (s *RuntimeHintDetails) SetRuntimeHintValues(v []*RuntimeHintValue) *RuntimeHintDetails + func (s *RuntimeHintDetails) SetSubSlotHints(v map[string]*RuntimeHintDetails) *RuntimeHintDetails + func (s RuntimeHintDetails) GoString() string + func (s RuntimeHintDetails) String() string + type RuntimeHintValue struct + Phrase *string + func (s *RuntimeHintValue) SetPhrase(v string) *RuntimeHintValue + func (s RuntimeHintValue) GoString() string + func (s RuntimeHintValue) String() string + type RuntimeHints struct + SlotHints map[string]map[string]*RuntimeHintDetails + func (s *RuntimeHints) SetSlotHints(v map[string]map[string]*RuntimeHintDetails) *RuntimeHints + func (s RuntimeHints) GoString() string + func (s RuntimeHints) String() string + type SentimentResponse struct + Sentiment *string + SentimentScore *SentimentScore + func (s *SentimentResponse) SetSentiment(v string) *SentimentResponse + func (s *SentimentResponse) SetSentimentScore(v *SentimentScore) *SentimentResponse + func (s SentimentResponse) GoString() string + func (s SentimentResponse) String() string + type SentimentScore struct + Mixed *float64 + Negative *float64 + Neutral *float64 + Positive *float64 + func (s *SentimentScore) SetMixed(v float64) *SentimentScore + func (s *SentimentScore) SetNegative(v float64) *SentimentScore + func (s *SentimentScore) SetNeutral(v float64) *SentimentScore + func (s *SentimentScore) SetPositive(v float64) *SentimentScore + func (s SentimentScore) GoString() string + func (s SentimentScore) String() string + type SessionState struct + ActiveContexts []*ActiveContext + DialogAction *DialogAction + Intent *Intent + OriginatingRequestId *string + RuntimeHints *RuntimeHints + SessionAttributes map[string]*string + func (s *SessionState) SetActiveContexts(v []*ActiveContext) *SessionState + func (s *SessionState) SetDialogAction(v *DialogAction) *SessionState + func (s *SessionState) SetIntent(v *Intent) *SessionState + func (s *SessionState) SetOriginatingRequestId(v string) *SessionState + func (s *SessionState) SetRuntimeHints(v *RuntimeHints) *SessionState + func (s *SessionState) SetSessionAttributes(v map[string]*string) *SessionState + func (s *SessionState) Validate() error + func (s SessionState) GoString() string + func (s SessionState) String() string + type Slot struct + Shape *string + SubSlots map[string]*Slot + Value *Value + Values []*Slot + func (s *Slot) SetShape(v string) *Slot + func (s *Slot) SetSubSlots(v map[string]*Slot) *Slot + func (s *Slot) SetValue(v *Value) *Slot + func (s *Slot) SetValues(v []*Slot) *Slot + func (s *Slot) Validate() error + func (s Slot) GoString() string + func (s Slot) String() string + type StartConversationEventStream struct + Reader StartConversationResponseEventStreamReader + Writer StartConversationRequestEventStreamWriter + func NewStartConversationEventStream(opts ...func(*StartConversationEventStream)) *StartConversationEventStream + func (es *StartConversationEventStream) Close() (err error) + func (es *StartConversationEventStream) Err() error + func (es *StartConversationEventStream) Events() <-chan StartConversationResponseEventStreamEvent + func (es *StartConversationEventStream) Send(ctx aws.Context, event StartConversationRequestEventStreamEvent) error + type StartConversationInput struct + BotAliasId *string + BotId *string + ConversationMode *string + LocaleId *string + SessionId *string + func (s *StartConversationInput) SetBotAliasId(v string) *StartConversationInput + func (s *StartConversationInput) SetBotId(v string) *StartConversationInput + func (s *StartConversationInput) SetConversationMode(v string) *StartConversationInput + func (s *StartConversationInput) SetLocaleId(v string) *StartConversationInput + func (s *StartConversationInput) SetSessionId(v string) *StartConversationInput + func (s *StartConversationInput) Validate() error + func (s StartConversationInput) GoString() string + func (s StartConversationInput) String() string + type StartConversationOutput struct + func (s *StartConversationOutput) GetStream() *StartConversationEventStream + func (s StartConversationOutput) GoString() string + func (s StartConversationOutput) String() string + type StartConversationRequestEventStreamEvent interface + type StartConversationRequestEventStreamWriter interface + Close func() error + Err func() error + Send func(aws.Context, StartConversationRequestEventStreamEvent) error + type StartConversationResponseEventStreamEvent interface + type StartConversationResponseEventStreamReader interface + Close func() error + Err func() error + Events func() <-chan StartConversationResponseEventStreamEvent + type StartConversationResponseEventStreamUnknownEvent struct + Message eventstream.Message + Type string + func (e *StartConversationResponseEventStreamUnknownEvent) MarshalEvent(pm protocol.PayloadMarshaler) (msg eventstream.Message, err error) + func (e *StartConversationResponseEventStreamUnknownEvent) UnmarshalEvent(payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message) error + type TextInputEvent struct + ClientTimestampMillis *int64 + EventId *string + Text *string + func (s *TextInputEvent) MarshalEvent(pm protocol.PayloadMarshaler) (msg eventstream.Message, err error) + func (s *TextInputEvent) SetClientTimestampMillis(v int64) *TextInputEvent + func (s *TextInputEvent) SetEventId(v string) *TextInputEvent + func (s *TextInputEvent) SetText(v string) *TextInputEvent + func (s *TextInputEvent) UnmarshalEvent(payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message) error + func (s TextInputEvent) GoString() string + func (s TextInputEvent) String() string + type TextResponseEvent struct + EventId *string + Messages []*Message + func (s *TextResponseEvent) MarshalEvent(pm protocol.PayloadMarshaler) (msg eventstream.Message, err error) + func (s *TextResponseEvent) SetEventId(v string) *TextResponseEvent + func (s *TextResponseEvent) SetMessages(v []*Message) *TextResponseEvent + func (s *TextResponseEvent) UnmarshalEvent(payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message) error + func (s TextResponseEvent) GoString() string + func (s TextResponseEvent) String() string + type ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) MarshalEvent(pm protocol.PayloadMarshaler) (msg eventstream.Message, err error) + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s *ThrottlingException) UnmarshalEvent(payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message) error + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type TranscriptEvent struct + EventId *string + Transcript *string + func (s *TranscriptEvent) MarshalEvent(pm protocol.PayloadMarshaler) (msg eventstream.Message, err error) + func (s *TranscriptEvent) SetEventId(v string) *TranscriptEvent + func (s *TranscriptEvent) SetTranscript(v string) *TranscriptEvent + func (s *TranscriptEvent) UnmarshalEvent(payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message) error + func (s TranscriptEvent) GoString() string + func (s TranscriptEvent) String() string + type ValidationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) MarshalEvent(pm protocol.PayloadMarshaler) (msg eventstream.Message, err error) + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s *ValidationException) UnmarshalEvent(payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message) error + func (s ValidationException) GoString() string + func (s ValidationException) String() string + type Value struct + InterpretedValue *string + OriginalValue *string + ResolvedValues []*string + func (s *Value) SetInterpretedValue(v string) *Value + func (s *Value) SetOriginalValue(v string) *Value + func (s *Value) SetResolvedValues(v []*string) *Value + func (s *Value) Validate() error + func (s Value) GoString() string + func (s Value) String() string