Documentation
¶
Index ¶
- type BuildBotLocaleFuture
- type Client
- type CreateBotAliasFuture
- type CreateBotFuture
- type CreateBotLocaleFuture
- type CreateBotVersionFuture
- type CreateIntentFuture
- type CreateSlotFuture
- type CreateSlotTypeFuture
- type DeleteBotAliasFuture
- type DeleteBotFuture
- type DeleteBotLocaleFuture
- type DeleteBotVersionFuture
- type DeleteIntentFuture
- type DeleteSlotFuture
- type DeleteSlotTypeFuture
- type DescribeBotAliasFuture
- type DescribeBotFuture
- type DescribeBotLocaleFuture
- type DescribeBotVersionFuture
- type DescribeIntentFuture
- type DescribeSlotFuture
- type DescribeSlotTypeFuture
- type ListBotAliasesFuture
- type ListBotLocalesFuture
- type ListBotVersionsFuture
- type ListBotsFuture
- type ListBuiltInIntentsFuture
- type ListBuiltInSlotTypesFuture
- type ListIntentsFuture
- type ListSlotTypesFuture
- type ListSlotsFuture
- type ListTagsForResourceFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateBotAliasFuture
- type UpdateBotFuture
- type UpdateBotLocaleFuture
- type UpdateIntentFuture
- type UpdateSlotFuture
- type UpdateSlotTypeFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildBotLocaleFuture ¶
func (*BuildBotLocaleFuture) Get ¶
func (r *BuildBotLocaleFuture) Get(ctx workflow.Context) (*lexmodelsv2.BuildBotLocaleOutput, error)
type Client ¶
type Client interface { BuildBotLocale(ctx workflow.Context, input *lexmodelsv2.BuildBotLocaleInput) (*lexmodelsv2.BuildBotLocaleOutput, error) BuildBotLocaleAsync(ctx workflow.Context, input *lexmodelsv2.BuildBotLocaleInput) *BuildBotLocaleFuture CreateBot(ctx workflow.Context, input *lexmodelsv2.CreateBotInput) (*lexmodelsv2.CreateBotOutput, error) CreateBotAsync(ctx workflow.Context, input *lexmodelsv2.CreateBotInput) *CreateBotFuture CreateBotAlias(ctx workflow.Context, input *lexmodelsv2.CreateBotAliasInput) (*lexmodelsv2.CreateBotAliasOutput, error) CreateBotAliasAsync(ctx workflow.Context, input *lexmodelsv2.CreateBotAliasInput) *CreateBotAliasFuture CreateBotLocale(ctx workflow.Context, input *lexmodelsv2.CreateBotLocaleInput) (*lexmodelsv2.CreateBotLocaleOutput, error) CreateBotLocaleAsync(ctx workflow.Context, input *lexmodelsv2.CreateBotLocaleInput) *CreateBotLocaleFuture CreateBotVersion(ctx workflow.Context, input *lexmodelsv2.CreateBotVersionInput) (*lexmodelsv2.CreateBotVersionOutput, error) CreateBotVersionAsync(ctx workflow.Context, input *lexmodelsv2.CreateBotVersionInput) *CreateBotVersionFuture CreateIntent(ctx workflow.Context, input *lexmodelsv2.CreateIntentInput) (*lexmodelsv2.CreateIntentOutput, error) CreateIntentAsync(ctx workflow.Context, input *lexmodelsv2.CreateIntentInput) *CreateIntentFuture CreateSlot(ctx workflow.Context, input *lexmodelsv2.CreateSlotInput) (*lexmodelsv2.CreateSlotOutput, error) CreateSlotAsync(ctx workflow.Context, input *lexmodelsv2.CreateSlotInput) *CreateSlotFuture CreateSlotType(ctx workflow.Context, input *lexmodelsv2.CreateSlotTypeInput) (*lexmodelsv2.CreateSlotTypeOutput, error) CreateSlotTypeAsync(ctx workflow.Context, input *lexmodelsv2.CreateSlotTypeInput) *CreateSlotTypeFuture DeleteBot(ctx workflow.Context, input *lexmodelsv2.DeleteBotInput) (*lexmodelsv2.DeleteBotOutput, error) DeleteBotAsync(ctx workflow.Context, input *lexmodelsv2.DeleteBotInput) *DeleteBotFuture DeleteBotAlias(ctx workflow.Context, input *lexmodelsv2.DeleteBotAliasInput) (*lexmodelsv2.DeleteBotAliasOutput, error) DeleteBotAliasAsync(ctx workflow.Context, input *lexmodelsv2.DeleteBotAliasInput) *DeleteBotAliasFuture DeleteBotLocale(ctx workflow.Context, input *lexmodelsv2.DeleteBotLocaleInput) (*lexmodelsv2.DeleteBotLocaleOutput, error) DeleteBotLocaleAsync(ctx workflow.Context, input *lexmodelsv2.DeleteBotLocaleInput) *DeleteBotLocaleFuture DeleteBotVersion(ctx workflow.Context, input *lexmodelsv2.DeleteBotVersionInput) (*lexmodelsv2.DeleteBotVersionOutput, error) DeleteBotVersionAsync(ctx workflow.Context, input *lexmodelsv2.DeleteBotVersionInput) *DeleteBotVersionFuture DeleteIntent(ctx workflow.Context, input *lexmodelsv2.DeleteIntentInput) (*lexmodelsv2.DeleteIntentOutput, error) DeleteIntentAsync(ctx workflow.Context, input *lexmodelsv2.DeleteIntentInput) *DeleteIntentFuture DeleteSlot(ctx workflow.Context, input *lexmodelsv2.DeleteSlotInput) (*lexmodelsv2.DeleteSlotOutput, error) DeleteSlotAsync(ctx workflow.Context, input *lexmodelsv2.DeleteSlotInput) *DeleteSlotFuture DeleteSlotType(ctx workflow.Context, input *lexmodelsv2.DeleteSlotTypeInput) (*lexmodelsv2.DeleteSlotTypeOutput, error) DeleteSlotTypeAsync(ctx workflow.Context, input *lexmodelsv2.DeleteSlotTypeInput) *DeleteSlotTypeFuture DescribeBot(ctx workflow.Context, input *lexmodelsv2.DescribeBotInput) (*lexmodelsv2.DescribeBotOutput, error) DescribeBotAsync(ctx workflow.Context, input *lexmodelsv2.DescribeBotInput) *DescribeBotFuture DescribeBotAlias(ctx workflow.Context, input *lexmodelsv2.DescribeBotAliasInput) (*lexmodelsv2.DescribeBotAliasOutput, error) DescribeBotAliasAsync(ctx workflow.Context, input *lexmodelsv2.DescribeBotAliasInput) *DescribeBotAliasFuture DescribeBotLocale(ctx workflow.Context, input *lexmodelsv2.DescribeBotLocaleInput) (*lexmodelsv2.DescribeBotLocaleOutput, error) DescribeBotLocaleAsync(ctx workflow.Context, input *lexmodelsv2.DescribeBotLocaleInput) *DescribeBotLocaleFuture DescribeBotVersion(ctx workflow.Context, input *lexmodelsv2.DescribeBotVersionInput) (*lexmodelsv2.DescribeBotVersionOutput, error) DescribeBotVersionAsync(ctx workflow.Context, input *lexmodelsv2.DescribeBotVersionInput) *DescribeBotVersionFuture DescribeIntent(ctx workflow.Context, input *lexmodelsv2.DescribeIntentInput) (*lexmodelsv2.DescribeIntentOutput, error) DescribeIntentAsync(ctx workflow.Context, input *lexmodelsv2.DescribeIntentInput) *DescribeIntentFuture DescribeSlot(ctx workflow.Context, input *lexmodelsv2.DescribeSlotInput) (*lexmodelsv2.DescribeSlotOutput, error) DescribeSlotAsync(ctx workflow.Context, input *lexmodelsv2.DescribeSlotInput) *DescribeSlotFuture DescribeSlotType(ctx workflow.Context, input *lexmodelsv2.DescribeSlotTypeInput) (*lexmodelsv2.DescribeSlotTypeOutput, error) DescribeSlotTypeAsync(ctx workflow.Context, input *lexmodelsv2.DescribeSlotTypeInput) *DescribeSlotTypeFuture ListBotAliases(ctx workflow.Context, input *lexmodelsv2.ListBotAliasesInput) (*lexmodelsv2.ListBotAliasesOutput, error) ListBotAliasesAsync(ctx workflow.Context, input *lexmodelsv2.ListBotAliasesInput) *ListBotAliasesFuture ListBotLocales(ctx workflow.Context, input *lexmodelsv2.ListBotLocalesInput) (*lexmodelsv2.ListBotLocalesOutput, error) ListBotLocalesAsync(ctx workflow.Context, input *lexmodelsv2.ListBotLocalesInput) *ListBotLocalesFuture ListBotVersions(ctx workflow.Context, input *lexmodelsv2.ListBotVersionsInput) (*lexmodelsv2.ListBotVersionsOutput, error) ListBotVersionsAsync(ctx workflow.Context, input *lexmodelsv2.ListBotVersionsInput) *ListBotVersionsFuture ListBots(ctx workflow.Context, input *lexmodelsv2.ListBotsInput) (*lexmodelsv2.ListBotsOutput, error) ListBotsAsync(ctx workflow.Context, input *lexmodelsv2.ListBotsInput) *ListBotsFuture ListBuiltInIntents(ctx workflow.Context, input *lexmodelsv2.ListBuiltInIntentsInput) (*lexmodelsv2.ListBuiltInIntentsOutput, error) ListBuiltInIntentsAsync(ctx workflow.Context, input *lexmodelsv2.ListBuiltInIntentsInput) *ListBuiltInIntentsFuture ListBuiltInSlotTypes(ctx workflow.Context, input *lexmodelsv2.ListBuiltInSlotTypesInput) (*lexmodelsv2.ListBuiltInSlotTypesOutput, error) ListBuiltInSlotTypesAsync(ctx workflow.Context, input *lexmodelsv2.ListBuiltInSlotTypesInput) *ListBuiltInSlotTypesFuture ListIntents(ctx workflow.Context, input *lexmodelsv2.ListIntentsInput) (*lexmodelsv2.ListIntentsOutput, error) ListIntentsAsync(ctx workflow.Context, input *lexmodelsv2.ListIntentsInput) *ListIntentsFuture ListSlotTypes(ctx workflow.Context, input *lexmodelsv2.ListSlotTypesInput) (*lexmodelsv2.ListSlotTypesOutput, error) ListSlotTypesAsync(ctx workflow.Context, input *lexmodelsv2.ListSlotTypesInput) *ListSlotTypesFuture ListSlots(ctx workflow.Context, input *lexmodelsv2.ListSlotsInput) (*lexmodelsv2.ListSlotsOutput, error) ListSlotsAsync(ctx workflow.Context, input *lexmodelsv2.ListSlotsInput) *ListSlotsFuture ListTagsForResource(ctx workflow.Context, input *lexmodelsv2.ListTagsForResourceInput) (*lexmodelsv2.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *lexmodelsv2.ListTagsForResourceInput) *ListTagsForResourceFuture TagResource(ctx workflow.Context, input *lexmodelsv2.TagResourceInput) (*lexmodelsv2.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *lexmodelsv2.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *lexmodelsv2.UntagResourceInput) (*lexmodelsv2.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *lexmodelsv2.UntagResourceInput) *UntagResourceFuture UpdateBot(ctx workflow.Context, input *lexmodelsv2.UpdateBotInput) (*lexmodelsv2.UpdateBotOutput, error) UpdateBotAsync(ctx workflow.Context, input *lexmodelsv2.UpdateBotInput) *UpdateBotFuture UpdateBotAlias(ctx workflow.Context, input *lexmodelsv2.UpdateBotAliasInput) (*lexmodelsv2.UpdateBotAliasOutput, error) UpdateBotAliasAsync(ctx workflow.Context, input *lexmodelsv2.UpdateBotAliasInput) *UpdateBotAliasFuture UpdateBotLocale(ctx workflow.Context, input *lexmodelsv2.UpdateBotLocaleInput) (*lexmodelsv2.UpdateBotLocaleOutput, error) UpdateBotLocaleAsync(ctx workflow.Context, input *lexmodelsv2.UpdateBotLocaleInput) *UpdateBotLocaleFuture UpdateIntent(ctx workflow.Context, input *lexmodelsv2.UpdateIntentInput) (*lexmodelsv2.UpdateIntentOutput, error) UpdateIntentAsync(ctx workflow.Context, input *lexmodelsv2.UpdateIntentInput) *UpdateIntentFuture UpdateSlot(ctx workflow.Context, input *lexmodelsv2.UpdateSlotInput) (*lexmodelsv2.UpdateSlotOutput, error) UpdateSlotAsync(ctx workflow.Context, input *lexmodelsv2.UpdateSlotInput) *UpdateSlotFuture UpdateSlotType(ctx workflow.Context, input *lexmodelsv2.UpdateSlotTypeInput) (*lexmodelsv2.UpdateSlotTypeOutput, error) UpdateSlotTypeAsync(ctx workflow.Context, input *lexmodelsv2.UpdateSlotTypeInput) *UpdateSlotTypeFuture }
type CreateBotAliasFuture ¶
func (*CreateBotAliasFuture) Get ¶
func (r *CreateBotAliasFuture) Get(ctx workflow.Context) (*lexmodelsv2.CreateBotAliasOutput, error)
type CreateBotFuture ¶
func (*CreateBotFuture) Get ¶
func (r *CreateBotFuture) Get(ctx workflow.Context) (*lexmodelsv2.CreateBotOutput, error)
type CreateBotLocaleFuture ¶
type CreateBotLocaleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateBotLocaleFuture) Get ¶
func (r *CreateBotLocaleFuture) Get(ctx workflow.Context) (*lexmodelsv2.CreateBotLocaleOutput, error)
type CreateBotVersionFuture ¶
type CreateBotVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateBotVersionFuture) Get ¶
func (r *CreateBotVersionFuture) Get(ctx workflow.Context) (*lexmodelsv2.CreateBotVersionOutput, error)
type CreateIntentFuture ¶
func (*CreateIntentFuture) Get ¶
func (r *CreateIntentFuture) Get(ctx workflow.Context) (*lexmodelsv2.CreateIntentOutput, error)
type CreateSlotFuture ¶
func (*CreateSlotFuture) Get ¶
func (r *CreateSlotFuture) Get(ctx workflow.Context) (*lexmodelsv2.CreateSlotOutput, error)
type CreateSlotTypeFuture ¶
func (*CreateSlotTypeFuture) Get ¶
func (r *CreateSlotTypeFuture) Get(ctx workflow.Context) (*lexmodelsv2.CreateSlotTypeOutput, error)
type DeleteBotAliasFuture ¶
func (*DeleteBotAliasFuture) Get ¶
func (r *DeleteBotAliasFuture) Get(ctx workflow.Context) (*lexmodelsv2.DeleteBotAliasOutput, error)
type DeleteBotFuture ¶
func (*DeleteBotFuture) Get ¶
func (r *DeleteBotFuture) Get(ctx workflow.Context) (*lexmodelsv2.DeleteBotOutput, error)
type DeleteBotLocaleFuture ¶
type DeleteBotLocaleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteBotLocaleFuture) Get ¶
func (r *DeleteBotLocaleFuture) Get(ctx workflow.Context) (*lexmodelsv2.DeleteBotLocaleOutput, error)
type DeleteBotVersionFuture ¶
type DeleteBotVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteBotVersionFuture) Get ¶
func (r *DeleteBotVersionFuture) Get(ctx workflow.Context) (*lexmodelsv2.DeleteBotVersionOutput, error)
type DeleteIntentFuture ¶
func (*DeleteIntentFuture) Get ¶
func (r *DeleteIntentFuture) Get(ctx workflow.Context) (*lexmodelsv2.DeleteIntentOutput, error)
type DeleteSlotFuture ¶
func (*DeleteSlotFuture) Get ¶
func (r *DeleteSlotFuture) Get(ctx workflow.Context) (*lexmodelsv2.DeleteSlotOutput, error)
type DeleteSlotTypeFuture ¶
func (*DeleteSlotTypeFuture) Get ¶
func (r *DeleteSlotTypeFuture) Get(ctx workflow.Context) (*lexmodelsv2.DeleteSlotTypeOutput, error)
type DescribeBotAliasFuture ¶
type DescribeBotAliasFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeBotAliasFuture) Get ¶
func (r *DescribeBotAliasFuture) Get(ctx workflow.Context) (*lexmodelsv2.DescribeBotAliasOutput, error)
type DescribeBotFuture ¶
func (*DescribeBotFuture) Get ¶
func (r *DescribeBotFuture) Get(ctx workflow.Context) (*lexmodelsv2.DescribeBotOutput, error)
type DescribeBotLocaleFuture ¶
type DescribeBotLocaleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeBotLocaleFuture) Get ¶
func (r *DescribeBotLocaleFuture) Get(ctx workflow.Context) (*lexmodelsv2.DescribeBotLocaleOutput, error)
type DescribeBotVersionFuture ¶
type DescribeBotVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeBotVersionFuture) Get ¶
func (r *DescribeBotVersionFuture) Get(ctx workflow.Context) (*lexmodelsv2.DescribeBotVersionOutput, error)
type DescribeIntentFuture ¶
func (*DescribeIntentFuture) Get ¶
func (r *DescribeIntentFuture) Get(ctx workflow.Context) (*lexmodelsv2.DescribeIntentOutput, error)
type DescribeSlotFuture ¶
func (*DescribeSlotFuture) Get ¶
func (r *DescribeSlotFuture) Get(ctx workflow.Context) (*lexmodelsv2.DescribeSlotOutput, error)
type DescribeSlotTypeFuture ¶
type DescribeSlotTypeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeSlotTypeFuture) Get ¶
func (r *DescribeSlotTypeFuture) Get(ctx workflow.Context) (*lexmodelsv2.DescribeSlotTypeOutput, error)
type ListBotAliasesFuture ¶
func (*ListBotAliasesFuture) Get ¶
func (r *ListBotAliasesFuture) Get(ctx workflow.Context) (*lexmodelsv2.ListBotAliasesOutput, error)
type ListBotLocalesFuture ¶
func (*ListBotLocalesFuture) Get ¶
func (r *ListBotLocalesFuture) Get(ctx workflow.Context) (*lexmodelsv2.ListBotLocalesOutput, error)
type ListBotVersionsFuture ¶
type ListBotVersionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListBotVersionsFuture) Get ¶
func (r *ListBotVersionsFuture) Get(ctx workflow.Context) (*lexmodelsv2.ListBotVersionsOutput, error)
type ListBotsFuture ¶
func (*ListBotsFuture) Get ¶
func (r *ListBotsFuture) Get(ctx workflow.Context) (*lexmodelsv2.ListBotsOutput, error)
type ListBuiltInIntentsFuture ¶
type ListBuiltInIntentsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListBuiltInIntentsFuture) Get ¶
func (r *ListBuiltInIntentsFuture) Get(ctx workflow.Context) (*lexmodelsv2.ListBuiltInIntentsOutput, error)
type ListBuiltInSlotTypesFuture ¶
type ListBuiltInSlotTypesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListBuiltInSlotTypesFuture) Get ¶
func (r *ListBuiltInSlotTypesFuture) Get(ctx workflow.Context) (*lexmodelsv2.ListBuiltInSlotTypesOutput, error)
type ListIntentsFuture ¶
func (*ListIntentsFuture) Get ¶
func (r *ListIntentsFuture) Get(ctx workflow.Context) (*lexmodelsv2.ListIntentsOutput, error)
type ListSlotTypesFuture ¶
func (*ListSlotTypesFuture) Get ¶
func (r *ListSlotTypesFuture) Get(ctx workflow.Context) (*lexmodelsv2.ListSlotTypesOutput, error)
type ListSlotsFuture ¶
func (*ListSlotsFuture) Get ¶
func (r *ListSlotsFuture) Get(ctx workflow.Context) (*lexmodelsv2.ListSlotsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*lexmodelsv2.ListTagsForResourceOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*lexmodelsv2.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*lexmodelsv2.UntagResourceOutput, error)
type UpdateBotAliasFuture ¶
func (*UpdateBotAliasFuture) Get ¶
func (r *UpdateBotAliasFuture) Get(ctx workflow.Context) (*lexmodelsv2.UpdateBotAliasOutput, error)
type UpdateBotFuture ¶
func (*UpdateBotFuture) Get ¶
func (r *UpdateBotFuture) Get(ctx workflow.Context) (*lexmodelsv2.UpdateBotOutput, error)
type UpdateBotLocaleFuture ¶
type UpdateBotLocaleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateBotLocaleFuture) Get ¶
func (r *UpdateBotLocaleFuture) Get(ctx workflow.Context) (*lexmodelsv2.UpdateBotLocaleOutput, error)
type UpdateIntentFuture ¶
func (*UpdateIntentFuture) Get ¶
func (r *UpdateIntentFuture) Get(ctx workflow.Context) (*lexmodelsv2.UpdateIntentOutput, error)
type UpdateSlotFuture ¶
func (*UpdateSlotFuture) Get ¶
func (r *UpdateSlotFuture) Get(ctx workflow.Context) (*lexmodelsv2.UpdateSlotOutput, error)
type UpdateSlotTypeFuture ¶
func (*UpdateSlotTypeFuture) Get ¶
func (r *UpdateSlotTypeFuture) Get(ctx workflow.Context) (*lexmodelsv2.UpdateSlotTypeOutput, error)
Click to show internal directories.
Click to hide internal directories.