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 *lexruntimeservice.DeleteSessionInput) (*lexruntimeservice.DeleteSessionOutput, error) DeleteSessionAsync(ctx workflow.Context, input *lexruntimeservice.DeleteSessionInput) *DeleteSessionFuture GetSession(ctx workflow.Context, input *lexruntimeservice.GetSessionInput) (*lexruntimeservice.GetSessionOutput, error) GetSessionAsync(ctx workflow.Context, input *lexruntimeservice.GetSessionInput) *GetSessionFuture PostContent(ctx workflow.Context, input *lexruntimeservice.PostContentInput) (*lexruntimeservice.PostContentOutput, error) PostContentAsync(ctx workflow.Context, input *lexruntimeservice.PostContentInput) *PostContentFuture PostText(ctx workflow.Context, input *lexruntimeservice.PostTextInput) (*lexruntimeservice.PostTextOutput, error) PostTextAsync(ctx workflow.Context, input *lexruntimeservice.PostTextInput) *PostTextFuture PutSession(ctx workflow.Context, input *lexruntimeservice.PutSessionInput) (*lexruntimeservice.PutSessionOutput, error) PutSessionAsync(ctx workflow.Context, input *lexruntimeservice.PutSessionInput) *PutSessionFuture }
type DeleteSessionFuture ¶
func (*DeleteSessionFuture) Get ¶
func (r *DeleteSessionFuture) Get(ctx workflow.Context) (*lexruntimeservice.DeleteSessionOutput, error)
type GetSessionFuture ¶
func (*GetSessionFuture) Get ¶
func (r *GetSessionFuture) Get(ctx workflow.Context) (*lexruntimeservice.GetSessionOutput, error)
type PostContentFuture ¶
func (*PostContentFuture) Get ¶
func (r *PostContentFuture) Get(ctx workflow.Context) (*lexruntimeservice.PostContentOutput, error)
type PostTextFuture ¶
func (*PostTextFuture) Get ¶
func (r *PostTextFuture) Get(ctx workflow.Context) (*lexruntimeservice.PostTextOutput, error)
type PutSessionFuture ¶
func (*PutSessionFuture) Get ¶
func (r *PutSessionFuture) Get(ctx workflow.Context) (*lexruntimeservice.PutSessionOutput, error)
Click to show internal directories.
Click to hide internal directories.