Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { DeleteSession(ctx workflow.Context, input *lexruntimev2.DeleteSessionInput) (*lexruntimev2.DeleteSessionOutput, error) DeleteSessionAsync(ctx workflow.Context, input *lexruntimev2.DeleteSessionInput) *DeleteSessionFuture GetSession(ctx workflow.Context, input *lexruntimev2.GetSessionInput) (*lexruntimev2.GetSessionOutput, error) GetSessionAsync(ctx workflow.Context, input *lexruntimev2.GetSessionInput) *GetSessionFuture PutSession(ctx workflow.Context, input *lexruntimev2.PutSessionInput) (*lexruntimev2.PutSessionOutput, error) PutSessionAsync(ctx workflow.Context, input *lexruntimev2.PutSessionInput) *PutSessionFuture RecognizeText(ctx workflow.Context, input *lexruntimev2.RecognizeTextInput) (*lexruntimev2.RecognizeTextOutput, error) RecognizeTextAsync(ctx workflow.Context, input *lexruntimev2.RecognizeTextInput) *RecognizeTextFuture RecognizeUtterance(ctx workflow.Context, input *lexruntimev2.RecognizeUtteranceInput) (*lexruntimev2.RecognizeUtteranceOutput, error) RecognizeUtteranceAsync(ctx workflow.Context, input *lexruntimev2.RecognizeUtteranceInput) *RecognizeUtteranceFuture StartConversation(ctx workflow.Context, input *lexruntimev2.StartConversationInput) (*lexruntimev2.StartConversationOutput, error) StartConversationAsync(ctx workflow.Context, input *lexruntimev2.StartConversationInput) *StartConversationFuture }
type DeleteSessionFuture ¶
func (*DeleteSessionFuture) Get ¶
func (r *DeleteSessionFuture) Get(ctx workflow.Context) (*lexruntimev2.DeleteSessionOutput, error)
type GetSessionFuture ¶
func (*GetSessionFuture) Get ¶
func (r *GetSessionFuture) Get(ctx workflow.Context) (*lexruntimev2.GetSessionOutput, error)
type PutSessionFuture ¶
func (*PutSessionFuture) Get ¶
func (r *PutSessionFuture) Get(ctx workflow.Context) (*lexruntimev2.PutSessionOutput, error)
type RecognizeTextFuture ¶
func (*RecognizeTextFuture) Get ¶
func (r *RecognizeTextFuture) Get(ctx workflow.Context) (*lexruntimev2.RecognizeTextOutput, error)
type RecognizeUtteranceFuture ¶
type RecognizeUtteranceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RecognizeUtteranceFuture) Get ¶
func (r *RecognizeUtteranceFuture) Get(ctx workflow.Context) (*lexruntimev2.RecognizeUtteranceOutput, error)
type StartConversationFuture ¶
type StartConversationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartConversationFuture) Get ¶
func (r *StartConversationFuture) Get(ctx workflow.Context) (*lexruntimev2.StartConversationOutput, error)
Click to show internal directories.
Click to hide internal directories.