...
AWS SDK for Go API Reference
import "github.com/aws/aws-sdk-go/service/lexmodelsv2"
Overview
Constants

Overview ▾

Package lexmodelsv2 provides the client and types for making API requests to Amazon Lex Model Building V2.

See https://docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07 for more information on this service.

See lexmodelsv2 package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/lexmodelsv2/

Using the Client

To contact Amazon Lex Model Building V2 with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the Amazon Lex Model Building V2 client LexModelsV2 for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/lexmodelsv2/#New

The stub package, lexmodelsv2iface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Types ▾

type LexModelsV2
func New(p client.ConfigProvider, cfgs ...*aws.Config) *LexModelsV2
func (c *LexModelsV2) BatchCreateCustomVocabularyItem(input *BatchCreateCustomVocabularyItemInput) (*BatchCreateCustomVocabularyItemOutput, error)
func (c *LexModelsV2) BatchCreateCustomVocabularyItemRequest(input *BatchCreateCustomVocabularyItemInput) (req *request.Request, output *BatchCreateCustomVocabularyItemOutput)
func (c *LexModelsV2) BatchCreateCustomVocabularyItemWithContext(ctx aws.Context, input *BatchCreateCustomVocabularyItemInput, opts ...request.Option) (*BatchCreateCustomVocabularyItemOutput, error)
func (c *LexModelsV2) BatchDeleteCustomVocabularyItem(input *BatchDeleteCustomVocabularyItemInput) (*BatchDeleteCustomVocabularyItemOutput, error)
func (c *LexModelsV2) BatchDeleteCustomVocabularyItemRequest(input *BatchDeleteCustomVocabularyItemInput) (req *request.Request, output *BatchDeleteCustomVocabularyItemOutput)
func (c *LexModelsV2) BatchDeleteCustomVocabularyItemWithContext(ctx aws.Context, input *BatchDeleteCustomVocabularyItemInput, opts ...request.Option) (*BatchDeleteCustomVocabularyItemOutput, error)
func (c *LexModelsV2) BatchUpdateCustomVocabularyItem(input *BatchUpdateCustomVocabularyItemInput) (*BatchUpdateCustomVocabularyItemOutput, error)
func (c *LexModelsV2) BatchUpdateCustomVocabularyItemRequest(input *BatchUpdateCustomVocabularyItemInput) (req *request.Request, output *BatchUpdateCustomVocabularyItemOutput)
func (c *LexModelsV2) BatchUpdateCustomVocabularyItemWithContext(ctx aws.Context, input *BatchUpdateCustomVocabularyItemInput, opts ...request.Option) (*BatchUpdateCustomVocabularyItemOutput, error)
func (c *LexModelsV2) BuildBotLocale(input *BuildBotLocaleInput) (*BuildBotLocaleOutput, error)
func (c *LexModelsV2) BuildBotLocaleRequest(input *BuildBotLocaleInput) (req *request.Request, output *BuildBotLocaleOutput)
func (c *LexModelsV2) BuildBotLocaleWithContext(ctx aws.Context, input *BuildBotLocaleInput, opts ...request.Option) (*BuildBotLocaleOutput, error)
func (c *LexModelsV2) CreateBot(input *CreateBotInput) (*CreateBotOutput, error)
func (c *LexModelsV2) CreateBotAlias(input *CreateBotAliasInput) (*CreateBotAliasOutput, error)
func (c *LexModelsV2) CreateBotAliasRequest(input *CreateBotAliasInput) (req *request.Request, output *CreateBotAliasOutput)
func (c *LexModelsV2) CreateBotAliasWithContext(ctx aws.Context, input *CreateBotAliasInput, opts ...request.Option) (*CreateBotAliasOutput, error)
func (c *LexModelsV2) CreateBotLocale(input *CreateBotLocaleInput) (*CreateBotLocaleOutput, error)
func (c *LexModelsV2) CreateBotLocaleRequest(input *CreateBotLocaleInput) (req *request.Request, output *CreateBotLocaleOutput)
func (c *LexModelsV2) CreateBotLocaleWithContext(ctx aws.Context, input *CreateBotLocaleInput, opts ...request.Option) (*CreateBotLocaleOutput, error)
func (c *LexModelsV2) CreateBotRequest(input *CreateBotInput) (req *request.Request, output *CreateBotOutput)
func (c *LexModelsV2) CreateBotVersion(input *CreateBotVersionInput) (*CreateBotVersionOutput, error)
func (c *LexModelsV2) CreateBotVersionRequest(input *CreateBotVersionInput) (req *request.Request, output *CreateBotVersionOutput)
func (c *LexModelsV2) CreateBotVersionWithContext(ctx aws.Context, input *CreateBotVersionInput, opts ...request.Option) (*CreateBotVersionOutput, error)
func (c *LexModelsV2) CreateBotWithContext(ctx aws.Context, input *CreateBotInput, opts ...request.Option) (*CreateBotOutput, error)
func (c *LexModelsV2) CreateExport(input *CreateExportInput) (*CreateExportOutput, error)
func (c *LexModelsV2) CreateExportRequest(input *CreateExportInput) (req *request.Request, output *CreateExportOutput)
func (c *LexModelsV2) CreateExportWithContext(ctx aws.Context, input *CreateExportInput, opts ...request.Option) (*CreateExportOutput, error)
func (c *LexModelsV2) CreateIntent(input *CreateIntentInput) (*CreateIntentOutput, error)
func (c *LexModelsV2) CreateIntentRequest(input *CreateIntentInput) (req *request.Request, output *CreateIntentOutput)
func (c *LexModelsV2) CreateIntentWithContext(ctx aws.Context, input *CreateIntentInput, opts ...request.Option) (*CreateIntentOutput, error)
func (c *LexModelsV2) CreateResourcePolicy(input *CreateResourcePolicyInput) (*CreateResourcePolicyOutput, error)
func (c *LexModelsV2) CreateResourcePolicyRequest(input *CreateResourcePolicyInput) (req *request.Request, output *CreateResourcePolicyOutput)
func (c *LexModelsV2) CreateResourcePolicyStatement(input *CreateResourcePolicyStatementInput) (*CreateResourcePolicyStatementOutput, error)
func (c *LexModelsV2) CreateResourcePolicyStatementRequest(input *CreateResourcePolicyStatementInput) (req *request.Request, output *CreateResourcePolicyStatementOutput)
func (c *LexModelsV2) CreateResourcePolicyStatementWithContext(ctx aws.Context, input *CreateResourcePolicyStatementInput, opts ...request.Option) (*CreateResourcePolicyStatementOutput, error)
func (c *LexModelsV2) CreateResourcePolicyWithContext(ctx aws.Context, input *CreateResourcePolicyInput, opts ...request.Option) (*CreateResourcePolicyOutput, error)
func (c *LexModelsV2) CreateSlot(input *CreateSlotInput) (*CreateSlotOutput, error)
func (c *LexModelsV2) CreateSlotRequest(input *CreateSlotInput) (req *request.Request, output *CreateSlotOutput)
func (c *LexModelsV2) CreateSlotType(input *CreateSlotTypeInput) (*CreateSlotTypeOutput, error)
func (c *LexModelsV2) CreateSlotTypeRequest(input *CreateSlotTypeInput) (req *request.Request, output *CreateSlotTypeOutput)
func (c *LexModelsV2) CreateSlotTypeWithContext(ctx aws.Context, input *CreateSlotTypeInput, opts ...request.Option) (*CreateSlotTypeOutput, error)
func (c *LexModelsV2) CreateSlotWithContext(ctx aws.Context, input *CreateSlotInput, opts ...request.Option) (*CreateSlotOutput, error)
func (c *LexModelsV2) CreateUploadUrl(input *CreateUploadUrlInput) (*CreateUploadUrlOutput, error)
func (c *LexModelsV2) CreateUploadUrlRequest(input *CreateUploadUrlInput) (req *request.Request, output *CreateUploadUrlOutput)
func (c *LexModelsV2) CreateUploadUrlWithContext(ctx aws.Context, input *CreateUploadUrlInput, opts ...request.Option) (*CreateUploadUrlOutput, error)
func (c *LexModelsV2) DeleteBot(input *DeleteBotInput) (*DeleteBotOutput, error)
func (c *LexModelsV2) DeleteBotAlias(input *DeleteBotAliasInput) (*DeleteBotAliasOutput, error)
func (c *LexModelsV2) DeleteBotAliasRequest(input *DeleteBotAliasInput) (req *request.Request, output *DeleteBotAliasOutput)
func (c *LexModelsV2) DeleteBotAliasWithContext(ctx aws.Context, input *DeleteBotAliasInput, opts ...request.Option) (*DeleteBotAliasOutput, error)
func (c *LexModelsV2) DeleteBotLocale(input *DeleteBotLocaleInput) (*DeleteBotLocaleOutput, error)
func (c *LexModelsV2) DeleteBotLocaleRequest(input *DeleteBotLocaleInput) (req *request.Request, output *DeleteBotLocaleOutput)
func (c *LexModelsV2) DeleteBotLocaleWithContext(ctx aws.Context, input *DeleteBotLocaleInput, opts ...request.Option) (*DeleteBotLocaleOutput, error)
func (c *LexModelsV2) DeleteBotRequest(input *DeleteBotInput) (req *request.Request, output *DeleteBotOutput)
func (c *LexModelsV2) DeleteBotVersion(input *DeleteBotVersionInput) (*DeleteBotVersionOutput, error)
func (c *LexModelsV2) DeleteBotVersionRequest(input *DeleteBotVersionInput) (req *request.Request, output *DeleteBotVersionOutput)
func (c *LexModelsV2) DeleteBotVersionWithContext(ctx aws.Context, input *DeleteBotVersionInput, opts ...request.Option) (*DeleteBotVersionOutput, error)
func (c *LexModelsV2) DeleteBotWithContext(ctx aws.Context, input *DeleteBotInput, opts ...request.Option) (*DeleteBotOutput, error)
func (c *LexModelsV2) DeleteCustomVocabulary(input *DeleteCustomVocabularyInput) (*DeleteCustomVocabularyOutput, error)
func (c *LexModelsV2) DeleteCustomVocabularyRequest(input *DeleteCustomVocabularyInput) (req *request.Request, output *DeleteCustomVocabularyOutput)
func (c *LexModelsV2) DeleteCustomVocabularyWithContext(ctx aws.Context, input *DeleteCustomVocabularyInput, opts ...request.Option) (*DeleteCustomVocabularyOutput, error)
func (c *LexModelsV2) DeleteExport(input *DeleteExportInput) (*DeleteExportOutput, error)
func (c *LexModelsV2) DeleteExportRequest(input *DeleteExportInput) (req *request.Request, output *DeleteExportOutput)
func (c *LexModelsV2) DeleteExportWithContext(ctx aws.Context, input *DeleteExportInput, opts ...request.Option) (*DeleteExportOutput, error)
func (c *LexModelsV2) DeleteImport(input *DeleteImportInput) (*DeleteImportOutput, error)
func (c *LexModelsV2) DeleteImportRequest(input *DeleteImportInput) (req *request.Request, output *DeleteImportOutput)
func (c *LexModelsV2) DeleteImportWithContext(ctx aws.Context, input *DeleteImportInput, opts ...request.Option) (*DeleteImportOutput, error)
func (c *LexModelsV2) DeleteIntent(input *DeleteIntentInput) (*DeleteIntentOutput, error)
func (c *LexModelsV2) DeleteIntentRequest(input *DeleteIntentInput) (req *request.Request, output *DeleteIntentOutput)
func (c *LexModelsV2) DeleteIntentWithContext(ctx aws.Context, input *DeleteIntentInput, opts ...request.Option) (*DeleteIntentOutput, error)
func (c *LexModelsV2) DeleteResourcePolicy(input *DeleteResourcePolicyInput) (*DeleteResourcePolicyOutput, error)
func (c *LexModelsV2) DeleteResourcePolicyRequest(input *DeleteResourcePolicyInput) (req *request.Request, output *DeleteResourcePolicyOutput)
func (c *LexModelsV2) DeleteResourcePolicyStatement(input *DeleteResourcePolicyStatementInput) (*DeleteResourcePolicyStatementOutput, error)
func (c *LexModelsV2) DeleteResourcePolicyStatementRequest(input *DeleteResourcePolicyStatementInput) (req *request.Request, output *DeleteResourcePolicyStatementOutput)
func (c *LexModelsV2) DeleteResourcePolicyStatementWithContext(ctx aws.Context, input *DeleteResourcePolicyStatementInput, opts ...request.Option) (*DeleteResourcePolicyStatementOutput, error)
func (c *LexModelsV2) DeleteResourcePolicyWithContext(ctx aws.Context, input *DeleteResourcePolicyInput, opts ...request.Option) (*DeleteResourcePolicyOutput, error)
func (c *LexModelsV2) DeleteSlot(input *DeleteSlotInput) (*DeleteSlotOutput, error)
func (c *LexModelsV2) DeleteSlotRequest(input *DeleteSlotInput) (req *request.Request, output *DeleteSlotOutput)
func (c *LexModelsV2) DeleteSlotType(input *DeleteSlotTypeInput) (*DeleteSlotTypeOutput, error)
func (c *LexModelsV2) DeleteSlotTypeRequest(input *DeleteSlotTypeInput) (req *request.Request, output *DeleteSlotTypeOutput)
func (c *LexModelsV2) DeleteSlotTypeWithContext(ctx aws.Context, input *DeleteSlotTypeInput, opts ...request.Option) (*DeleteSlotTypeOutput, error)
func (c *LexModelsV2) DeleteSlotWithContext(ctx aws.Context, input *DeleteSlotInput, opts ...request.Option) (*DeleteSlotOutput, error)
func (c *LexModelsV2) DeleteUtterances(input *DeleteUtterancesInput) (*DeleteUtterancesOutput, error)
func (c *LexModelsV2) DeleteUtterancesRequest(input *DeleteUtterancesInput) (req *request.Request, output *DeleteUtterancesOutput)
func (c *LexModelsV2) DeleteUtterancesWithContext(ctx aws.Context, input *DeleteUtterancesInput, opts ...request.Option) (*DeleteUtterancesOutput, error)
func (c *LexModelsV2) DescribeBot(input *DescribeBotInput) (*DescribeBotOutput, error)
func (c *LexModelsV2) DescribeBotAlias(input *DescribeBotAliasInput) (*DescribeBotAliasOutput, error)
func (c *LexModelsV2) DescribeBotAliasRequest(input *DescribeBotAliasInput) (req *request.Request, output *DescribeBotAliasOutput)
func (c *LexModelsV2) DescribeBotAliasWithContext(ctx aws.Context, input *DescribeBotAliasInput, opts ...request.Option) (*DescribeBotAliasOutput, error)
func (c *LexModelsV2) DescribeBotLocale(input *DescribeBotLocaleInput) (*DescribeBotLocaleOutput, error)
func (c *LexModelsV2) DescribeBotLocaleRequest(input *DescribeBotLocaleInput) (req *request.Request, output *DescribeBotLocaleOutput)
func (c *LexModelsV2) DescribeBotLocaleWithContext(ctx aws.Context, input *DescribeBotLocaleInput, opts ...request.Option) (*DescribeBotLocaleOutput, error)
func (c *LexModelsV2) DescribeBotRecommendation(input *DescribeBotRecommendationInput) (*DescribeBotRecommendationOutput, error)
func (c *LexModelsV2) DescribeBotRecommendationRequest(input *DescribeBotRecommendationInput) (req *request.Request, output *DescribeBotRecommendationOutput)
func (c *LexModelsV2) DescribeBotRecommendationWithContext(ctx aws.Context, input *DescribeBotRecommendationInput, opts ...request.Option) (*DescribeBotRecommendationOutput, error)
func (c *LexModelsV2) DescribeBotRequest(input *DescribeBotInput) (req *request.Request, output *DescribeBotOutput)
func (c *LexModelsV2) DescribeBotVersion(input *DescribeBotVersionInput) (*DescribeBotVersionOutput, error)
func (c *LexModelsV2) DescribeBotVersionRequest(input *DescribeBotVersionInput) (req *request.Request, output *DescribeBotVersionOutput)
func (c *LexModelsV2) DescribeBotVersionWithContext(ctx aws.Context, input *DescribeBotVersionInput, opts ...request.Option) (*DescribeBotVersionOutput, error)
func (c *LexModelsV2) DescribeBotWithContext(ctx aws.Context, input *DescribeBotInput, opts ...request.Option) (*DescribeBotOutput, error)
func (c *LexModelsV2) DescribeCustomVocabularyMetadata(input *DescribeCustomVocabularyMetadataInput) (*DescribeCustomVocabularyMetadataOutput, error)
func (c *LexModelsV2) DescribeCustomVocabularyMetadataRequest(input *DescribeCustomVocabularyMetadataInput) (req *request.Request, output *DescribeCustomVocabularyMetadataOutput)
func (c *LexModelsV2) DescribeCustomVocabularyMetadataWithContext(ctx aws.Context, input *DescribeCustomVocabularyMetadataInput, opts ...request.Option) (*DescribeCustomVocabularyMetadataOutput, error)
func (c *LexModelsV2) DescribeExport(input *DescribeExportInput) (*DescribeExportOutput, error)
func (c *LexModelsV2) DescribeExportRequest(input *DescribeExportInput) (req *request.Request, output *DescribeExportOutput)
func (c *LexModelsV2) DescribeExportWithContext(ctx aws.Context, input *DescribeExportInput, opts ...request.Option) (*DescribeExportOutput, error)
func (c *LexModelsV2) DescribeImport(input *DescribeImportInput) (*DescribeImportOutput, error)
func (c *LexModelsV2) DescribeImportRequest(input *DescribeImportInput) (req *request.Request, output *DescribeImportOutput)
func (c *LexModelsV2) DescribeImportWithContext(ctx aws.Context, input *DescribeImportInput, opts ...request.Option) (*DescribeImportOutput, error)
func (c *LexModelsV2) DescribeIntent(input *DescribeIntentInput) (*DescribeIntentOutput, error)
func (c *LexModelsV2) DescribeIntentRequest(input *DescribeIntentInput) (req *request.Request, output *DescribeIntentOutput)
func (c *LexModelsV2) DescribeIntentWithContext(ctx aws.Context, input *DescribeIntentInput, opts ...request.Option) (*DescribeIntentOutput, error)
func (c *LexModelsV2) DescribeResourcePolicy(input *DescribeResourcePolicyInput) (*DescribeResourcePolicyOutput, error)
func (c *LexModelsV2) DescribeResourcePolicyRequest(input *DescribeResourcePolicyInput) (req *request.Request, output *DescribeResourcePolicyOutput)
func (c *LexModelsV2) DescribeResourcePolicyWithContext(ctx aws.Context, input *DescribeResourcePolicyInput, opts ...request.Option) (*DescribeResourcePolicyOutput, error)
func (c *LexModelsV2) DescribeSlot(input *DescribeSlotInput) (*DescribeSlotOutput, error)
func (c *LexModelsV2) DescribeSlotRequest(input *DescribeSlotInput) (req *request.Request, output *DescribeSlotOutput)
func (c *LexModelsV2) DescribeSlotType(input *DescribeSlotTypeInput) (*DescribeSlotTypeOutput, error)
func (c *LexModelsV2) DescribeSlotTypeRequest(input *DescribeSlotTypeInput) (req *request.Request, output *DescribeSlotTypeOutput)
func (c *LexModelsV2) DescribeSlotTypeWithContext(ctx aws.Context, input *DescribeSlotTypeInput, opts ...request.Option) (*DescribeSlotTypeOutput, error)
func (c *LexModelsV2) DescribeSlotWithContext(ctx aws.Context, input *DescribeSlotInput, opts ...request.Option) (*DescribeSlotOutput, error)
func (c *LexModelsV2) ListAggregatedUtterances(input *ListAggregatedUtterancesInput) (*ListAggregatedUtterancesOutput, error)
func (c *LexModelsV2) ListAggregatedUtterancesPages(input *ListAggregatedUtterancesInput, fn func(*ListAggregatedUtterancesOutput, bool) bool) error
func (c *LexModelsV2) ListAggregatedUtterancesPagesWithContext(ctx aws.Context, input *ListAggregatedUtterancesInput, fn func(*ListAggregatedUtterancesOutput, bool) bool, opts ...request.Option) error
func (c *LexModelsV2) ListAggregatedUtterancesRequest(input *ListAggregatedUtterancesInput) (req *request.Request, output *ListAggregatedUtterancesOutput)
func (c *LexModelsV2) ListAggregatedUtterancesWithContext(ctx aws.Context, input *ListAggregatedUtterancesInput, opts ...request.Option) (*ListAggregatedUtterancesOutput, error)
func (c *LexModelsV2) ListBotAliases(input *ListBotAliasesInput) (*ListBotAliasesOutput, error)
func (c *LexModelsV2) ListBotAliasesPages(input *ListBotAliasesInput, fn func(*ListBotAliasesOutput, bool) bool) error
func (c *LexModelsV2) ListBotAliasesPagesWithContext(ctx aws.Context, input *ListBotAliasesInput, fn func(*ListBotAliasesOutput, bool) bool, opts ...request.Option) error
func (c *LexModelsV2) ListBotAliasesRequest(input *ListBotAliasesInput) (req *request.Request, output *ListBotAliasesOutput)
func (c *LexModelsV2) ListBotAliasesWithContext(ctx aws.Context, input *ListBotAliasesInput, opts ...request.Option) (*ListBotAliasesOutput, error)
func (c *LexModelsV2) ListBotLocales(input *ListBotLocalesInput) (*ListBotLocalesOutput, error)
func (c *LexModelsV2) ListBotLocalesPages(input *ListBotLocalesInput, fn func(*ListBotLocalesOutput, bool) bool) error
func (c *LexModelsV2) ListBotLocalesPagesWithContext(ctx aws.Context, input *ListBotLocalesInput, fn func(*ListBotLocalesOutput, bool) bool, opts ...request.Option) error
func (c *LexModelsV2) ListBotLocalesRequest(input *ListBotLocalesInput) (req *request.Request, output *ListBotLocalesOutput)
func (c *LexModelsV2) ListBotLocalesWithContext(ctx aws.Context, input *ListBotLocalesInput, opts ...request.Option) (*ListBotLocalesOutput, error)
func (c *LexModelsV2) ListBotRecommendations(input *ListBotRecommendationsInput) (*ListBotRecommendationsOutput, error)
func (c *LexModelsV2) ListBotRecommendationsPages(input *ListBotRecommendationsInput, fn func(*ListBotRecommendationsOutput, bool) bool) error
func (c *LexModelsV2) ListBotRecommendationsPagesWithContext(ctx aws.Context, input *ListBotRecommendationsInput, fn func(*ListBotRecommendationsOutput, bool) bool, opts ...request.Option) error
func (c *LexModelsV2) ListBotRecommendationsRequest(input *ListBotRecommendationsInput) (req *request.Request, output *ListBotRecommendationsOutput)
func (c *LexModelsV2) ListBotRecommendationsWithContext(ctx aws.Context, input *ListBotRecommendationsInput, opts ...request.Option) (*ListBotRecommendationsOutput, error)
func (c *LexModelsV2) ListBotVersions(input *ListBotVersionsInput) (*ListBotVersionsOutput, error)
func (c *LexModelsV2) ListBotVersionsPages(input *ListBotVersionsInput, fn func(*ListBotVersionsOutput, bool) bool) error
func (c *LexModelsV2) ListBotVersionsPagesWithContext(ctx aws.Context, input *ListBotVersionsInput, fn func(*ListBotVersionsOutput, bool) bool, opts ...request.Option) error
func (c *LexModelsV2) ListBotVersionsRequest(input *ListBotVersionsInput) (req *request.Request, output *ListBotVersionsOutput)
func (c *LexModelsV2) ListBotVersionsWithContext(ctx aws.Context, input *ListBotVersionsInput, opts ...request.Option) (*ListBotVersionsOutput, error)
func (c *LexModelsV2) ListBots(input *ListBotsInput) (*ListBotsOutput, error)
func (c *LexModelsV2) ListBotsPages(input *ListBotsInput, fn func(*ListBotsOutput, bool) bool) error
func (c *LexModelsV2) ListBotsPagesWithContext(ctx aws.Context, input *ListBotsInput, fn func(*ListBotsOutput, bool) bool, opts ...request.Option) error
func (c *LexModelsV2) ListBotsRequest(input *ListBotsInput) (req *request.Request, output *ListBotsOutput)
func (c *LexModelsV2) ListBotsWithContext(ctx aws.Context, input *ListBotsInput, opts ...request.Option) (*ListBotsOutput, error)
func (c *LexModelsV2) ListBuiltInIntents(input *ListBuiltInIntentsInput) (*ListBuiltInIntentsOutput, error)
func (c *LexModelsV2) ListBuiltInIntentsPages(input *ListBuiltInIntentsInput, fn func(*ListBuiltInIntentsOutput, bool) bool) error
func (c *LexModelsV2) ListBuiltInIntentsPagesWithContext(ctx aws.Context, input *ListBuiltInIntentsInput, fn func(*ListBuiltInIntentsOutput, bool) bool, opts ...request.Option) error
func (c *LexModelsV2) ListBuiltInIntentsRequest(input *ListBuiltInIntentsInput) (req *request.Request, output *ListBuiltInIntentsOutput)
func (c *LexModelsV2) ListBuiltInIntentsWithContext(ctx aws.Context, input *ListBuiltInIntentsInput, opts ...request.Option) (*ListBuiltInIntentsOutput, error)
func (c *LexModelsV2) ListBuiltInSlotTypes(input *ListBuiltInSlotTypesInput) (*ListBuiltInSlotTypesOutput, error)
func (c *LexModelsV2) ListBuiltInSlotTypesPages(input *ListBuiltInSlotTypesInput, fn func(*ListBuiltInSlotTypesOutput, bool) bool) error
func (c *LexModelsV2) ListBuiltInSlotTypesPagesWithContext(ctx aws.Context, input *ListBuiltInSlotTypesInput, fn func(*ListBuiltInSlotTypesOutput, bool) bool, opts ...request.Option) error
func (c *LexModelsV2) ListBuiltInSlotTypesRequest(input *ListBuiltInSlotTypesInput) (req *request.Request, output *ListBuiltInSlotTypesOutput)
func (c *LexModelsV2) ListBuiltInSlotTypesWithContext(ctx aws.Context, input *ListBuiltInSlotTypesInput, opts ...request.Option) (*ListBuiltInSlotTypesOutput, error)
func (c *LexModelsV2) ListCustomVocabularyItems(input *ListCustomVocabularyItemsInput) (*ListCustomVocabularyItemsOutput, error)
func (c *LexModelsV2) ListCustomVocabularyItemsPages(input *ListCustomVocabularyItemsInput, fn func(*ListCustomVocabularyItemsOutput, bool) bool) error
func (c *LexModelsV2) ListCustomVocabularyItemsPagesWithContext(ctx aws.Context, input *ListCustomVocabularyItemsInput, fn func(*ListCustomVocabularyItemsOutput, bool) bool, opts ...request.Option) error
func (c *LexModelsV2) ListCustomVocabularyItemsRequest(input *ListCustomVocabularyItemsInput) (req *request.Request, output *ListCustomVocabularyItemsOutput)
func (c *LexModelsV2) ListCustomVocabularyItemsWithContext(ctx aws.Context, input *ListCustomVocabularyItemsInput, opts ...request.Option) (*ListCustomVocabularyItemsOutput, error)
func (c *LexModelsV2) ListExports(input *ListExportsInput) (*ListExportsOutput, error)
func (c *LexModelsV2) ListExportsPages(input *ListExportsInput, fn func(*ListExportsOutput, bool) bool) error
func (c *LexModelsV2) ListExportsPagesWithContext(ctx aws.Context, input *ListExportsInput, fn func(*ListExportsOutput, bool) bool, opts ...request.Option) error
func (c *LexModelsV2) ListExportsRequest(input *ListExportsInput) (req *request.Request, output *ListExportsOutput)
func (c *LexModelsV2) ListExportsWithContext(ctx aws.Context, input *ListExportsInput, opts ...request.Option) (*ListExportsOutput, error)
func (c *LexModelsV2) ListImports(input *ListImportsInput) (*ListImportsOutput, error)
func (c *LexModelsV2) ListImportsPages(input *ListImportsInput, fn func(*ListImportsOutput, bool) bool) error
func (c *LexModelsV2) ListImportsPagesWithContext(ctx aws.Context, input *ListImportsInput, fn func(*ListImportsOutput, bool) bool, opts ...request.Option) error
func (c *LexModelsV2) ListImportsRequest(input *ListImportsInput) (req *request.Request, output *ListImportsOutput)
func (c *LexModelsV2) ListImportsWithContext(ctx aws.Context, input *ListImportsInput, opts ...request.Option) (*ListImportsOutput, error)
func (c *LexModelsV2) ListIntents(input *ListIntentsInput) (*ListIntentsOutput, error)
func (c *LexModelsV2) ListIntentsPages(input *ListIntentsInput, fn func(*ListIntentsOutput, bool) bool) error
func (c *LexModelsV2) ListIntentsPagesWithContext(ctx aws.Context, input *ListIntentsInput, fn func(*ListIntentsOutput, bool) bool, opts ...request.Option) error
func (c *LexModelsV2) ListIntentsRequest(input *ListIntentsInput) (req *request.Request, output *ListIntentsOutput)
func (c *LexModelsV2) ListIntentsWithContext(ctx aws.Context, input *ListIntentsInput, opts ...request.Option) (*ListIntentsOutput, error)
func (c *LexModelsV2) ListRecommendedIntents(input *ListRecommendedIntentsInput) (*ListRecommendedIntentsOutput, error)
func (c *LexModelsV2) ListRecommendedIntentsPages(input *ListRecommendedIntentsInput, fn func(*ListRecommendedIntentsOutput, bool) bool) error
func (c *LexModelsV2) ListRecommendedIntentsPagesWithContext(ctx aws.Context, input *ListRecommendedIntentsInput, fn func(*ListRecommendedIntentsOutput, bool) bool, opts ...request.Option) error
func (c *LexModelsV2) ListRecommendedIntentsRequest(input *ListRecommendedIntentsInput) (req *request.Request, output *ListRecommendedIntentsOutput)
func (c *LexModelsV2) ListRecommendedIntentsWithContext(ctx aws.Context, input *ListRecommendedIntentsInput, opts ...request.Option) (*ListRecommendedIntentsOutput, error)
func (c *LexModelsV2) ListSlotTypes(input *ListSlotTypesInput) (*ListSlotTypesOutput, error)
func (c *LexModelsV2) ListSlotTypesPages(input *ListSlotTypesInput, fn func(*ListSlotTypesOutput, bool) bool) error
func (c *LexModelsV2) ListSlotTypesPagesWithContext(ctx aws.Context, input *ListSlotTypesInput, fn func(*ListSlotTypesOutput, bool) bool, opts ...request.Option) error
func (c *LexModelsV2) ListSlotTypesRequest(input *ListSlotTypesInput) (req *request.Request, output *ListSlotTypesOutput)
func (c *LexModelsV2) ListSlotTypesWithContext(ctx aws.Context, input *ListSlotTypesInput, opts ...request.Option) (*ListSlotTypesOutput, error)
func (c *LexModelsV2) ListSlots(input *ListSlotsInput) (*ListSlotsOutput, error)
func (c *LexModelsV2) ListSlotsPages(input *ListSlotsInput, fn func(*ListSlotsOutput, bool) bool) error
func (c *LexModelsV2) ListSlotsPagesWithContext(ctx aws.Context, input *ListSlotsInput, fn func(*ListSlotsOutput, bool) bool, opts ...request.Option) error
func (c *LexModelsV2) ListSlotsRequest(input *ListSlotsInput) (req *request.Request, output *ListSlotsOutput)
func (c *LexModelsV2) ListSlotsWithContext(ctx aws.Context, input *ListSlotsInput, opts ...request.Option) (*ListSlotsOutput, error)
func (c *LexModelsV2) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
func (c *LexModelsV2) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
func (c *LexModelsV2) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
func (c *LexModelsV2) SearchAssociatedTranscripts(input *SearchAssociatedTranscriptsInput) (*SearchAssociatedTranscriptsOutput, error)
func (c *LexModelsV2) SearchAssociatedTranscriptsRequest(input *SearchAssociatedTranscriptsInput) (req *request.Request, output *SearchAssociatedTranscriptsOutput)
func (c *LexModelsV2) SearchAssociatedTranscriptsWithContext(ctx aws.Context, input *SearchAssociatedTranscriptsInput, opts ...request.Option) (*SearchAssociatedTranscriptsOutput, error)
func (c *LexModelsV2) StartBotRecommendation(input *StartBotRecommendationInput) (*StartBotRecommendationOutput, error)
func (c *LexModelsV2) StartBotRecommendationRequest(input *StartBotRecommendationInput) (req *request.Request, output *StartBotRecommendationOutput)
func (c *LexModelsV2) StartBotRecommendationWithContext(ctx aws.Context, input *StartBotRecommendationInput, opts ...request.Option) (*StartBotRecommendationOutput, error)
func (c *LexModelsV2) StartImport(input *StartImportInput) (*StartImportOutput, error)
func (c *LexModelsV2) StartImportRequest(input *StartImportInput) (req *request.Request, output *StartImportOutput)
func (c *LexModelsV2) StartImportWithContext(ctx aws.Context, input *StartImportInput, opts ...request.Option) (*StartImportOutput, error)
func (c *LexModelsV2) StopBotRecommendation(input *StopBotRecommendationInput) (*StopBotRecommendationOutput, error)
func (c *LexModelsV2) StopBotRecommendationRequest(input *StopBotRecommendationInput) (req *request.Request, output *StopBotRecommendationOutput)
func (c *LexModelsV2) StopBotRecommendationWithContext(ctx aws.Context, input *StopBotRecommendationInput, opts ...request.Option) (*StopBotRecommendationOutput, error)
func (c *LexModelsV2) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
func (c *LexModelsV2) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
func (c *LexModelsV2) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
func (c *LexModelsV2) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
func (c *LexModelsV2) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
func (c *LexModelsV2) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
func (c *LexModelsV2) UpdateBot(input *UpdateBotInput) (*UpdateBotOutput, error)
func (c *LexModelsV2) UpdateBotAlias(input *UpdateBotAliasInput) (*UpdateBotAliasOutput, error)
func (c *LexModelsV2) UpdateBotAliasRequest(input *UpdateBotAliasInput) (req *request.Request, output *UpdateBotAliasOutput)
func (c *LexModelsV2) UpdateBotAliasWithContext(ctx aws.Context, input *UpdateBotAliasInput, opts ...request.Option) (*UpdateBotAliasOutput, error)
func (c *LexModelsV2) UpdateBotLocale(input *UpdateBotLocaleInput) (*UpdateBotLocaleOutput, error)
func (c *LexModelsV2) UpdateBotLocaleRequest(input *UpdateBotLocaleInput) (req *request.Request, output *UpdateBotLocaleOutput)
func (c *LexModelsV2) UpdateBotLocaleWithContext(ctx aws.Context, input *UpdateBotLocaleInput, opts ...request.Option) (*UpdateBotLocaleOutput, error)
func (c *LexModelsV2) UpdateBotRecommendation(input *UpdateBotRecommendationInput) (*UpdateBotRecommendationOutput, error)
func (c *LexModelsV2) UpdateBotRecommendationRequest(input *UpdateBotRecommendationInput) (req *request.Request, output *UpdateBotRecommendationOutput)
func (c *LexModelsV2) UpdateBotRecommendationWithContext(ctx aws.Context, input *UpdateBotRecommendationInput, opts ...request.Option) (*UpdateBotRecommendationOutput, error)
func (c *LexModelsV2) UpdateBotRequest(input *UpdateBotInput) (req *request.Request, output *UpdateBotOutput)
func (c *LexModelsV2) UpdateBotWithContext(ctx aws.Context, input *UpdateBotInput, opts ...request.Option) (*UpdateBotOutput, error)
func (c *LexModelsV2) UpdateExport(input *UpdateExportInput) (*UpdateExportOutput, error)
func (c *LexModelsV2) UpdateExportRequest(input *UpdateExportInput) (req *request.Request, output *UpdateExportOutput)
func (c *LexModelsV2) UpdateExportWithContext(ctx aws.Context, input *UpdateExportInput, opts ...request.Option) (*UpdateExportOutput, error)
func (c *LexModelsV2) UpdateIntent(input *UpdateIntentInput) (*UpdateIntentOutput, error)
func (c *LexModelsV2) UpdateIntentRequest(input *UpdateIntentInput) (req *request.Request, output *UpdateIntentOutput)
func (c *LexModelsV2) UpdateIntentWithContext(ctx aws.Context, input *UpdateIntentInput, opts ...request.Option) (*UpdateIntentOutput, error)
func (c *LexModelsV2) UpdateResourcePolicy(input *UpdateResourcePolicyInput) (*UpdateResourcePolicyOutput, error)
func (c *LexModelsV2) UpdateResourcePolicyRequest(input *UpdateResourcePolicyInput) (req *request.Request, output *UpdateResourcePolicyOutput)
func (c *LexModelsV2) UpdateResourcePolicyWithContext(ctx aws.Context, input *UpdateResourcePolicyInput, opts ...request.Option) (*UpdateResourcePolicyOutput, error)
func (c *LexModelsV2) UpdateSlot(input *UpdateSlotInput) (*UpdateSlotOutput, error)
func (c *LexModelsV2) UpdateSlotRequest(input *UpdateSlotInput) (req *request.Request, output *UpdateSlotOutput)
func (c *LexModelsV2) UpdateSlotType(input *UpdateSlotTypeInput) (*UpdateSlotTypeOutput, error)
func (c *LexModelsV2) UpdateSlotTypeRequest(input *UpdateSlotTypeInput) (req *request.Request, output *UpdateSlotTypeOutput)
func (c *LexModelsV2) UpdateSlotTypeWithContext(ctx aws.Context, input *UpdateSlotTypeInput, opts ...request.Option) (*UpdateSlotTypeOutput, error)
func (c *LexModelsV2) UpdateSlotWithContext(ctx aws.Context, input *UpdateSlotInput, opts ...request.Option) (*UpdateSlotOutput, error)
func (c *LexModelsV2) WaitUntilBotAliasAvailable(input *DescribeBotAliasInput) error
func (c *LexModelsV2) WaitUntilBotAliasAvailableWithContext(ctx aws.Context, input *DescribeBotAliasInput, opts ...request.WaiterOption) error
func (c *LexModelsV2) WaitUntilBotAvailable(input *DescribeBotInput) error
func (c *LexModelsV2) WaitUntilBotAvailableWithContext(ctx aws.Context, input *DescribeBotInput, opts ...request.WaiterOption) error
func (c *LexModelsV2) WaitUntilBotExportCompleted(input *DescribeExportInput) error
func (c *LexModelsV2) WaitUntilBotExportCompletedWithContext(ctx aws.Context, input *DescribeExportInput, opts ...request.WaiterOption) error
func (c *LexModelsV2) WaitUntilBotImportCompleted(input *DescribeImportInput) error
func (c *LexModelsV2) WaitUntilBotImportCompletedWithContext(ctx aws.Context, input *DescribeImportInput, opts ...request.WaiterOption) error
func (c *LexModelsV2) WaitUntilBotLocaleBuilt(input *DescribeBotLocaleInput) error
func (c *LexModelsV2) WaitUntilBotLocaleBuiltWithContext(ctx aws.Context, input *DescribeBotLocaleInput, opts ...request.WaiterOption) error
func (c *LexModelsV2) WaitUntilBotLocaleCreated(input *DescribeBotLocaleInput) error
func (c *LexModelsV2) WaitUntilBotLocaleCreatedWithContext(ctx aws.Context, input *DescribeBotLocaleInput, opts ...request.WaiterOption) error
func (c *LexModelsV2) WaitUntilBotLocaleExpressTestingAvailable(input *DescribeBotLocaleInput) error
func (c *LexModelsV2) WaitUntilBotLocaleExpressTestingAvailableWithContext(ctx aws.Context, input *DescribeBotLocaleInput, opts ...request.WaiterOption) error
func (c *LexModelsV2) WaitUntilBotVersionAvailable(input *DescribeBotVersionInput) error
func (c *LexModelsV2) WaitUntilBotVersionAvailableWithContext(ctx aws.Context, input *DescribeBotVersionInput, opts ...request.WaiterOption) error
func AggregatedUtterancesFilterName_Values() []string
func AggregatedUtterancesFilterOperator_Values() []string
func AggregatedUtterancesSortAttribute_Values() []string
func AssociatedTranscriptFilterName_Values() []string
func AudioRecognitionStrategy_Values() []string
func BotAliasStatus_Values() []string
func BotFilterName_Values() []string
func BotFilterOperator_Values() []string
func BotLocaleFilterName_Values() []string
func BotLocaleFilterOperator_Values() []string
func BotLocaleSortAttribute_Values() []string
func BotLocaleStatus_Values() []string
func BotRecommendationStatus_Values() []string
func BotSortAttribute_Values() []string
func BotStatus_Values() []string
func BotType_Values() []string
func BotVersionSortAttribute_Values() []string
func BuiltInIntentSortAttribute_Values() []string
func BuiltInSlotTypeSortAttribute_Values() []string
func CustomVocabularyStatus_Values() []string
func DialogActionType_Values() []string
func Effect_Values() []string
func ErrorCode_Values() []string
func ExportFilterName_Values() []string
func ExportFilterOperator_Values() []string
func ExportSortAttribute_Values() []string
func ExportStatus_Values() []string
func ImportExportFileFormat_Values() []string
func ImportFilterName_Values() []string
func ImportFilterOperator_Values() []string
func ImportResourceType_Values() []string
func ImportSortAttribute_Values() []string
func ImportStatus_Values() []string
func IntentFilterName_Values() []string
func IntentFilterOperator_Values() []string
func IntentSortAttribute_Values() []string
func MergeStrategy_Values() []string
func MessageSelectionStrategy_Values() []string
func ObfuscationSettingType_Values() []string
func PromptAttempt_Values() []string
func SearchOrder_Values() []string
func SlotConstraint_Values() []string
func SlotFilterName_Values() []string
func SlotFilterOperator_Values() []string
func SlotShape_Values() []string
func SlotSortAttribute_Values() []string
func SlotTypeCategory_Values() []string
func SlotTypeFilterName_Values() []string
func SlotTypeFilterOperator_Values() []string
func SlotTypeSortAttribute_Values() []string
func SlotValueResolutionStrategy_Values() []string
func SortOrder_Values() []string
func TimeDimension_Values() []string
func TranscriptFormat_Values() []string
func VoiceEngine_Values() []string
type AdvancedRecognitionSetting
type AggregatedUtterancesFilter
type AggregatedUtterancesSortBy
type AggregatedUtterancesSummary
type AllowedInputTypes
type AssociatedTranscript
type AssociatedTranscriptFilter
type AudioAndDTMFInputSpecification
type AudioLogDestination
type AudioLogSetting
type AudioSpecification
type BatchCreateCustomVocabularyItemInput
type BatchCreateCustomVocabularyItemOutput
type BatchDeleteCustomVocabularyItemInput
type BatchDeleteCustomVocabularyItemOutput
type BatchUpdateCustomVocabularyItemInput
type BatchUpdateCustomVocabularyItemOutput
type BotAliasHistoryEvent
type BotAliasLocaleSettings
type BotAliasSummary
type BotExportSpecification
type BotFilter
type BotImportSpecification
type BotLocaleExportSpecification
type BotLocaleFilter
type BotLocaleHistoryEvent
type BotLocaleImportSpecification
type BotLocaleSortBy
type BotLocaleSummary
type BotMember
type BotRecommendationResultStatistics
type BotRecommendationResults
type BotRecommendationSummary
type BotSortBy
type BotSummary
type BotVersionLocaleDetails
type BotVersionSortBy
type BotVersionSummary
type BuildBotLocaleInput
type BuildBotLocaleOutput
type BuiltInIntentSortBy
type BuiltInIntentSummary
type BuiltInSlotTypeSortBy
type BuiltInSlotTypeSummary
type Button
type CloudWatchLogGroupLogDestination
type CodeHookSpecification
type CompositeSlotTypeSetting
type Condition
type ConditionalBranch
type ConditionalSpecification
type ConflictException
type ConversationLogSettings
type CreateBotAliasInput
type CreateBotAliasOutput
type CreateBotInput
type CreateBotLocaleInput
type CreateBotLocaleOutput
type CreateBotOutput
type CreateBotVersionInput
type CreateBotVersionOutput
type CreateExportInput
type CreateExportOutput
type CreateIntentInput
type CreateIntentOutput
type CreateResourcePolicyInput
type CreateResourcePolicyOutput
type CreateResourcePolicyStatementInput
type CreateResourcePolicyStatementOutput
type CreateSlotInput
type CreateSlotOutput
type CreateSlotTypeInput
type CreateSlotTypeOutput
type CreateUploadUrlInput
type CreateUploadUrlOutput
type CustomPayload
type CustomVocabularyEntryId
type CustomVocabularyExportSpecification
type CustomVocabularyImportSpecification
type CustomVocabularyItem
type DTMFSpecification
type DataPrivacy
type DateRangeFilter
type DefaultConditionalBranch
type DeleteBotAliasInput
type DeleteBotAliasOutput
type DeleteBotInput
type DeleteBotLocaleInput
type DeleteBotLocaleOutput
type DeleteBotOutput
type DeleteBotVersionInput
type DeleteBotVersionOutput
type DeleteCustomVocabularyInput
type DeleteCustomVocabularyOutput
type DeleteExportInput
type DeleteExportOutput
type DeleteImportInput
type DeleteImportOutput
type DeleteIntentInput
type DeleteIntentOutput
type DeleteResourcePolicyInput
type DeleteResourcePolicyOutput
type DeleteResourcePolicyStatementInput
type DeleteResourcePolicyStatementOutput
type DeleteSlotInput
type DeleteSlotOutput
type DeleteSlotTypeInput
type DeleteSlotTypeOutput
type DeleteUtterancesInput
type DeleteUtterancesOutput
type DescribeBotAliasInput
type DescribeBotAliasOutput
type DescribeBotInput
type DescribeBotLocaleInput
type DescribeBotLocaleOutput
type DescribeBotOutput
type DescribeBotRecommendationInput
type DescribeBotRecommendationOutput
type DescribeBotVersionInput
type DescribeBotVersionOutput
type DescribeCustomVocabularyMetadataInput
type DescribeCustomVocabularyMetadataOutput
type DescribeExportInput
type DescribeExportOutput
type DescribeImportInput
type DescribeImportOutput
type DescribeIntentInput
type DescribeIntentOutput
type DescribeResourcePolicyInput
type DescribeResourcePolicyOutput
type DescribeSlotInput
type DescribeSlotOutput
type DescribeSlotTypeInput
type DescribeSlotTypeOutput
type DialogAction
type DialogCodeHookInvocationSetting
type DialogCodeHookSettings
type DialogState
type ElicitationCodeHookInvocationSetting
type EncryptionSetting
type ExportFilter
type ExportResourceSpecification
type ExportSortBy
type ExportSummary
type ExternalSourceSetting
type FailedCustomVocabularyItem
type FulfillmentCodeHookSettings
type FulfillmentStartResponseSpecification
type FulfillmentUpdateResponseSpecification
type FulfillmentUpdatesSpecification
type GrammarSlotTypeSetting
type GrammarSlotTypeSource
type ImageResponseCard
type ImportFilter
type ImportResourceSpecification
type ImportSortBy
type ImportSummary
type InitialResponseSetting
type InputContext
type IntentClosingSetting
type IntentConfirmationSetting
type IntentFilter
type IntentOverride
type IntentSortBy
type IntentStatistics
type IntentSummary
type InternalServerException
type KendraConfiguration
type LambdaCodeHook
type LexTranscriptFilter
type ListAggregatedUtterancesInput
type ListAggregatedUtterancesOutput
type ListBotAliasesInput
type ListBotAliasesOutput
type ListBotLocalesInput
type ListBotLocalesOutput
type ListBotRecommendationsInput
type ListBotRecommendationsOutput
type ListBotVersionsInput
type ListBotVersionsOutput
type ListBotsInput
type ListBotsOutput
type ListBuiltInIntentsInput
type ListBuiltInIntentsOutput
type ListBuiltInSlotTypesInput
type ListBuiltInSlotTypesOutput
type ListCustomVocabularyItemsInput
type ListCustomVocabularyItemsOutput
type ListExportsInput
type ListExportsOutput
type ListImportsInput
type ListImportsOutput
type ListIntentsInput
type ListIntentsOutput
type ListRecommendedIntentsInput
type ListRecommendedIntentsOutput
type ListSlotTypesInput
type ListSlotTypesOutput
type ListSlotsInput
type ListSlotsOutput
type ListTagsForResourceInput
type ListTagsForResourceOutput
type Message
type MessageGroup
type MultipleValuesSetting
type NewCustomVocabularyItem
type ObfuscationSetting
type OutputContext
type ParentBotNetwork
type PathFormat
type PlainTextMessage
type PostDialogCodeHookInvocationSpecification
type PostFulfillmentStatusSpecification
type PreconditionFailedException
type Principal
type PromptAttemptSpecification
type PromptSpecification
type RecommendedIntentSummary
type RelativeAggregationDuration
type ResourceNotFoundException
type ResponseSpecification
type S3BucketLogDestination
type S3BucketTranscriptSource
type SSMLMessage
type SampleUtterance
type SampleValue
type SearchAssociatedTranscriptsInput
type SearchAssociatedTranscriptsOutput
type SentimentAnalysisSettings
type ServiceQuotaExceededException
type SlotCaptureSetting
type SlotDefaultValue
type SlotDefaultValueSpecification
type SlotFilter
type SlotPriority
type SlotSortBy
type SlotSummary
type SlotTypeFilter
type SlotTypeSortBy
type SlotTypeStatistics
type SlotTypeSummary
type SlotTypeValue
type SlotValue
type SlotValueElicitationSetting
type SlotValueOverride
type SlotValueRegexFilter
type SlotValueSelectionSetting
type Specifications
type StartBotRecommendationInput
type StartBotRecommendationOutput
type StartImportInput
type StartImportOutput
type StillWaitingResponseSpecification
type StopBotRecommendationInput
type StopBotRecommendationOutput
type SubSlotSetting
type SubSlotTypeComposition
type SubSlotValueElicitationSetting
type TagResourceInput
type TagResourceOutput
type TextInputSpecification
type TextLogDestination
type TextLogSetting
type ThrottlingException
type TranscriptFilter
type TranscriptSourceSetting
type UntagResourceInput
type UntagResourceOutput
type UpdateBotAliasInput
type UpdateBotAliasOutput
type UpdateBotInput
type UpdateBotLocaleInput
type UpdateBotLocaleOutput
type UpdateBotOutput
type UpdateBotRecommendationInput
type UpdateBotRecommendationOutput
type UpdateExportInput
type UpdateExportOutput
type UpdateIntentInput
type UpdateIntentOutput
type UpdateResourcePolicyInput
type UpdateResourcePolicyOutput
type UpdateSlotInput
type UpdateSlotOutput
type UpdateSlotTypeInput
type UpdateSlotTypeOutput
type UtteranceAggregationDuration
type ValidationException
type VoiceSettings
type WaitAndContinueSpecification

Constants ▾

const (
    // AggregatedUtterancesFilterOperatorCo is a AggregatedUtterancesFilterOperator enum value
    AggregatedUtterancesFilterOperatorCo = "CO"

    // AggregatedUtterancesFilterOperatorEq is a AggregatedUtterancesFilterOperator enum value
    AggregatedUtterancesFilterOperatorEq = "EQ"
)
const (
    // AggregatedUtterancesSortAttributeHitCount is a AggregatedUtterancesSortAttribute enum value
    AggregatedUtterancesSortAttributeHitCount = "HitCount"

    // AggregatedUtterancesSortAttributeMissedCount is a AggregatedUtterancesSortAttribute enum value
    AggregatedUtterancesSortAttributeMissedCount = "MissedCount"
)
const (
    // AssociatedTranscriptFilterNameIntentId is a AssociatedTranscriptFilterName enum value
    AssociatedTranscriptFilterNameIntentId = "IntentId"

    // AssociatedTranscriptFilterNameSlotTypeId is a AssociatedTranscriptFilterName enum value
    AssociatedTranscriptFilterNameSlotTypeId = "SlotTypeId"
)
const (
    // BotAliasStatusCreating is a BotAliasStatus enum value
    BotAliasStatusCreating = "Creating"

    // BotAliasStatusAvailable is a BotAliasStatus enum value
    BotAliasStatusAvailable = "Available"

    // BotAliasStatusDeleting is a BotAliasStatus enum value
    BotAliasStatusDeleting = "Deleting"

    // BotAliasStatusFailed is a BotAliasStatus enum value
    BotAliasStatusFailed = "Failed"
)
const (
    // BotFilterNameBotName is a BotFilterName enum value
    BotFilterNameBotName = "BotName"

    // BotFilterNameBotType is a BotFilterName enum value
    BotFilterNameBotType = "BotType"
)
const (
    // BotFilterOperatorCo is a BotFilterOperator enum value
    BotFilterOperatorCo = "CO"

    // BotFilterOperatorEq is a BotFilterOperator enum value
    BotFilterOperatorEq = "EQ"

    // BotFilterOperatorNe is a BotFilterOperator enum value
    BotFilterOperatorNe = "NE"
)
const (
    // BotLocaleFilterOperatorCo is a BotLocaleFilterOperator enum value
    BotLocaleFilterOperatorCo = "CO"

    // BotLocaleFilterOperatorEq is a BotLocaleFilterOperator enum value
    BotLocaleFilterOperatorEq = "EQ"
)
const (
    // BotLocaleStatusCreating is a BotLocaleStatus enum value
    BotLocaleStatusCreating = "Creating"

    // BotLocaleStatusBuilding is a BotLocaleStatus enum value
    BotLocaleStatusBuilding = "Building"

    // BotLocaleStatusBuilt is a BotLocaleStatus enum value
    BotLocaleStatusBuilt = "Built"

    // BotLocaleStatusReadyExpressTesting is a BotLocaleStatus enum value
    BotLocaleStatusReadyExpressTesting = "ReadyExpressTesting"

    // BotLocaleStatusFailed is a BotLocaleStatus enum value
    BotLocaleStatusFailed = "Failed"

    // BotLocaleStatusDeleting is a BotLocaleStatus enum value
    BotLocaleStatusDeleting = "Deleting"

    // BotLocaleStatusNotBuilt is a BotLocaleStatus enum value
    BotLocaleStatusNotBuilt = "NotBuilt"

    // BotLocaleStatusImporting is a BotLocaleStatus enum value
    BotLocaleStatusImporting = "Importing"

    // BotLocaleStatusProcessing is a BotLocaleStatus enum value
    BotLocaleStatusProcessing = "Processing"
)
const (
    // BotRecommendationStatusProcessing is a BotRecommendationStatus enum value
    BotRecommendationStatusProcessing = "Processing"

    // BotRecommendationStatusDeleting is a BotRecommendationStatus enum value
    BotRecommendationStatusDeleting = "Deleting"

    // BotRecommendationStatusDeleted is a BotRecommendationStatus enum value
    BotRecommendationStatusDeleted = "Deleted"

    // BotRecommendationStatusDownloading is a BotRecommendationStatus enum value
    BotRecommendationStatusDownloading = "Downloading"

    // BotRecommendationStatusUpdating is a BotRecommendationStatus enum value
    BotRecommendationStatusUpdating = "Updating"

    // BotRecommendationStatusAvailable is a BotRecommendationStatus enum value
    BotRecommendationStatusAvailable = "Available"

    // BotRecommendationStatusFailed is a BotRecommendationStatus enum value
    BotRecommendationStatusFailed = "Failed"

    // BotRecommendationStatusStopping is a BotRecommendationStatus enum value
    BotRecommendationStatusStopping = "Stopping"

    // BotRecommendationStatusStopped is a BotRecommendationStatus enum value
    BotRecommendationStatusStopped = "Stopped"
)
const (
    // BotStatusCreating is a BotStatus enum value
    BotStatusCreating = "Creating"

    // BotStatusAvailable is a BotStatus enum value
    BotStatusAvailable = "Available"

    // BotStatusInactive is a BotStatus enum value
    BotStatusInactive = "Inactive"

    // BotStatusDeleting is a BotStatus enum value
    BotStatusDeleting = "Deleting"

    // BotStatusFailed is a BotStatus enum value
    BotStatusFailed = "Failed"

    // BotStatusVersioning is a BotStatus enum value
    BotStatusVersioning = "Versioning"

    // BotStatusImporting is a BotStatus enum value
    BotStatusImporting = "Importing"

    // BotStatusUpdating is a BotStatus enum value
    BotStatusUpdating = "Updating"
)
const (
    // BotTypeBot is a BotType enum value
    BotTypeBot = "Bot"

    // BotTypeBotNetwork is a BotType enum value
    BotTypeBotNetwork = "BotNetwork"
)
const (
    // CustomVocabularyStatusReady is a CustomVocabularyStatus enum value
    CustomVocabularyStatusReady = "Ready"

    // CustomVocabularyStatusDeleting is a CustomVocabularyStatus enum value
    CustomVocabularyStatusDeleting = "Deleting"

    // CustomVocabularyStatusExporting is a CustomVocabularyStatus enum value
    CustomVocabularyStatusExporting = "Exporting"

    // CustomVocabularyStatusImporting is a CustomVocabularyStatus enum value
    CustomVocabularyStatusImporting = "Importing"

    // CustomVocabularyStatusCreating is a CustomVocabularyStatus enum value
    CustomVocabularyStatusCreating = "Creating"
)
const (
    // DialogActionTypeElicitIntent is a DialogActionType enum value
    DialogActionTypeElicitIntent = "ElicitIntent"

    // DialogActionTypeStartIntent is a DialogActionType enum value
    DialogActionTypeStartIntent = "StartIntent"

    // DialogActionTypeElicitSlot is a DialogActionType enum value
    DialogActionTypeElicitSlot = "ElicitSlot"

    // DialogActionTypeEvaluateConditional is a DialogActionType enum value
    DialogActionTypeEvaluateConditional = "EvaluateConditional"

    // DialogActionTypeInvokeDialogCodeHook is a DialogActionType enum value
    DialogActionTypeInvokeDialogCodeHook = "InvokeDialogCodeHook"

    // DialogActionTypeConfirmIntent is a DialogActionType enum value
    DialogActionTypeConfirmIntent = "ConfirmIntent"

    // DialogActionTypeFulfillIntent is a DialogActionType enum value
    DialogActionTypeFulfillIntent = "FulfillIntent"

    // DialogActionTypeCloseIntent is a DialogActionType enum value
    DialogActionTypeCloseIntent = "CloseIntent"

    // DialogActionTypeEndConversation is a DialogActionType enum value
    DialogActionTypeEndConversation = "EndConversation"
)
const (
    // EffectAllow is a Effect enum value
    EffectAllow = "Allow"

    // EffectDeny is a Effect enum value
    EffectDeny = "Deny"
)
const (
    // ErrorCodeDuplicateInput is a ErrorCode enum value
    ErrorCodeDuplicateInput = "DUPLICATE_INPUT"

    // ErrorCodeResourceDoesNotExist is a ErrorCode enum value
    ErrorCodeResourceDoesNotExist = "RESOURCE_DOES_NOT_EXIST"

    // ErrorCodeResourceAlreadyExists is a ErrorCode enum value
    ErrorCodeResourceAlreadyExists = "RESOURCE_ALREADY_EXISTS"

    // ErrorCodeInternalServerFailure is a ErrorCode enum value
    ErrorCodeInternalServerFailure = "INTERNAL_SERVER_FAILURE"
)
const (
    // ExportFilterOperatorCo is a ExportFilterOperator enum value
    ExportFilterOperatorCo = "CO"

    // ExportFilterOperatorEq is a ExportFilterOperator enum value
    ExportFilterOperatorEq = "EQ"
)
const (
    // ExportStatusInProgress is a ExportStatus enum value
    ExportStatusInProgress = "InProgress"

    // ExportStatusCompleted is a ExportStatus enum value
    ExportStatusCompleted = "Completed"

    // ExportStatusFailed is a ExportStatus enum value
    ExportStatusFailed = "Failed"

    // ExportStatusDeleting is a ExportStatus enum value
    ExportStatusDeleting = "Deleting"
)
const (
    // ImportExportFileFormatLexJson is a ImportExportFileFormat enum value
    ImportExportFileFormatLexJson = "LexJson"

    // ImportExportFileFormatTsv is a ImportExportFileFormat enum value
    ImportExportFileFormatTsv = "TSV"
)
const (
    // ImportFilterOperatorCo is a ImportFilterOperator enum value
    ImportFilterOperatorCo = "CO"

    // ImportFilterOperatorEq is a ImportFilterOperator enum value
    ImportFilterOperatorEq = "EQ"
)
const (
    // ImportResourceTypeBot is a ImportResourceType enum value
    ImportResourceTypeBot = "Bot"

    // ImportResourceTypeBotLocale is a ImportResourceType enum value
    ImportResourceTypeBotLocale = "BotLocale"

    // ImportResourceTypeCustomVocabulary is a ImportResourceType enum value
    ImportResourceTypeCustomVocabulary = "CustomVocabulary"
)
const (
    // ImportStatusInProgress is a ImportStatus enum value
    ImportStatusInProgress = "InProgress"

    // ImportStatusCompleted is a ImportStatus enum value
    ImportStatusCompleted = "Completed"

    // ImportStatusFailed is a ImportStatus enum value
    ImportStatusFailed = "Failed"

    // ImportStatusDeleting is a ImportStatus enum value
    ImportStatusDeleting = "Deleting"
)
const (
    // IntentFilterOperatorCo is a IntentFilterOperator enum value
    IntentFilterOperatorCo = "CO"

    // IntentFilterOperatorEq is a IntentFilterOperator enum value
    IntentFilterOperatorEq = "EQ"
)
const (
    // IntentSortAttributeIntentName is a IntentSortAttribute enum value
    IntentSortAttributeIntentName = "IntentName"

    // IntentSortAttributeLastUpdatedDateTime is a IntentSortAttribute enum value
    IntentSortAttributeLastUpdatedDateTime = "LastUpdatedDateTime"
)
const (
    // MergeStrategyOverwrite is a MergeStrategy enum value
    MergeStrategyOverwrite = "Overwrite"

    // MergeStrategyFailOnConflict is a MergeStrategy enum value
    MergeStrategyFailOnConflict = "FailOnConflict"

    // MergeStrategyAppend is a MergeStrategy enum value
    MergeStrategyAppend = "Append"
)
const (
    // MessageSelectionStrategyRandom is a MessageSelectionStrategy enum value
    MessageSelectionStrategyRandom = "Random"

    // MessageSelectionStrategyOrdered is a MessageSelectionStrategy enum value
    MessageSelectionStrategyOrdered = "Ordered"
)
const (
    // ObfuscationSettingTypeNone is a ObfuscationSettingType enum value
    ObfuscationSettingTypeNone = "None"

    // ObfuscationSettingTypeDefaultObfuscation is a ObfuscationSettingType enum value
    ObfuscationSettingTypeDefaultObfuscation = "DefaultObfuscation"
)
const (
    // PromptAttemptInitial is a PromptAttempt enum value
    PromptAttemptInitial = "Initial"

    // PromptAttemptRetry1 is a PromptAttempt enum value
    PromptAttemptRetry1 = "Retry1"

    // PromptAttemptRetry2 is a PromptAttempt enum value
    PromptAttemptRetry2 = "Retry2"

    // PromptAttemptRetry3 is a PromptAttempt enum value
    PromptAttemptRetry3 = "Retry3"

    // PromptAttemptRetry4 is a PromptAttempt enum value
    PromptAttemptRetry4 = "Retry4"

    // PromptAttemptRetry5 is a PromptAttempt enum value
    PromptAttemptRetry5 = "Retry5"
)

The attempt name of attempts of a prompt.

const (
    // SearchOrderAscending is a SearchOrder enum value
    SearchOrderAscending = "Ascending"

    // SearchOrderDescending is a SearchOrder enum value
    SearchOrderDescending = "Descending"
)
const (
    // SlotConstraintRequired is a SlotConstraint enum value
    SlotConstraintRequired = "Required"

    // SlotConstraintOptional is a SlotConstraint enum value
    SlotConstraintOptional = "Optional"
)
const (
    // SlotFilterOperatorCo is a SlotFilterOperator enum value
    SlotFilterOperatorCo = "CO"

    // SlotFilterOperatorEq is a SlotFilterOperator enum value
    SlotFilterOperatorEq = "EQ"
)
const (
    // SlotShapeScalar is a SlotShape enum value
    SlotShapeScalar = "Scalar"

    // SlotShapeList is a SlotShape enum value
    SlotShapeList = "List"
)
const (
    // SlotSortAttributeSlotName is a SlotSortAttribute enum value
    SlotSortAttributeSlotName = "SlotName"

    // SlotSortAttributeLastUpdatedDateTime is a SlotSortAttribute enum value
    SlotSortAttributeLastUpdatedDateTime = "LastUpdatedDateTime"
)
const (
    // SlotTypeCategoryCustom is a SlotTypeCategory enum value
    SlotTypeCategoryCustom = "Custom"

    // SlotTypeCategoryExtended is a SlotTypeCategory enum value
    SlotTypeCategoryExtended = "Extended"

    // SlotTypeCategoryExternalGrammar is a SlotTypeCategory enum value
    SlotTypeCategoryExternalGrammar = "ExternalGrammar"

    // SlotTypeCategoryComposite is a SlotTypeCategory enum value
    SlotTypeCategoryComposite = "Composite"
)
const (
    // SlotTypeFilterNameSlotTypeName is a SlotTypeFilterName enum value
    SlotTypeFilterNameSlotTypeName = "SlotTypeName"

    // SlotTypeFilterNameExternalSourceType is a SlotTypeFilterName enum value
    SlotTypeFilterNameExternalSourceType = "ExternalSourceType"
)
const (
    // SlotTypeFilterOperatorCo is a SlotTypeFilterOperator enum value
    SlotTypeFilterOperatorCo = "CO"

    // SlotTypeFilterOperatorEq is a SlotTypeFilterOperator enum value
    SlotTypeFilterOperatorEq = "EQ"
)
const (
    // SlotTypeSortAttributeSlotTypeName is a SlotTypeSortAttribute enum value
    SlotTypeSortAttributeSlotTypeName = "SlotTypeName"

    // SlotTypeSortAttributeLastUpdatedDateTime is a SlotTypeSortAttribute enum value
    SlotTypeSortAttributeLastUpdatedDateTime = "LastUpdatedDateTime"
)
const (
    // SlotValueResolutionStrategyOriginalValue is a SlotValueResolutionStrategy enum value
    SlotValueResolutionStrategyOriginalValue = "OriginalValue"

    // SlotValueResolutionStrategyTopResolution is a SlotValueResolutionStrategy enum value
    SlotValueResolutionStrategyTopResolution = "TopResolution"

    // SlotValueResolutionStrategyConcatenation is a SlotValueResolutionStrategy enum value
    SlotValueResolutionStrategyConcatenation = "Concatenation"
)
const (
    // SortOrderAscending is a SortOrder enum value
    SortOrderAscending = "Ascending"

    // SortOrderDescending is a SortOrder enum value
    SortOrderDescending = "Descending"
)
const (
    // TimeDimensionHours is a TimeDimension enum value
    TimeDimensionHours = "Hours"

    // TimeDimensionDays is a TimeDimension enum value
    TimeDimensionDays = "Days"

    // TimeDimensionWeeks is a TimeDimension enum value
    TimeDimensionWeeks = "Weeks"
)
const (
    // VoiceEngineStandard is a VoiceEngine enum value
    VoiceEngineStandard = "standard"

    // VoiceEngineNeural is a VoiceEngine enum value
    VoiceEngineNeural = "neural"
)
const (

    // ErrCodeConflictException for service response error code
    // "ConflictException".
    //
    // The action that you tried to perform couldn't be completed because the resource
    // is in a conflicting state. For example, deleting a bot that is in the CREATING
    // state. Try your request again.
    ErrCodeConflictException = "ConflictException"

    // ErrCodeInternalServerException for service response error code
    // "InternalServerException".
    //
    // The service encountered an unexpected condition. Try your request again.
    ErrCodeInternalServerException = "InternalServerException"

    // ErrCodePreconditionFailedException for service response error code
    // "PreconditionFailedException".
    //
    // Your request couldn't be completed because one or more request fields aren't
    // valid. Check the fields in your request and try again.
    ErrCodePreconditionFailedException = "PreconditionFailedException"

    // ErrCodeResourceNotFoundException for service response error code
    // "ResourceNotFoundException".
    //
    // You asked to describe a resource that doesn't exist. Check the resource that
    // you are requesting and try again.
    ErrCodeResourceNotFoundException = "ResourceNotFoundException"

    // ErrCodeServiceQuotaExceededException for service response error code
    // "ServiceQuotaExceededException".
    //
    // You have reached a quota for your bot.
    ErrCodeServiceQuotaExceededException = "ServiceQuotaExceededException"

    // ErrCodeThrottlingException for service response error code
    // "ThrottlingException".
    //
    // Your request rate is too high. Reduce the frequency of requests.
    ErrCodeThrottlingException = "ThrottlingException"

    // ErrCodeValidationException for service response error code
    // "ValidationException".
    //
    // One of the input parameters in your request isn't valid. Check the parameters
    // and try your request again.
    ErrCodeValidationException = "ValidationException"
)
const (
    ServiceName = "Lex Models V2" // Name of service.
    EndpointsID = "models-v2-lex" // ID to lookup a service endpoint with.
    ServiceID   = "Lex Models V2" // ServiceID is a unique identifier of a specific service.
)

Service information constants

const (
    // AggregatedUtterancesFilterNameUtterance is a AggregatedUtterancesFilterName enum value
    AggregatedUtterancesFilterNameUtterance = "Utterance"
)
const (
    // AudioRecognitionStrategyUseSlotValuesAsCustomVocabulary is a AudioRecognitionStrategy enum value
    AudioRecognitionStrategyUseSlotValuesAsCustomVocabulary = "UseSlotValuesAsCustomVocabulary"
)
const (
    // BotLocaleFilterNameBotLocaleName is a BotLocaleFilterName enum value
    BotLocaleFilterNameBotLocaleName = "BotLocaleName"
)
const (
    // BotLocaleSortAttributeBotLocaleName is a BotLocaleSortAttribute enum value
    BotLocaleSortAttributeBotLocaleName = "BotLocaleName"
)
const (
    // BotSortAttributeBotName is a BotSortAttribute enum value
    BotSortAttributeBotName = "BotName"
)
const (
    // BotVersionSortAttributeBotVersion is a BotVersionSortAttribute enum value
    BotVersionSortAttributeBotVersion = "BotVersion"
)
const (
    // BuiltInIntentSortAttributeIntentSignature is a BuiltInIntentSortAttribute enum value
    BuiltInIntentSortAttributeIntentSignature = "IntentSignature"
)
const (
    // BuiltInSlotTypeSortAttributeSlotTypeSignature is a BuiltInSlotTypeSortAttribute enum value
    BuiltInSlotTypeSortAttributeSlotTypeSignature = "SlotTypeSignature"
)
const (
    // ExportFilterNameExportResourceType is a ExportFilterName enum value
    ExportFilterNameExportResourceType = "ExportResourceType"
)
const (
    // ExportSortAttributeLastUpdatedDateTime is a ExportSortAttribute enum value
    ExportSortAttributeLastUpdatedDateTime = "LastUpdatedDateTime"
)
const (
    // ImportFilterNameImportResourceType is a ImportFilterName enum value
    ImportFilterNameImportResourceType = "ImportResourceType"
)
const (
    // ImportSortAttributeLastUpdatedDateTime is a ImportSortAttribute enum value
    ImportSortAttributeLastUpdatedDateTime = "LastUpdatedDateTime"
)
const (
    // IntentFilterNameIntentName is a IntentFilterName enum value
    IntentFilterNameIntentName = "IntentName"
)
const (
    // SlotFilterNameSlotName is a SlotFilterName enum value
    SlotFilterNameSlotName = "SlotName"
)
const (
    // TranscriptFormatLex is a TranscriptFormat enum value
    TranscriptFormatLex = "Lex"
)

func AggregatedUtterancesFilterName_Values

func AggregatedUtterancesFilterName_Values() []string

AggregatedUtterancesFilterName_Values returns all elements of the AggregatedUtterancesFilterName enum

func AggregatedUtterancesFilterOperator_Values

func AggregatedUtterancesFilterOperator_Values() []string

AggregatedUtterancesFilterOperator_Values returns all elements of the AggregatedUtterancesFilterOperator enum

func AggregatedUtterancesSortAttribute_Values

func AggregatedUtterancesSortAttribute_Values() []string

AggregatedUtterancesSortAttribute_Values returns all elements of the AggregatedUtterancesSortAttribute enum

func AssociatedTranscriptFilterName_Values

func AssociatedTranscriptFilterName_Values() []string

AssociatedTranscriptFilterName_Values returns all elements of the AssociatedTranscriptFilterName enum

func AudioRecognitionStrategy_Values

func AudioRecognitionStrategy_Values() []string

AudioRecognitionStrategy_Values returns all elements of the AudioRecognitionStrategy enum

func BotAliasStatus_Values

func BotAliasStatus_Values() []string

BotAliasStatus_Values returns all elements of the BotAliasStatus enum

func BotFilterName_Values

func BotFilterName_Values() []string

BotFilterName_Values returns all elements of the BotFilterName enum

func BotFilterOperator_Values

func BotFilterOperator_Values() []string

BotFilterOperator_Values returns all elements of the BotFilterOperator enum

func BotLocaleFilterName_Values

func BotLocaleFilterName_Values() []string

BotLocaleFilterName_Values returns all elements of the BotLocaleFilterName enum

func BotLocaleFilterOperator_Values

func BotLocaleFilterOperator_Values() []string

BotLocaleFilterOperator_Values returns all elements of the BotLocaleFilterOperator enum

func BotLocaleSortAttribute_Values

func BotLocaleSortAttribute_Values() []string

BotLocaleSortAttribute_Values returns all elements of the BotLocaleSortAttribute enum

func BotLocaleStatus_Values

func BotLocaleStatus_Values() []string

BotLocaleStatus_Values returns all elements of the BotLocaleStatus enum

func BotRecommendationStatus_Values

func BotRecommendationStatus_Values() []string

BotRecommendationStatus_Values returns all elements of the BotRecommendationStatus enum

func BotSortAttribute_Values

func BotSortAttribute_Values() []string

BotSortAttribute_Values returns all elements of the BotSortAttribute enum

func BotStatus_Values

func BotStatus_Values() []string

BotStatus_Values returns all elements of the BotStatus enum

func BotType_Values

func BotType_Values() []string

BotType_Values returns all elements of the BotType enum

func BotVersionSortAttribute_Values

func BotVersionSortAttribute_Values() []string

BotVersionSortAttribute_Values returns all elements of the BotVersionSortAttribute enum

func BuiltInIntentSortAttribute_Values

func BuiltInIntentSortAttribute_Values() []string

BuiltInIntentSortAttribute_Values returns all elements of the BuiltInIntentSortAttribute enum

func BuiltInSlotTypeSortAttribute_Values

func BuiltInSlotTypeSortAttribute_Values() []string

BuiltInSlotTypeSortAttribute_Values returns all elements of the BuiltInSlotTypeSortAttribute enum

func CustomVocabularyStatus_Values

func CustomVocabularyStatus_Values() []string

CustomVocabularyStatus_Values returns all elements of the CustomVocabularyStatus enum

func DialogActionType_Values

func DialogActionType_Values() []string

DialogActionType_Values returns all elements of the DialogActionType enum

func Effect_Values

func Effect_Values() []string

Effect_Values returns all elements of the Effect enum

func ErrorCode_Values

func ErrorCode_Values() []string

ErrorCode_Values returns all elements of the ErrorCode enum

func ExportFilterName_Values

func ExportFilterName_Values() []string

ExportFilterName_Values returns all elements of the ExportFilterName enum

func ExportFilterOperator_Values

func ExportFilterOperator_Values() []string

ExportFilterOperator_Values returns all elements of the ExportFilterOperator enum

func ExportSortAttribute_Values

func ExportSortAttribute_Values() []string

ExportSortAttribute_Values returns all elements of the ExportSortAttribute enum

func ExportStatus_Values

func ExportStatus_Values() []string

ExportStatus_Values returns all elements of the ExportStatus enum

func ImportExportFileFormat_Values

func ImportExportFileFormat_Values() []string

ImportExportFileFormat_Values returns all elements of the ImportExportFileFormat enum

func ImportFilterName_Values

func ImportFilterName_Values() []string

ImportFilterName_Values returns all elements of the ImportFilterName enum

func ImportFilterOperator_Values

func ImportFilterOperator_Values() []string

ImportFilterOperator_Values returns all elements of the ImportFilterOperator enum

func ImportResourceType_Values

func ImportResourceType_Values() []string

ImportResourceType_Values returns all elements of the ImportResourceType enum

func ImportSortAttribute_Values

func ImportSortAttribute_Values() []string

ImportSortAttribute_Values returns all elements of the ImportSortAttribute enum

func ImportStatus_Values

func ImportStatus_Values() []string

ImportStatus_Values returns all elements of the ImportStatus enum

func IntentFilterName_Values

func IntentFilterName_Values() []string

IntentFilterName_Values returns all elements of the IntentFilterName enum

func IntentFilterOperator_Values

func IntentFilterOperator_Values() []string

IntentFilterOperator_Values returns all elements of the IntentFilterOperator enum

func IntentSortAttribute_Values

func IntentSortAttribute_Values() []string

IntentSortAttribute_Values returns all elements of the IntentSortAttribute enum

func MergeStrategy_Values

func MergeStrategy_Values() []string

MergeStrategy_Values returns all elements of the MergeStrategy enum

func MessageSelectionStrategy_Values

func MessageSelectionStrategy_Values() []string

MessageSelectionStrategy_Values returns all elements of the MessageSelectionStrategy enum

func ObfuscationSettingType_Values

func ObfuscationSettingType_Values() []string

ObfuscationSettingType_Values returns all elements of the ObfuscationSettingType enum

func PromptAttempt_Values

func PromptAttempt_Values() []string

PromptAttempt_Values returns all elements of the PromptAttempt enum

func SearchOrder_Values

func SearchOrder_Values() []string

SearchOrder_Values returns all elements of the SearchOrder enum

func SlotConstraint_Values

func SlotConstraint_Values() []string

SlotConstraint_Values returns all elements of the SlotConstraint enum

func SlotFilterName_Values

func SlotFilterName_Values() []string

SlotFilterName_Values returns all elements of the SlotFilterName enum

func SlotFilterOperator_Values

func SlotFilterOperator_Values() []string

SlotFilterOperator_Values returns all elements of the SlotFilterOperator enum

func SlotShape_Values

func SlotShape_Values() []string

SlotShape_Values returns all elements of the SlotShape enum

func SlotSortAttribute_Values

func SlotSortAttribute_Values() []string

SlotSortAttribute_Values returns all elements of the SlotSortAttribute enum

func SlotTypeCategory_Values

func SlotTypeCategory_Values() []string

SlotTypeCategory_Values returns all elements of the SlotTypeCategory enum

func SlotTypeFilterName_Values

func SlotTypeFilterName_Values() []string

SlotTypeFilterName_Values returns all elements of the SlotTypeFilterName enum

func SlotTypeFilterOperator_Values

func SlotTypeFilterOperator_Values() []string

SlotTypeFilterOperator_Values returns all elements of the SlotTypeFilterOperator enum

func SlotTypeSortAttribute_Values

func SlotTypeSortAttribute_Values() []string

SlotTypeSortAttribute_Values returns all elements of the SlotTypeSortAttribute enum

func SlotValueResolutionStrategy_Values

func SlotValueResolutionStrategy_Values() []string

SlotValueResolutionStrategy_Values returns all elements of the SlotValueResolutionStrategy enum

func SortOrder_Values

func SortOrder_Values() []string

SortOrder_Values returns all elements of the SortOrder enum

func TimeDimension_Values

func TimeDimension_Values() []string

TimeDimension_Values returns all elements of the TimeDimension enum

func TranscriptFormat_Values

func TranscriptFormat_Values() []string

TranscriptFormat_Values returns all elements of the TranscriptFormat enum

func VoiceEngine_Values

func VoiceEngine_Values() []string

VoiceEngine_Values returns all elements of the VoiceEngine enum

type AdvancedRecognitionSetting

type AdvancedRecognitionSetting struct {

    // Enables using the slot values as a custom vocabulary for recognizing user
    // utterances.
    AudioRecognitionStrategy *string `locationName:"audioRecognitionStrategy" type:"string" enum:"AudioRecognitionStrategy"`
    // contains filtered or unexported fields
}

Provides settings that enable advanced recognition settings for slot values.

func (AdvancedRecognitionSetting) GoString

func (s AdvancedRecognitionSetting) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AdvancedRecognitionSetting) SetAudioRecognitionStrategy

func (s *AdvancedRecognitionSetting) SetAudioRecognitionStrategy(v string) *AdvancedRecognitionSetting

SetAudioRecognitionStrategy sets the AudioRecognitionStrategy field's value.

func (AdvancedRecognitionSetting) String

func (s AdvancedRecognitionSetting) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AggregatedUtterancesFilter

type AggregatedUtterancesFilter struct {

    // The name of the field to filter the utterance list.
    //
    // Name is a required field
    Name *string `locationName:"name" type:"string" required:"true" enum:"AggregatedUtterancesFilterName"`

    // The operator to use for the filter. Specify EQ when the ListAggregatedUtterances
    // operation should return only utterances that equal the specified value. Specify
    // CO when the ListAggregatedUtterances operation should return utterances that
    // contain the specified value.
    //
    // Operator is a required field
    Operator *string `locationName:"operator" type:"string" required:"true" enum:"AggregatedUtterancesFilterOperator"`

    // The value to use for filtering the list of bots.
    //
    // Values is a required field
    Values []*string `locationName:"values" min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Filters responses returned by the ListAggregatedUtterances operation.

func (AggregatedUtterancesFilter) GoString

func (s AggregatedUtterancesFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AggregatedUtterancesFilter) SetName

func (s *AggregatedUtterancesFilter) SetName(v string) *AggregatedUtterancesFilter

SetName sets the Name field's value.

func (*AggregatedUtterancesFilter) SetOperator

func (s *AggregatedUtterancesFilter) SetOperator(v string) *AggregatedUtterancesFilter

SetOperator sets the Operator field's value.

func (*AggregatedUtterancesFilter) SetValues

func (s *AggregatedUtterancesFilter) SetValues(v []*string) *AggregatedUtterancesFilter

SetValues sets the Values field's value.

func (AggregatedUtterancesFilter) String

func (s AggregatedUtterancesFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AggregatedUtterancesFilter) Validate

func (s *AggregatedUtterancesFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AggregatedUtterancesSortBy

type AggregatedUtterancesSortBy struct {

    // The utterance attribute to sort by.
    //
    // Attribute is a required field
    Attribute *string `locationName:"attribute" type:"string" required:"true" enum:"AggregatedUtterancesSortAttribute"`

    // Specifies whether to sort the aggregated utterances in ascending or descending
    // order.
    //
    // Order is a required field
    Order *string `locationName:"order" type:"string" required:"true" enum:"SortOrder"`
    // contains filtered or unexported fields
}

Specifies attributes for sorting a list of utterances.

func (AggregatedUtterancesSortBy) GoString

func (s AggregatedUtterancesSortBy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AggregatedUtterancesSortBy) SetAttribute

func (s *AggregatedUtterancesSortBy) SetAttribute(v string) *AggregatedUtterancesSortBy

SetAttribute sets the Attribute field's value.

func (*AggregatedUtterancesSortBy) SetOrder

func (s *AggregatedUtterancesSortBy) SetOrder(v string) *AggregatedUtterancesSortBy

SetOrder sets the Order field's value.

func (AggregatedUtterancesSortBy) String

func (s AggregatedUtterancesSortBy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AggregatedUtterancesSortBy) Validate

func (s *AggregatedUtterancesSortBy) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AggregatedUtterancesSummary

type AggregatedUtterancesSummary struct {

    // Aggregated utterance data may contain utterances from versions of your bot
    // that have since been deleted. When the aggregated contains this kind of data,
    // this field is set to true.
    ContainsDataFromDeletedResources *bool `locationName:"containsDataFromDeletedResources" type:"boolean"`

    // The number of times that the utterance was detected by Amazon Lex during
    // the time period. When an utterance is detected, it activates an intent or
    // a slot.
    HitCount *int64 `locationName:"hitCount" type:"integer"`

    // The number of times that the utterance was missed by Amazon Lex An utterance
    // is missed when it doesn't activate an intent or slot.
    MissedCount *int64 `locationName:"missedCount" type:"integer"`

    // The text of the utterance. If the utterance was used with the RecognizeUtterance
    // operation, the text is the transcription of the audio utterance.
    Utterance *string `locationName:"utterance" type:"string"`

    // The date and time that the utterance was first recorded in the time window
    // for aggregation. An utterance may have been sent to Amazon Lex before that
    // time, but only utterances within the time window are counted.
    UtteranceFirstRecordedInAggregationDuration *time.Time `locationName:"utteranceFirstRecordedInAggregationDuration" type:"timestamp"`

    // The last date and time that an utterance was recorded in the time window
    // for aggregation. An utterance may be sent to Amazon Lex after that time,
    // but only utterances within the time window are counted.
    UtteranceLastRecordedInAggregationDuration *time.Time `locationName:"utteranceLastRecordedInAggregationDuration" type:"timestamp"`
    // contains filtered or unexported fields
}

Provides summary information for aggregated utterances. The ListAggregatedUtterances operations combines all instances of the same utterance into a single aggregated summary.

func (AggregatedUtterancesSummary) GoString

func (s AggregatedUtterancesSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AggregatedUtterancesSummary) SetContainsDataFromDeletedResources

func (s *AggregatedUtterancesSummary) SetContainsDataFromDeletedResources(v bool) *AggregatedUtterancesSummary

SetContainsDataFromDeletedResources sets the ContainsDataFromDeletedResources field's value.

func (*AggregatedUtterancesSummary) SetHitCount

func (s *AggregatedUtterancesSummary) SetHitCount(v int64) *AggregatedUtterancesSummary

SetHitCount sets the HitCount field's value.

func (*AggregatedUtterancesSummary) SetMissedCount

func (s *AggregatedUtterancesSummary) SetMissedCount(v int64) *AggregatedUtterancesSummary

SetMissedCount sets the MissedCount field's value.

func (*AggregatedUtterancesSummary) SetUtterance

func (s *AggregatedUtterancesSummary) SetUtterance(v string) *AggregatedUtterancesSummary

SetUtterance sets the Utterance field's value.

func (*AggregatedUtterancesSummary) SetUtteranceFirstRecordedInAggregationDuration

func (s *AggregatedUtterancesSummary) SetUtteranceFirstRecordedInAggregationDuration(v time.Time) *AggregatedUtterancesSummary

SetUtteranceFirstRecordedInAggregationDuration sets the UtteranceFirstRecordedInAggregationDuration field's value.

func (*AggregatedUtterancesSummary) SetUtteranceLastRecordedInAggregationDuration

func (s *AggregatedUtterancesSummary) SetUtteranceLastRecordedInAggregationDuration(v time.Time) *AggregatedUtterancesSummary

SetUtteranceLastRecordedInAggregationDuration sets the UtteranceLastRecordedInAggregationDuration field's value.

func (AggregatedUtterancesSummary) String

func (s AggregatedUtterancesSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AllowedInputTypes

type AllowedInputTypes struct {

    // Indicates whether audio input is allowed.
    //
    // AllowAudioInput is a required field
    AllowAudioInput *bool `locationName:"allowAudioInput" type:"boolean" required:"true"`

    // Indicates whether DTMF input is allowed.
    //
    // AllowDTMFInput is a required field
    AllowDTMFInput *bool `locationName:"allowDTMFInput" type:"boolean" required:"true"`
    // contains filtered or unexported fields
}

Specifies the allowed input types.

func (AllowedInputTypes) GoString

func (s AllowedInputTypes) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AllowedInputTypes) SetAllowAudioInput

func (s *AllowedInputTypes) SetAllowAudioInput(v bool) *AllowedInputTypes

SetAllowAudioInput sets the AllowAudioInput field's value.

func (*AllowedInputTypes) SetAllowDTMFInput

func (s *AllowedInputTypes) SetAllowDTMFInput(v bool) *AllowedInputTypes

SetAllowDTMFInput sets the AllowDTMFInput field's value.

func (AllowedInputTypes) String

func (s AllowedInputTypes) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AllowedInputTypes) Validate

func (s *AllowedInputTypes) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssociatedTranscript

type AssociatedTranscript struct {

    // The content of the transcript that meets the search filter criteria. For
    // the JSON format of the transcript, see Output transcript format (https://docs.aws.amazon.com/lexv2/latest/dg/designing-output-format.html).
    Transcript *string `locationName:"transcript" min:"1" type:"string"`
    // contains filtered or unexported fields
}

The object containing information that associates the recommended intent/slot type with a conversation.

func (AssociatedTranscript) GoString

func (s AssociatedTranscript) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociatedTranscript) SetTranscript

func (s *AssociatedTranscript) SetTranscript(v string) *AssociatedTranscript

SetTranscript sets the Transcript field's value.

func (AssociatedTranscript) String

func (s AssociatedTranscript) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssociatedTranscriptFilter

type AssociatedTranscriptFilter struct {

    // The name of the field to use for filtering. The allowed names are IntentId
    // and SlotTypeId.
    //
    // Name is a required field
    Name *string `locationName:"name" type:"string" required:"true" enum:"AssociatedTranscriptFilterName"`

    // The values to use to filter the transcript.
    //
    // Values is a required field
    Values []*string `locationName:"values" min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Filters to search for the associated transcript.

func (AssociatedTranscriptFilter) GoString

func (s AssociatedTranscriptFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociatedTranscriptFilter) SetName

func (s *AssociatedTranscriptFilter) SetName(v string) *AssociatedTranscriptFilter

SetName sets the Name field's value.

func (*AssociatedTranscriptFilter) SetValues

func (s *AssociatedTranscriptFilter) SetValues(v []*string) *AssociatedTranscriptFilter

SetValues sets the Values field's value.

func (AssociatedTranscriptFilter) String

func (s AssociatedTranscriptFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociatedTranscriptFilter) Validate

func (s *AssociatedTranscriptFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AudioAndDTMFInputSpecification

type AudioAndDTMFInputSpecification struct {

    // Specifies the settings on audio input.
    AudioSpecification *AudioSpecification `locationName:"audioSpecification" type:"structure"`

    // Specifies the settings on DTMF input.
    DtmfSpecification *DTMFSpecification `locationName:"dtmfSpecification" type:"structure"`

    // Time for which a bot waits before assuming that the customer isn't going
    // to speak or press a key. This timeout is shared between Audio and DTMF inputs.
    //
    // StartTimeoutMs is a required field
    StartTimeoutMs *int64 `locationName:"startTimeoutMs" min:"1" type:"integer" required:"true"`
    // contains filtered or unexported fields
}

Specifies the audio and DTMF input specification.

func (AudioAndDTMFInputSpecification) GoString

func (s AudioAndDTMFInputSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioAndDTMFInputSpecification) SetAudioSpecification

func (s *AudioAndDTMFInputSpecification) SetAudioSpecification(v *AudioSpecification) *AudioAndDTMFInputSpecification

SetAudioSpecification sets the AudioSpecification field's value.

func (*AudioAndDTMFInputSpecification) SetDtmfSpecification

func (s *AudioAndDTMFInputSpecification) SetDtmfSpecification(v *DTMFSpecification) *AudioAndDTMFInputSpecification

SetDtmfSpecification sets the DtmfSpecification field's value.

func (*AudioAndDTMFInputSpecification) SetStartTimeoutMs

func (s *AudioAndDTMFInputSpecification) SetStartTimeoutMs(v int64) *AudioAndDTMFInputSpecification

SetStartTimeoutMs sets the StartTimeoutMs field's value.

func (AudioAndDTMFInputSpecification) String

func (s AudioAndDTMFInputSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioAndDTMFInputSpecification) Validate

func (s *AudioAndDTMFInputSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AudioLogDestination

type AudioLogDestination struct {

    // The Amazon S3 bucket where the audio log files are stored. The IAM role specified
    // in the roleArn parameter of the CreateBot (https://docs.aws.amazon.com/lexv2/latest/APIReference/API_CreateBot.html)
    // operation must have permission to write to this bucket.
    //
    // S3Bucket is a required field
    S3Bucket *S3BucketLogDestination `locationName:"s3Bucket" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

The location of audio log files collected when conversation logging is enabled for a bot.

func (AudioLogDestination) GoString

func (s AudioLogDestination) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioLogDestination) SetS3Bucket

func (s *AudioLogDestination) SetS3Bucket(v *S3BucketLogDestination) *AudioLogDestination

SetS3Bucket sets the S3Bucket field's value.

func (AudioLogDestination) String

func (s AudioLogDestination) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioLogDestination) Validate

func (s *AudioLogDestination) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AudioLogSetting

type AudioLogSetting struct {

    // The location of audio log files collected when conversation logging is enabled
    // for a bot.
    //
    // Destination is a required field
    Destination *AudioLogDestination `locationName:"destination" type:"structure" required:"true"`

    // Determines whether audio logging in enabled for the bot.
    //
    // Enabled is a required field
    Enabled *bool `locationName:"enabled" type:"boolean" required:"true"`
    // contains filtered or unexported fields
}

Settings for logging audio of conversations between Amazon Lex and a user. You specify whether to log audio and the Amazon S3 bucket where the audio file is stored.

func (AudioLogSetting) GoString

func (s AudioLogSetting) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioLogSetting) SetDestination

func (s *AudioLogSetting) SetDestination(v *AudioLogDestination) *AudioLogSetting

SetDestination sets the Destination field's value.

func (*AudioLogSetting) SetEnabled

func (s *AudioLogSetting) SetEnabled(v bool) *AudioLogSetting

SetEnabled sets the Enabled field's value.

func (AudioLogSetting) String

func (s AudioLogSetting) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioLogSetting) Validate

func (s *AudioLogSetting) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AudioSpecification

type AudioSpecification struct {

    // Time for which a bot waits after the customer stops speaking to assume the
    // utterance is finished.
    //
    // EndTimeoutMs is a required field
    EndTimeoutMs *int64 `locationName:"endTimeoutMs" min:"1" type:"integer" required:"true"`

    // Time for how long Amazon Lex waits before speech input is truncated and the
    // speech is returned to application.
    //
    // MaxLengthMs is a required field
    MaxLengthMs *int64 `locationName:"maxLengthMs" min:"1" type:"integer" required:"true"`
    // contains filtered or unexported fields
}

Specifies the audio input specifications.

func (AudioSpecification) GoString

func (s AudioSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioSpecification) SetEndTimeoutMs

func (s *AudioSpecification) SetEndTimeoutMs(v int64) *AudioSpecification

SetEndTimeoutMs sets the EndTimeoutMs field's value.

func (*AudioSpecification) SetMaxLengthMs

func (s *AudioSpecification) SetMaxLengthMs(v int64) *AudioSpecification

SetMaxLengthMs sets the MaxLengthMs field's value.

func (AudioSpecification) String

func (s AudioSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioSpecification) Validate

func (s *AudioSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchCreateCustomVocabularyItemInput

type BatchCreateCustomVocabularyItemInput struct {

    // The identifier of the bot associated with this custom vocabulary.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // The identifier of the version of the bot associated with this custom vocabulary.
    //
    // BotVersion is a required field
    BotVersion *string `location:"uri" locationName:"botVersion" min:"1" type:"string" required:"true"`

    // A list of new custom vocabulary items. Each entry must contain a phrase and
    // can optionally contain a displayAs and/or a weight.
    //
    // CustomVocabularyItemList is a required field
    CustomVocabularyItemList []*NewCustomVocabularyItem `locationName:"customVocabularyItemList" min:"1" type:"list" required:"true"`

    // The identifier of the language and locale where this custom vocabulary is
    // used. The string must match one of the supported locales. For more information,
    // see Supported Languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
    //
    // LocaleId is a required field
    LocaleId *string `location:"uri" locationName:"localeId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (BatchCreateCustomVocabularyItemInput) GoString

func (s BatchCreateCustomVocabularyItemInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchCreateCustomVocabularyItemInput) SetBotId

func (s *BatchCreateCustomVocabularyItemInput) SetBotId(v string) *BatchCreateCustomVocabularyItemInput

SetBotId sets the BotId field's value.

func (*BatchCreateCustomVocabularyItemInput) SetBotVersion

func (s *BatchCreateCustomVocabularyItemInput) SetBotVersion(v string) *BatchCreateCustomVocabularyItemInput

SetBotVersion sets the BotVersion field's value.

func (*BatchCreateCustomVocabularyItemInput) SetCustomVocabularyItemList

func (s *BatchCreateCustomVocabularyItemInput) SetCustomVocabularyItemList(v []*NewCustomVocabularyItem) *BatchCreateCustomVocabularyItemInput

SetCustomVocabularyItemList sets the CustomVocabularyItemList field's value.

func (*BatchCreateCustomVocabularyItemInput) SetLocaleId

func (s *BatchCreateCustomVocabularyItemInput) SetLocaleId(v string) *BatchCreateCustomVocabularyItemInput

SetLocaleId sets the LocaleId field's value.

func (BatchCreateCustomVocabularyItemInput) String

func (s BatchCreateCustomVocabularyItemInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchCreateCustomVocabularyItemInput) Validate

func (s *BatchCreateCustomVocabularyItemInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchCreateCustomVocabularyItemOutput

type BatchCreateCustomVocabularyItemOutput struct {

    // The identifier of the bot associated with this custom vocabulary.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // The identifier of the version of the bot associated with this custom vocabulary.
    BotVersion *string `locationName:"botVersion" min:"1" type:"string"`

    // A list of custom vocabulary items that failed to create during the operation.
    // The reason for the error is contained within each error object.
    Errors []*FailedCustomVocabularyItem `locationName:"errors" type:"list"`

    // The identifier of the language and locale where this custom vocabulary is
    // used. The string must match one of the supported locales. For more information,
    // see Supported Languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
    LocaleId *string `locationName:"localeId" type:"string"`

    // A list of custom vocabulary items that were successfully created during the
    // operation.
    Resources []*CustomVocabularyItem `locationName:"resources" type:"list"`
    // contains filtered or unexported fields
}

func (BatchCreateCustomVocabularyItemOutput) GoString

func (s BatchCreateCustomVocabularyItemOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchCreateCustomVocabularyItemOutput) SetBotId

func (s *BatchCreateCustomVocabularyItemOutput) SetBotId(v string) *BatchCreateCustomVocabularyItemOutput

SetBotId sets the BotId field's value.

func (*BatchCreateCustomVocabularyItemOutput) SetBotVersion

func (s *BatchCreateCustomVocabularyItemOutput) SetBotVersion(v string) *BatchCreateCustomVocabularyItemOutput

SetBotVersion sets the BotVersion field's value.

func (*BatchCreateCustomVocabularyItemOutput) SetErrors

func (s *BatchCreateCustomVocabularyItemOutput) SetErrors(v []*FailedCustomVocabularyItem) *BatchCreateCustomVocabularyItemOutput

SetErrors sets the Errors field's value.

func (*BatchCreateCustomVocabularyItemOutput) SetLocaleId

func (s *BatchCreateCustomVocabularyItemOutput) SetLocaleId(v string) *BatchCreateCustomVocabularyItemOutput

SetLocaleId sets the LocaleId field's value.

func (*BatchCreateCustomVocabularyItemOutput) SetResources

func (s *BatchCreateCustomVocabularyItemOutput) SetResources(v []*CustomVocabularyItem) *BatchCreateCustomVocabularyItemOutput

SetResources sets the Resources field's value.

func (BatchCreateCustomVocabularyItemOutput) String

func (s BatchCreateCustomVocabularyItemOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchDeleteCustomVocabularyItemInput

type BatchDeleteCustomVocabularyItemInput struct {

    // The identifier of the bot associated with this custom vocabulary.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // The identifier of the version of the bot associated with this custom vocabulary.
    //
    // BotVersion is a required field
    BotVersion *string `location:"uri" locationName:"botVersion" min:"1" type:"string" required:"true"`

    // A list of custom vocabulary items requested to be deleted. Each entry must
    // contain the unique custom vocabulary entry identifier.
    //
    // CustomVocabularyItemList is a required field
    CustomVocabularyItemList []*CustomVocabularyEntryId `locationName:"customVocabularyItemList" min:"1" type:"list" required:"true"`

    // The identifier of the language and locale where this custom vocabulary is
    // used. The string must match one of the supported locales. For more information,
    // see Supported Languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
    //
    // LocaleId is a required field
    LocaleId *string `location:"uri" locationName:"localeId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (BatchDeleteCustomVocabularyItemInput) GoString

func (s BatchDeleteCustomVocabularyItemInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchDeleteCustomVocabularyItemInput) SetBotId

func (s *BatchDeleteCustomVocabularyItemInput) SetBotId(v string) *BatchDeleteCustomVocabularyItemInput

SetBotId sets the BotId field's value.

func (*BatchDeleteCustomVocabularyItemInput) SetBotVersion

func (s *BatchDeleteCustomVocabularyItemInput) SetBotVersion(v string) *BatchDeleteCustomVocabularyItemInput

SetBotVersion sets the BotVersion field's value.

func (*BatchDeleteCustomVocabularyItemInput) SetCustomVocabularyItemList

func (s *BatchDeleteCustomVocabularyItemInput) SetCustomVocabularyItemList(v []*CustomVocabularyEntryId) *BatchDeleteCustomVocabularyItemInput

SetCustomVocabularyItemList sets the CustomVocabularyItemList field's value.

func (*BatchDeleteCustomVocabularyItemInput) SetLocaleId

func (s *BatchDeleteCustomVocabularyItemInput) SetLocaleId(v string) *BatchDeleteCustomVocabularyItemInput

SetLocaleId sets the LocaleId field's value.

func (BatchDeleteCustomVocabularyItemInput) String

func (s BatchDeleteCustomVocabularyItemInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchDeleteCustomVocabularyItemInput) Validate

func (s *BatchDeleteCustomVocabularyItemInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchDeleteCustomVocabularyItemOutput

type BatchDeleteCustomVocabularyItemOutput struct {

    // The identifier of the bot associated with this custom vocabulary.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // The identifier of the version of the bot associated with this custom vocabulary.
    BotVersion *string `locationName:"botVersion" min:"1" type:"string"`

    // A list of custom vocabulary items that failed to delete during the operation.
    // The reason for the error is contained within each error object.
    Errors []*FailedCustomVocabularyItem `locationName:"errors" type:"list"`

    // The identifier of the language and locale where this custom vocabulary is
    // used. The string must match one of the supported locales. For more information,
    // see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
    LocaleId *string `locationName:"localeId" type:"string"`

    // A list of custom vocabulary items that were successfully deleted during the
    // operation.
    Resources []*CustomVocabularyItem `locationName:"resources" type:"list"`
    // contains filtered or unexported fields
}

func (BatchDeleteCustomVocabularyItemOutput) GoString

func (s BatchDeleteCustomVocabularyItemOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchDeleteCustomVocabularyItemOutput) SetBotId

func (s *BatchDeleteCustomVocabularyItemOutput) SetBotId(v string) *BatchDeleteCustomVocabularyItemOutput

SetBotId sets the BotId field's value.

func (*BatchDeleteCustomVocabularyItemOutput) SetBotVersion

func (s *BatchDeleteCustomVocabularyItemOutput) SetBotVersion(v string) *BatchDeleteCustomVocabularyItemOutput

SetBotVersion sets the BotVersion field's value.

func (*BatchDeleteCustomVocabularyItemOutput) SetErrors

func (s *BatchDeleteCustomVocabularyItemOutput) SetErrors(v []*FailedCustomVocabularyItem) *BatchDeleteCustomVocabularyItemOutput

SetErrors sets the Errors field's value.

func (*BatchDeleteCustomVocabularyItemOutput) SetLocaleId

func (s *BatchDeleteCustomVocabularyItemOutput) SetLocaleId(v string) *BatchDeleteCustomVocabularyItemOutput

SetLocaleId sets the LocaleId field's value.

func (*BatchDeleteCustomVocabularyItemOutput) SetResources

func (s *BatchDeleteCustomVocabularyItemOutput) SetResources(v []*CustomVocabularyItem) *BatchDeleteCustomVocabularyItemOutput

SetResources sets the Resources field's value.

func (BatchDeleteCustomVocabularyItemOutput) String

func (s BatchDeleteCustomVocabularyItemOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchUpdateCustomVocabularyItemInput

type BatchUpdateCustomVocabularyItemInput struct {

    // The identifier of the bot associated with this custom vocabulary
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // The identifier of the version of the bot associated with this custom vocabulary.
    //
    // BotVersion is a required field
    BotVersion *string `location:"uri" locationName:"botVersion" min:"1" type:"string" required:"true"`

    // A list of custom vocabulary items with updated fields. Each entry must contain
    // a phrase and can optionally contain a displayAs and/or a weight.
    //
    // CustomVocabularyItemList is a required field
    CustomVocabularyItemList []*CustomVocabularyItem `locationName:"customVocabularyItemList" min:"1" type:"list" required:"true"`

    // The identifier of the language and locale where this custom vocabulary is
    // used. The string must match one of the supported locales. For more information,
    // see Supported Languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
    //
    // LocaleId is a required field
    LocaleId *string `location:"uri" locationName:"localeId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (BatchUpdateCustomVocabularyItemInput) GoString

func (s BatchUpdateCustomVocabularyItemInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchUpdateCustomVocabularyItemInput) SetBotId

func (s *BatchUpdateCustomVocabularyItemInput) SetBotId(v string) *BatchUpdateCustomVocabularyItemInput

SetBotId sets the BotId field's value.

func (*BatchUpdateCustomVocabularyItemInput) SetBotVersion

func (s *BatchUpdateCustomVocabularyItemInput) SetBotVersion(v string) *BatchUpdateCustomVocabularyItemInput

SetBotVersion sets the BotVersion field's value.

func (*BatchUpdateCustomVocabularyItemInput) SetCustomVocabularyItemList

func (s *BatchUpdateCustomVocabularyItemInput) SetCustomVocabularyItemList(v []*CustomVocabularyItem) *BatchUpdateCustomVocabularyItemInput

SetCustomVocabularyItemList sets the CustomVocabularyItemList field's value.

func (*BatchUpdateCustomVocabularyItemInput) SetLocaleId

func (s *BatchUpdateCustomVocabularyItemInput) SetLocaleId(v string) *BatchUpdateCustomVocabularyItemInput

SetLocaleId sets the LocaleId field's value.

func (BatchUpdateCustomVocabularyItemInput) String

func (s BatchUpdateCustomVocabularyItemInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchUpdateCustomVocabularyItemInput) Validate

func (s *BatchUpdateCustomVocabularyItemInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchUpdateCustomVocabularyItemOutput

type BatchUpdateCustomVocabularyItemOutput struct {

    // The identifier of the bot associated with this custom vocabulary.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // The identifier of the version of the bot associated with this custom vocabulary.
    BotVersion *string `locationName:"botVersion" min:"1" type:"string"`

    // A list of custom vocabulary items that failed to update during the operation.
    // The reason for the error is contained within each error object.
    Errors []*FailedCustomVocabularyItem `locationName:"errors" type:"list"`

    // The identifier of the language and locale where this custom vocabulary is
    // used. The string must match one of the supported locales. For more information,
    // see Supported Languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
    LocaleId *string `locationName:"localeId" type:"string"`

    // A list of custom vocabulary items that were successfully updated during the
    // operation.
    Resources []*CustomVocabularyItem `locationName:"resources" type:"list"`
    // contains filtered or unexported fields
}

func (BatchUpdateCustomVocabularyItemOutput) GoString

func (s BatchUpdateCustomVocabularyItemOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchUpdateCustomVocabularyItemOutput) SetBotId

func (s *BatchUpdateCustomVocabularyItemOutput) SetBotId(v string) *BatchUpdateCustomVocabularyItemOutput

SetBotId sets the BotId field's value.

func (*BatchUpdateCustomVocabularyItemOutput) SetBotVersion

func (s *BatchUpdateCustomVocabularyItemOutput) SetBotVersion(v string) *BatchUpdateCustomVocabularyItemOutput

SetBotVersion sets the BotVersion field's value.

func (*BatchUpdateCustomVocabularyItemOutput) SetErrors

func (s *BatchUpdateCustomVocabularyItemOutput) SetErrors(v []*FailedCustomVocabularyItem) *BatchUpdateCustomVocabularyItemOutput

SetErrors sets the Errors field's value.

func (*BatchUpdateCustomVocabularyItemOutput) SetLocaleId

func (s *BatchUpdateCustomVocabularyItemOutput) SetLocaleId(v string) *BatchUpdateCustomVocabularyItemOutput

SetLocaleId sets the LocaleId field's value.

func (*BatchUpdateCustomVocabularyItemOutput) SetResources

func (s *BatchUpdateCustomVocabularyItemOutput) SetResources(v []*CustomVocabularyItem) *BatchUpdateCustomVocabularyItemOutput

SetResources sets the Resources field's value.

func (BatchUpdateCustomVocabularyItemOutput) String

func (s BatchUpdateCustomVocabularyItemOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BotAliasHistoryEvent

type BotAliasHistoryEvent struct {

    // The version of the bot that was used in the event.
    BotVersion *string `locationName:"botVersion" min:"1" type:"string"`

    // The date and time that the event ended.
    EndDate *time.Time `locationName:"endDate" type:"timestamp"`

    // The date and time that the event started.
    StartDate *time.Time `locationName:"startDate" type:"timestamp"`
    // contains filtered or unexported fields
}

Provides a record of an event that affects a bot alias. For example, when the version of a bot that the alias points to changes.

func (BotAliasHistoryEvent) GoString

func (s BotAliasHistoryEvent) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotAliasHistoryEvent) SetBotVersion

func (s *BotAliasHistoryEvent) SetBotVersion(v string) *BotAliasHistoryEvent

SetBotVersion sets the BotVersion field's value.

func (*BotAliasHistoryEvent) SetEndDate

func (s *BotAliasHistoryEvent) SetEndDate(v time.Time) *BotAliasHistoryEvent

SetEndDate sets the EndDate field's value.

func (*BotAliasHistoryEvent) SetStartDate

func (s *BotAliasHistoryEvent) SetStartDate(v time.Time) *BotAliasHistoryEvent

SetStartDate sets the StartDate field's value.

func (BotAliasHistoryEvent) String

func (s BotAliasHistoryEvent) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BotAliasLocaleSettings

type BotAliasLocaleSettings struct {

    // Specifies the Lambda function that should be used in the locale.
    CodeHookSpecification *CodeHookSpecification `locationName:"codeHookSpecification" type:"structure"`

    // Determines whether the locale is enabled for the bot. If the value is false,
    // the locale isn't available for use.
    //
    // Enabled is a required field
    Enabled *bool `locationName:"enabled" type:"boolean" required:"true"`
    // contains filtered or unexported fields
}

Specifies settings that are unique to a locale. For example, you can use different Lambda function depending on the bot's locale.

func (BotAliasLocaleSettings) GoString

func (s BotAliasLocaleSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotAliasLocaleSettings) SetCodeHookSpecification

func (s *BotAliasLocaleSettings) SetCodeHookSpecification(v *CodeHookSpecification) *BotAliasLocaleSettings

SetCodeHookSpecification sets the CodeHookSpecification field's value.

func (*BotAliasLocaleSettings) SetEnabled

func (s *BotAliasLocaleSettings) SetEnabled(v bool) *BotAliasLocaleSettings

SetEnabled sets the Enabled field's value.

func (BotAliasLocaleSettings) String

func (s BotAliasLocaleSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotAliasLocaleSettings) Validate

func (s *BotAliasLocaleSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BotAliasSummary

type BotAliasSummary struct {

    // The unique identifier assigned to the bot alias. You can use this ID to get
    // detailed information about the alias using the DescribeBotAlias (https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeBotAlias.html)
    // operation.
    BotAliasId *string `locationName:"botAliasId" min:"10" type:"string"`

    // The name of the bot alias.
    BotAliasName *string `locationName:"botAliasName" min:"1" type:"string"`

    // The current state of the bot alias. If the status is Available, the alias
    // is ready for use.
    BotAliasStatus *string `locationName:"botAliasStatus" type:"string" enum:"BotAliasStatus"`

    // The version of the bot that the bot alias references.
    BotVersion *string `locationName:"botVersion" min:"1" type:"string"`

    // A timestamp of the date and time that the bot alias was created.
    CreationDateTime *time.Time `locationName:"creationDateTime" type:"timestamp"`

    // The description of the bot alias.
    Description *string `locationName:"description" type:"string"`

    // A timestamp of the date and time that the bot alias was last updated.
    LastUpdatedDateTime *time.Time `locationName:"lastUpdatedDateTime" type:"timestamp"`
    // contains filtered or unexported fields
}

Summary information about bot aliases returned from the ListBotAliases (https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListBotAliases.html) operation.

func (BotAliasSummary) GoString

func (s BotAliasSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotAliasSummary) SetBotAliasId

func (s *BotAliasSummary) SetBotAliasId(v string) *BotAliasSummary

SetBotAliasId sets the BotAliasId field's value.

func (*BotAliasSummary) SetBotAliasName

func (s *BotAliasSummary) SetBotAliasName(v string) *BotAliasSummary

SetBotAliasName sets the BotAliasName field's value.

func (*BotAliasSummary) SetBotAliasStatus

func (s *BotAliasSummary) SetBotAliasStatus(v string) *BotAliasSummary

SetBotAliasStatus sets the BotAliasStatus field's value.

func (*BotAliasSummary) SetBotVersion

func (s *BotAliasSummary) SetBotVersion(v string) *BotAliasSummary

SetBotVersion sets the BotVersion field's value.

func (*BotAliasSummary) SetCreationDateTime

func (s *BotAliasSummary) SetCreationDateTime(v time.Time) *BotAliasSummary

SetCreationDateTime sets the CreationDateTime field's value.

func (*BotAliasSummary) SetDescription

func (s *BotAliasSummary) SetDescription(v string) *BotAliasSummary

SetDescription sets the Description field's value.

func (*BotAliasSummary) SetLastUpdatedDateTime

func (s *BotAliasSummary) SetLastUpdatedDateTime(v time.Time) *BotAliasSummary

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (BotAliasSummary) String

func (s BotAliasSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BotExportSpecification

type BotExportSpecification struct {

    // The identifier of the bot assigned by Amazon Lex.
    //
    // BotId is a required field
    BotId *string `locationName:"botId" min:"10" type:"string" required:"true"`

    // The version of the bot that was exported. This will be either DRAFT or the
    // version number.
    //
    // BotVersion is a required field
    BotVersion *string `locationName:"botVersion" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Provides the identity of a the bot that was exported.

func (BotExportSpecification) GoString

func (s BotExportSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotExportSpecification) SetBotId

func (s *BotExportSpecification) SetBotId(v string) *BotExportSpecification

SetBotId sets the BotId field's value.

func (*BotExportSpecification) SetBotVersion

func (s *BotExportSpecification) SetBotVersion(v string) *BotExportSpecification

SetBotVersion sets the BotVersion field's value.

func (BotExportSpecification) String

func (s BotExportSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotExportSpecification) Validate

func (s *BotExportSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BotFilter

type BotFilter struct {

    // The name of the field to filter the list of bots.
    //
    // Name is a required field
    Name *string `locationName:"name" type:"string" required:"true" enum:"BotFilterName"`

    // The operator to use for the filter. Specify EQ when the ListBots operation
    // should return only aliases that equal the specified value. Specify CO when
    // the ListBots operation should return aliases that contain the specified value.
    //
    // Operator is a required field
    Operator *string `locationName:"operator" type:"string" required:"true" enum:"BotFilterOperator"`

    // The value to use for filtering the list of bots.
    //
    // Values is a required field
    Values []*string `locationName:"values" min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Filters the responses returned by the ListBots operation.

func (BotFilter) GoString

func (s BotFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotFilter) SetName

func (s *BotFilter) SetName(v string) *BotFilter

SetName sets the Name field's value.

func (*BotFilter) SetOperator

func (s *BotFilter) SetOperator(v string) *BotFilter

SetOperator sets the Operator field's value.

func (*BotFilter) SetValues

func (s *BotFilter) SetValues(v []*string) *BotFilter

SetValues sets the Values field's value.

func (BotFilter) String

func (s BotFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotFilter) Validate

func (s *BotFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BotImportSpecification

type BotImportSpecification struct {

    // The name that Amazon Lex should use for the bot.
    //
    // BotName is a required field
    BotName *string `locationName:"botName" min:"1" type:"string" required:"true"`

    // A list of tags to add to the bot. You can only add tags when you import a
    // bot. You can't use the UpdateBot operation to update tags. To update tags,
    // use the TagResource operation.
    BotTags map[string]*string `locationName:"botTags" type:"map"`

    // By default, data stored by Amazon Lex is encrypted. The DataPrivacy structure
    // provides settings that determine how Amazon Lex handles special cases of
    // securing the data for your bot.
    //
    // DataPrivacy is a required field
    DataPrivacy *DataPrivacy `locationName:"dataPrivacy" type:"structure" required:"true"`

    // The time, in seconds, that Amazon Lex should keep information about a user's
    // conversation with the bot.
    //
    // A user interaction remains active for the amount of time specified. If no
    // conversation occurs during this time, the session expires and Amazon Lex
    // deletes any data provided before the timeout.
    //
    // You can specify between 60 (1 minute) and 86,400 (24 hours) seconds.
    IdleSessionTTLInSeconds *int64 `locationName:"idleSessionTTLInSeconds" min:"60" type:"integer"`

    // The Amazon Resource Name (ARN) of the IAM role used to build and run the
    // bot.
    //
    // RoleArn is a required field
    RoleArn *string `locationName:"roleArn" min:"32" type:"string" required:"true"`

    // A list of tags to add to the test alias for a bot. You can only add tags
    // when you import a bot. You can't use the UpdateAlias operation to update
    // tags. To update tags on the test alias, use the TagResource operation.
    TestBotAliasTags map[string]*string `locationName:"testBotAliasTags" type:"map"`
    // contains filtered or unexported fields
}

Provides the bot parameters required for importing a bot.

func (BotImportSpecification) GoString

func (s BotImportSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotImportSpecification) SetBotName

func (s *BotImportSpecification) SetBotName(v string) *BotImportSpecification

SetBotName sets the BotName field's value.

func (*BotImportSpecification) SetBotTags

func (s *BotImportSpecification) SetBotTags(v map[string]*string) *BotImportSpecification

SetBotTags sets the BotTags field's value.

func (*BotImportSpecification) SetDataPrivacy

func (s *BotImportSpecification) SetDataPrivacy(v *DataPrivacy) *BotImportSpecification

SetDataPrivacy sets the DataPrivacy field's value.

func (*BotImportSpecification) SetIdleSessionTTLInSeconds

func (s *BotImportSpecification) SetIdleSessionTTLInSeconds(v int64) *BotImportSpecification

SetIdleSessionTTLInSeconds sets the IdleSessionTTLInSeconds field's value.

func (*BotImportSpecification) SetRoleArn

func (s *BotImportSpecification) SetRoleArn(v string) *BotImportSpecification

SetRoleArn sets the RoleArn field's value.

func (*BotImportSpecification) SetTestBotAliasTags

func (s *BotImportSpecification) SetTestBotAliasTags(v map[string]*string) *BotImportSpecification

SetTestBotAliasTags sets the TestBotAliasTags field's value.

func (BotImportSpecification) String

func (s BotImportSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotImportSpecification) Validate

func (s *BotImportSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BotLocaleExportSpecification

type BotLocaleExportSpecification struct {

    // The identifier of the bot to create the locale for.
    //
    // BotId is a required field
    BotId *string `locationName:"botId" min:"10" type:"string" required:"true"`

    // The version of the bot to export.
    //
    // BotVersion is a required field
    BotVersion *string `locationName:"botVersion" min:"1" type:"string" required:"true"`

    // The identifier of the language and locale to export. The string must match
    // one of the locales in the bot.
    //
    // LocaleId is a required field
    LocaleId *string `locationName:"localeId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Provides the bot locale parameters required for exporting a bot locale.

func (BotLocaleExportSpecification) GoString

func (s BotLocaleExportSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotLocaleExportSpecification) SetBotId

func (s *BotLocaleExportSpecification) SetBotId(v string) *BotLocaleExportSpecification

SetBotId sets the BotId field's value.

func (*BotLocaleExportSpecification) SetBotVersion

func (s *BotLocaleExportSpecification) SetBotVersion(v string) *BotLocaleExportSpecification

SetBotVersion sets the BotVersion field's value.

func (*BotLocaleExportSpecification) SetLocaleId

func (s *BotLocaleExportSpecification) SetLocaleId(v string) *BotLocaleExportSpecification

SetLocaleId sets the LocaleId field's value.

func (BotLocaleExportSpecification) String

func (s BotLocaleExportSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotLocaleExportSpecification) Validate

func (s *BotLocaleExportSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BotLocaleFilter

type BotLocaleFilter struct {

    // The name of the field to filter the list of bots.
    //
    // Name is a required field
    Name *string `locationName:"name" type:"string" required:"true" enum:"BotLocaleFilterName"`

    // The operator to use for the filter. Specify EQ when the ListBotLocales operation
    // should return only aliases that equal the specified value. Specify CO when
    // the ListBotLocales operation should return aliases that contain the specified
    // value.
    //
    // Operator is a required field
    Operator *string `locationName:"operator" type:"string" required:"true" enum:"BotLocaleFilterOperator"`

    // The value to use for filtering the list of bots.
    //
    // Values is a required field
    Values []*string `locationName:"values" min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Filters responses returned by the ListBotLocales operation.

func (BotLocaleFilter) GoString

func (s BotLocaleFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotLocaleFilter) SetName

func (s *BotLocaleFilter) SetName(v string) *BotLocaleFilter

SetName sets the Name field's value.

func (*BotLocaleFilter) SetOperator

func (s *BotLocaleFilter) SetOperator(v string) *BotLocaleFilter

SetOperator sets the Operator field's value.

func (*BotLocaleFilter) SetValues

func (s *BotLocaleFilter) SetValues(v []*string) *BotLocaleFilter

SetValues sets the Values field's value.

func (BotLocaleFilter) String

func (s BotLocaleFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotLocaleFilter) Validate

func (s *BotLocaleFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BotLocaleHistoryEvent

type BotLocaleHistoryEvent struct {

    // A description of the event that occurred.
    //
    // Event is a required field
    Event *string `locationName:"event" type:"string" required:"true"`

    // A timestamp of the date and time that the event occurred.
    //
    // EventDate is a required field
    EventDate *time.Time `locationName:"eventDate" type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

Provides information about an event that occurred affecting the bot locale.

func (BotLocaleHistoryEvent) GoString

func (s BotLocaleHistoryEvent) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotLocaleHistoryEvent) SetEvent

func (s *BotLocaleHistoryEvent) SetEvent(v string) *BotLocaleHistoryEvent

SetEvent sets the Event field's value.

func (*BotLocaleHistoryEvent) SetEventDate

func (s *BotLocaleHistoryEvent) SetEventDate(v time.Time) *BotLocaleHistoryEvent

SetEventDate sets the EventDate field's value.

func (BotLocaleHistoryEvent) String

func (s BotLocaleHistoryEvent) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BotLocaleImportSpecification

type BotLocaleImportSpecification struct {

    // The identifier of the bot to import the locale to.
    //
    // BotId is a required field
    BotId *string `locationName:"botId" min:"10" type:"string" required:"true"`

    // The version of the bot to import the locale to. This can only be the DRAFT
    // version of the bot.
    //
    // BotVersion is a required field
    BotVersion *string `locationName:"botVersion" min:"5" type:"string" required:"true"`

    // The identifier of the language and locale that the bot will be used in. The
    // string must match one of the supported locales. All of the intents, slot
    // types, and slots used in the bot must have the same locale. For more information,
    // see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
    //
    // LocaleId is a required field
    LocaleId *string `locationName:"localeId" type:"string" required:"true"`

    // Determines the threshold where Amazon Lex will insert the AMAZON.FallbackIntent,
    // AMAZON.KendraSearchIntent, or both when returning alternative intents. AMAZON.FallbackIntent
    // and AMAZON.KendraSearchIntent are only inserted if they are configured for
    // the bot.
    //
    // For example, suppose a bot is configured with the confidence threshold of
    // 0.80 and the AMAZON.FallbackIntent. Amazon Lex returns three alternative
    // intents with the following confidence scores: IntentA (0.70), IntentB (0.60),
    // IntentC (0.50). The response from the PostText operation would be:
    //
    //    * AMAZON.FallbackIntent
    //
    //    * IntentA
    //
    //    * IntentB
    //
    //    * IntentC
    NluIntentConfidenceThreshold *float64 `locationName:"nluIntentConfidenceThreshold" type:"double"`

    // Defines settings for using an Amazon Polly voice to communicate with a user.
    VoiceSettings *VoiceSettings `locationName:"voiceSettings" type:"structure"`
    // contains filtered or unexported fields
}

Provides the bot locale parameters required for importing a bot locale.

func (BotLocaleImportSpecification) GoString

func (s BotLocaleImportSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotLocaleImportSpecification) SetBotId

func (s *BotLocaleImportSpecification) SetBotId(v string) *BotLocaleImportSpecification

SetBotId sets the BotId field's value.

func (*BotLocaleImportSpecification) SetBotVersion

func (s *BotLocaleImportSpecification) SetBotVersion(v string) *BotLocaleImportSpecification

SetBotVersion sets the BotVersion field's value.

func (*BotLocaleImportSpecification) SetLocaleId

func (s *BotLocaleImportSpecification) SetLocaleId(v string) *BotLocaleImportSpecification

SetLocaleId sets the LocaleId field's value.

func (*BotLocaleImportSpecification) SetNluIntentConfidenceThreshold

func (s *BotLocaleImportSpecification) SetNluIntentConfidenceThreshold(v float64) *BotLocaleImportSpecification

SetNluIntentConfidenceThreshold sets the NluIntentConfidenceThreshold field's value.

func (*BotLocaleImportSpecification) SetVoiceSettings

func (s *BotLocaleImportSpecification) SetVoiceSettings(v *VoiceSettings) *BotLocaleImportSpecification

SetVoiceSettings sets the VoiceSettings field's value.

func (BotLocaleImportSpecification) String

func (s BotLocaleImportSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotLocaleImportSpecification) Validate

func (s *BotLocaleImportSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BotLocaleSortBy

type BotLocaleSortBy struct {

    // The bot locale attribute to sort by.
    //
    // Attribute is a required field
    Attribute *string `locationName:"attribute" type:"string" required:"true" enum:"BotLocaleSortAttribute"`

    // Specifies whether to sort the bot locales in ascending or descending order.
    //
    // Order is a required field
    Order *string `locationName:"order" type:"string" required:"true" enum:"SortOrder"`
    // contains filtered or unexported fields
}

Specifies attributes for sorting a list of bot locales.

func (BotLocaleSortBy) GoString

func (s BotLocaleSortBy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotLocaleSortBy) SetAttribute

func (s *BotLocaleSortBy) SetAttribute(v string) *BotLocaleSortBy

SetAttribute sets the Attribute field's value.

func (*BotLocaleSortBy) SetOrder

func (s *BotLocaleSortBy) SetOrder(v string) *BotLocaleSortBy

SetOrder sets the Order field's value.

func (BotLocaleSortBy) String

func (s BotLocaleSortBy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotLocaleSortBy) Validate

func (s *BotLocaleSortBy) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BotLocaleSummary

type BotLocaleSummary struct {

    // The current status of the bot locale. When the status is Built the locale
    // is ready for use.
    BotLocaleStatus *string `locationName:"botLocaleStatus" type:"string" enum:"BotLocaleStatus"`

    // The description of the bot locale.
    Description *string `locationName:"description" type:"string"`

    // A timestamp of the date and time that the bot locale was last built.
    LastBuildSubmittedDateTime *time.Time `locationName:"lastBuildSubmittedDateTime" type:"timestamp"`

    // A timestamp of the date and time that the bot locale was last updated.
    LastUpdatedDateTime *time.Time `locationName:"lastUpdatedDateTime" type:"timestamp"`

    // The language and locale of the bot locale.
    LocaleId *string `locationName:"localeId" type:"string"`

    // The name of the bot locale.
    LocaleName *string `locationName:"localeName" type:"string"`
    // contains filtered or unexported fields
}

Summary information about bot locales returned by the ListBotLocales (https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListBotLocales.html) operation.

func (BotLocaleSummary) GoString

func (s BotLocaleSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotLocaleSummary) SetBotLocaleStatus

func (s *BotLocaleSummary) SetBotLocaleStatus(v string) *BotLocaleSummary

SetBotLocaleStatus sets the BotLocaleStatus field's value.

func (*BotLocaleSummary) SetDescription

func (s *BotLocaleSummary) SetDescription(v string) *BotLocaleSummary

SetDescription sets the Description field's value.

func (*BotLocaleSummary) SetLastBuildSubmittedDateTime

func (s *BotLocaleSummary) SetLastBuildSubmittedDateTime(v time.Time) *BotLocaleSummary

SetLastBuildSubmittedDateTime sets the LastBuildSubmittedDateTime field's value.

func (*BotLocaleSummary) SetLastUpdatedDateTime

func (s *BotLocaleSummary) SetLastUpdatedDateTime(v time.Time) *BotLocaleSummary

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (*BotLocaleSummary) SetLocaleId

func (s *BotLocaleSummary) SetLocaleId(v string) *BotLocaleSummary

SetLocaleId sets the LocaleId field's value.

func (*BotLocaleSummary) SetLocaleName

func (s *BotLocaleSummary) SetLocaleName(v string) *BotLocaleSummary

SetLocaleName sets the LocaleName field's value.

func (BotLocaleSummary) String

func (s BotLocaleSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BotMember

type BotMember struct {

    // The alias ID of a bot that is a member of this network of bots.
    //
    // BotMemberAliasId is a required field
    BotMemberAliasId *string `locationName:"botMemberAliasId" min:"10" type:"string" required:"true"`

    // The alias name of a bot that is a member of this network of bots.
    //
    // BotMemberAliasName is a required field
    BotMemberAliasName *string `locationName:"botMemberAliasName" min:"1" type:"string" required:"true"`

    // The unique ID of a bot that is a member of this network of bots.
    //
    // BotMemberId is a required field
    BotMemberId *string `locationName:"botMemberId" min:"10" type:"string" required:"true"`

    // The unique name of a bot that is a member of this network of bots.
    //
    // BotMemberName is a required field
    BotMemberName *string `locationName:"botMemberName" min:"1" type:"string" required:"true"`

    // The version of a bot that is a member of this network of bots.
    //
    // BotMemberVersion is a required field
    BotMemberVersion *string `locationName:"botMemberVersion" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

A bot that is a member of a network of bots.

func (BotMember) GoString

func (s BotMember) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotMember) SetBotMemberAliasId

func (s *BotMember) SetBotMemberAliasId(v string) *BotMember

SetBotMemberAliasId sets the BotMemberAliasId field's value.

func (*BotMember) SetBotMemberAliasName

func (s *BotMember) SetBotMemberAliasName(v string) *BotMember

SetBotMemberAliasName sets the BotMemberAliasName field's value.

func (*BotMember) SetBotMemberId

func (s *BotMember) SetBotMemberId(v string) *BotMember

SetBotMemberId sets the BotMemberId field's value.

func (*BotMember) SetBotMemberName

func (s *BotMember) SetBotMemberName(v string) *BotMember

SetBotMemberName sets the BotMemberName field's value.

func (*BotMember) SetBotMemberVersion

func (s *BotMember) SetBotMemberVersion(v string) *BotMember

SetBotMemberVersion sets the BotMemberVersion field's value.

func (BotMember) String

func (s BotMember) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotMember) Validate

func (s *BotMember) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BotRecommendationResultStatistics

type BotRecommendationResultStatistics struct {

    // Statistical information about about the intents associated with the bot recommendation
    // results.
    Intents *IntentStatistics `locationName:"intents" type:"structure"`

    // Statistical information about the slot types associated with the bot recommendation
    // results.
    SlotTypes *SlotTypeStatistics `locationName:"slotTypes" type:"structure"`
    // contains filtered or unexported fields
}

A statistical summary of the bot recommendation results.

func (BotRecommendationResultStatistics) GoString

func (s BotRecommendationResultStatistics) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotRecommendationResultStatistics) SetIntents

func (s *BotRecommendationResultStatistics) SetIntents(v *IntentStatistics) *BotRecommendationResultStatistics

SetIntents sets the Intents field's value.

func (*BotRecommendationResultStatistics) SetSlotTypes

func (s *BotRecommendationResultStatistics) SetSlotTypes(v *SlotTypeStatistics) *BotRecommendationResultStatistics

SetSlotTypes sets the SlotTypes field's value.

func (BotRecommendationResultStatistics) String

func (s BotRecommendationResultStatistics) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BotRecommendationResults

type BotRecommendationResults struct {

    // The presigned url link of the associated transcript.
    AssociatedTranscriptsUrl *string `locationName:"associatedTranscriptsUrl" min:"1" type:"string"`

    // The presigned URL link of the recommended bot definition.
    BotLocaleExportUrl *string `locationName:"botLocaleExportUrl" min:"1" type:"string"`

    // The statistical summary of the bot recommendation results.
    Statistics *BotRecommendationResultStatistics `locationName:"statistics" type:"structure"`
    // contains filtered or unexported fields
}

The object representing the URL of the bot definition, the URL of the associated transcript, and a statistical summary of the bot recommendation results.

func (BotRecommendationResults) GoString

func (s BotRecommendationResults) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotRecommendationResults) SetAssociatedTranscriptsUrl

func (s *BotRecommendationResults) SetAssociatedTranscriptsUrl(v string) *BotRecommendationResults

SetAssociatedTranscriptsUrl sets the AssociatedTranscriptsUrl field's value.

func (*BotRecommendationResults) SetBotLocaleExportUrl

func (s *BotRecommendationResults) SetBotLocaleExportUrl(v string) *BotRecommendationResults

SetBotLocaleExportUrl sets the BotLocaleExportUrl field's value.

func (*BotRecommendationResults) SetStatistics

func (s *BotRecommendationResults) SetStatistics(v *BotRecommendationResultStatistics) *BotRecommendationResults

SetStatistics sets the Statistics field's value.

func (BotRecommendationResults) String

func (s BotRecommendationResults) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BotRecommendationSummary

type BotRecommendationSummary struct {

    // The unique identifier of the bot recommendation to be updated.
    //
    // BotRecommendationId is a required field
    BotRecommendationId *string `locationName:"botRecommendationId" min:"10" type:"string" required:"true"`

    // The status of the bot recommendation.
    //
    // If the status is Failed, then the reasons for the failure are listed in the
    // failureReasons field.
    //
    // BotRecommendationStatus is a required field
    BotRecommendationStatus *string `locationName:"botRecommendationStatus" type:"string" required:"true" enum:"BotRecommendationStatus"`

    // A timestamp of the date and time that the bot recommendation was created.
    CreationDateTime *time.Time `locationName:"creationDateTime" type:"timestamp"`

    // A timestamp of the date and time that the bot recommendation was last updated.
    LastUpdatedDateTime *time.Time `locationName:"lastUpdatedDateTime" type:"timestamp"`
    // contains filtered or unexported fields
}

A summary of the bot recommendation.

func (BotRecommendationSummary) GoString

func (s BotRecommendationSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotRecommendationSummary) SetBotRecommendationId

func (s *BotRecommendationSummary) SetBotRecommendationId(v string) *BotRecommendationSummary

SetBotRecommendationId sets the BotRecommendationId field's value.

func (*BotRecommendationSummary) SetBotRecommendationStatus

func (s *BotRecommendationSummary) SetBotRecommendationStatus(v string) *BotRecommendationSummary

SetBotRecommendationStatus sets the BotRecommendationStatus field's value.

func (*BotRecommendationSummary) SetCreationDateTime

func (s *BotRecommendationSummary) SetCreationDateTime(v time.Time) *BotRecommendationSummary

SetCreationDateTime sets the CreationDateTime field's value.

func (*BotRecommendationSummary) SetLastUpdatedDateTime

func (s *BotRecommendationSummary) SetLastUpdatedDateTime(v time.Time) *BotRecommendationSummary

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (BotRecommendationSummary) String

func (s BotRecommendationSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BotSortBy

type BotSortBy struct {

    // The attribute to use to sort the list of bots.
    //
    // Attribute is a required field
    Attribute *string `locationName:"attribute" type:"string" required:"true" enum:"BotSortAttribute"`

    // The order to sort the list. You can choose ascending or descending.
    //
    // Order is a required field
    Order *string `locationName:"order" type:"string" required:"true" enum:"SortOrder"`
    // contains filtered or unexported fields
}

Specifies attributes for sorting a list of bots.

func (BotSortBy) GoString

func (s BotSortBy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotSortBy) SetAttribute

func (s *BotSortBy) SetAttribute(v string) *BotSortBy

SetAttribute sets the Attribute field's value.

func (*BotSortBy) SetOrder

func (s *BotSortBy) SetOrder(v string) *BotSortBy

SetOrder sets the Order field's value.

func (BotSortBy) String

func (s BotSortBy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotSortBy) Validate

func (s *BotSortBy) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BotSummary

type BotSummary struct {

    // The unique identifier assigned to the bot. Use this ID to get detailed information
    // about the bot with the DescribeBot (https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeBot.html)
    // operation.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // The name of the bot.
    BotName *string `locationName:"botName" min:"1" type:"string"`

    // The current status of the bot. When the status is Available the bot is ready
    // for use.
    BotStatus *string `locationName:"botStatus" type:"string" enum:"BotStatus"`

    // The type of the bot.
    BotType *string `locationName:"botType" type:"string" enum:"BotType"`

    // The description of the bot.
    Description *string `locationName:"description" type:"string"`

    // The date and time that the bot was last updated.
    LastUpdatedDateTime *time.Time `locationName:"lastUpdatedDateTime" type:"timestamp"`

    // The latest numerical version in use for the bot.
    LatestBotVersion *string `locationName:"latestBotVersion" min:"1" type:"string"`
    // contains filtered or unexported fields
}

Summary information about a bot returned by the ListBots (https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListBots.html) operation.

func (BotSummary) GoString

func (s BotSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotSummary) SetBotId

func (s *BotSummary) SetBotId(v string) *BotSummary

SetBotId sets the BotId field's value.

func (*BotSummary) SetBotName

func (s *BotSummary) SetBotName(v string) *BotSummary

SetBotName sets the BotName field's value.

func (*BotSummary) SetBotStatus

func (s *BotSummary) SetBotStatus(v string) *BotSummary

SetBotStatus sets the BotStatus field's value.

func (*BotSummary) SetBotType

func (s *BotSummary) SetBotType(v string) *BotSummary

SetBotType sets the BotType field's value.

func (*BotSummary) SetDescription

func (s *BotSummary) SetDescription(v string) *BotSummary

SetDescription sets the Description field's value.

func (*BotSummary) SetLastUpdatedDateTime

func (s *BotSummary) SetLastUpdatedDateTime(v time.Time) *BotSummary

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (*BotSummary) SetLatestBotVersion

func (s *BotSummary) SetLatestBotVersion(v string) *BotSummary

SetLatestBotVersion sets the LatestBotVersion field's value.

func (BotSummary) String

func (s BotSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BotVersionLocaleDetails

type BotVersionLocaleDetails struct {

    // The version of a bot used for a bot locale.
    //
    // SourceBotVersion is a required field
    SourceBotVersion *string `locationName:"sourceBotVersion" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

The version of a bot used for a bot locale.

func (BotVersionLocaleDetails) GoString

func (s BotVersionLocaleDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotVersionLocaleDetails) SetSourceBotVersion

func (s *BotVersionLocaleDetails) SetSourceBotVersion(v string) *BotVersionLocaleDetails

SetSourceBotVersion sets the SourceBotVersion field's value.

func (BotVersionLocaleDetails) String

func (s BotVersionLocaleDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotVersionLocaleDetails) Validate

func (s *BotVersionLocaleDetails) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BotVersionSortBy

type BotVersionSortBy struct {

    // The attribute to use to sort the list of versions.
    //
    // Attribute is a required field
    Attribute *string `locationName:"attribute" type:"string" required:"true" enum:"BotVersionSortAttribute"`

    // The order to sort the list. You can specify ascending or descending order.
    //
    // Order is a required field
    Order *string `locationName:"order" type:"string" required:"true" enum:"SortOrder"`
    // contains filtered or unexported fields
}

Specifies attributes for sorting a list of bot versions.

func (BotVersionSortBy) GoString

func (s BotVersionSortBy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotVersionSortBy) SetAttribute

func (s *BotVersionSortBy) SetAttribute(v string) *BotVersionSortBy

SetAttribute sets the Attribute field's value.

func (*BotVersionSortBy) SetOrder

func (s *BotVersionSortBy) SetOrder(v string) *BotVersionSortBy

SetOrder sets the Order field's value.

func (BotVersionSortBy) String

func (s BotVersionSortBy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotVersionSortBy) Validate

func (s *BotVersionSortBy) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BotVersionSummary

type BotVersionSummary struct {

    // The name of the bot associated with the version.
    BotName *string `locationName:"botName" min:"1" type:"string"`

    // The status of the bot. When the status is available, the version of the bot
    // is ready for use.
    BotStatus *string `locationName:"botStatus" type:"string" enum:"BotStatus"`

    // The numeric version of the bot, or DRAFT to indicate that this is the version
    // of the bot that can be updated..
    BotVersion *string `locationName:"botVersion" min:"1" type:"string"`

    // A timestamp of the date and time that the version was created.
    CreationDateTime *time.Time `locationName:"creationDateTime" type:"timestamp"`

    // The description of the version.
    Description *string `locationName:"description" type:"string"`
    // contains filtered or unexported fields
}

Summary information about a bot version returned by the ListBotVersions (https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListBotVersions.html) operation.

func (BotVersionSummary) GoString

func (s BotVersionSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BotVersionSummary) SetBotName

func (s *BotVersionSummary) SetBotName(v string) *BotVersionSummary

SetBotName sets the BotName field's value.

func (*BotVersionSummary) SetBotStatus

func (s *BotVersionSummary) SetBotStatus(v string) *BotVersionSummary

SetBotStatus sets the BotStatus field's value.

func (*BotVersionSummary) SetBotVersion

func (s *BotVersionSummary) SetBotVersion(v string) *BotVersionSummary

SetBotVersion sets the BotVersion field's value.

func (*BotVersionSummary) SetCreationDateTime

func (s *BotVersionSummary) SetCreationDateTime(v time.Time) *BotVersionSummary

SetCreationDateTime sets the CreationDateTime field's value.

func (*BotVersionSummary) SetDescription

func (s *BotVersionSummary) SetDescription(v string) *BotVersionSummary

SetDescription sets the Description field's value.

func (BotVersionSummary) String

func (s BotVersionSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BuildBotLocaleInput

type BuildBotLocaleInput struct {

    // The identifier of the bot to build. The identifier is returned in the response
    // from the CreateBot (https://docs.aws.amazon.com/lexv2/latest/APIReference/API_CreateBot.html)
    // operation.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // The version of the bot to build. This can only be the draft version of the
    // bot.
    //
    // BotVersion is a required field
    BotVersion *string `location:"uri" locationName:"botVersion" min:"5" type:"string" required:"true"`

    // The identifier of the language and locale that the bot will be used in. The
    // string must match one of the supported locales. All of the intents, slot
    // types, and slots used in the bot must have the same locale. For more information,
    // see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
    //
    // LocaleId is a required field
    LocaleId *string `location:"uri" locationName:"localeId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (BuildBotLocaleInput) GoString

func (s BuildBotLocaleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BuildBotLocaleInput) SetBotId

func (s *BuildBotLocaleInput) SetBotId(v string) *BuildBotLocaleInput

SetBotId sets the BotId field's value.

func (*BuildBotLocaleInput) SetBotVersion

func (s *BuildBotLocaleInput) SetBotVersion(v string) *BuildBotLocaleInput

SetBotVersion sets the BotVersion field's value.

func (*BuildBotLocaleInput) SetLocaleId

func (s *BuildBotLocaleInput) SetLocaleId(v string) *BuildBotLocaleInput

SetLocaleId sets the LocaleId field's value.

func (BuildBotLocaleInput) String

func (s BuildBotLocaleInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BuildBotLocaleInput) Validate

func (s *BuildBotLocaleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BuildBotLocaleOutput

type BuildBotLocaleOutput struct {

    // The identifier of the specified bot.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // The bot's build status. When the status is ReadyExpressTesting you can test
    // the bot using the utterances defined for the intents and slot types. When
    // the status is Built, the bot is ready for use and can be tested using any
    // utterance.
    BotLocaleStatus *string `locationName:"botLocaleStatus" type:"string" enum:"BotLocaleStatus"`

    // The version of the bot that was built. This is only the draft version of
    // the bot.
    BotVersion *string `locationName:"botVersion" min:"5" type:"string"`

    // A timestamp indicating the date and time that the bot was last built for
    // this locale.
    LastBuildSubmittedDateTime *time.Time `locationName:"lastBuildSubmittedDateTime" type:"timestamp"`

    // The language and locale specified of where the bot can be used.
    LocaleId *string `locationName:"localeId" type:"string"`
    // contains filtered or unexported fields
}

func (BuildBotLocaleOutput) GoString

func (s BuildBotLocaleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BuildBotLocaleOutput) SetBotId

func (s *BuildBotLocaleOutput) SetBotId(v string) *BuildBotLocaleOutput

SetBotId sets the BotId field's value.

func (*BuildBotLocaleOutput) SetBotLocaleStatus

func (s *BuildBotLocaleOutput) SetBotLocaleStatus(v string) *BuildBotLocaleOutput

SetBotLocaleStatus sets the BotLocaleStatus field's value.

func (*BuildBotLocaleOutput) SetBotVersion

func (s *BuildBotLocaleOutput) SetBotVersion(v string) *BuildBotLocaleOutput

SetBotVersion sets the BotVersion field's value.

func (*BuildBotLocaleOutput) SetLastBuildSubmittedDateTime

func (s *BuildBotLocaleOutput) SetLastBuildSubmittedDateTime(v time.Time) *BuildBotLocaleOutput

SetLastBuildSubmittedDateTime sets the LastBuildSubmittedDateTime field's value.

func (*BuildBotLocaleOutput) SetLocaleId

func (s *BuildBotLocaleOutput) SetLocaleId(v string) *BuildBotLocaleOutput

SetLocaleId sets the LocaleId field's value.

func (BuildBotLocaleOutput) String

func (s BuildBotLocaleOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BuiltInIntentSortBy

type BuiltInIntentSortBy struct {

    // The attribute to use to sort the list of built-in intents.
    //
    // Attribute is a required field
    Attribute *string `locationName:"attribute" type:"string" required:"true" enum:"BuiltInIntentSortAttribute"`

    // The order to sort the list. You can specify ascending or descending order.
    //
    // Order is a required field
    Order *string `locationName:"order" type:"string" required:"true" enum:"SortOrder"`
    // contains filtered or unexported fields
}

Specifies attributes for sorting a list of built-in intents.

func (BuiltInIntentSortBy) GoString

func (s BuiltInIntentSortBy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BuiltInIntentSortBy) SetAttribute

func (s *BuiltInIntentSortBy) SetAttribute(v string) *BuiltInIntentSortBy

SetAttribute sets the Attribute field's value.

func (*BuiltInIntentSortBy) SetOrder

func (s *BuiltInIntentSortBy) SetOrder(v string) *BuiltInIntentSortBy

SetOrder sets the Order field's value.

func (BuiltInIntentSortBy) String

func (s BuiltInIntentSortBy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BuiltInIntentSortBy) Validate

func (s *BuiltInIntentSortBy) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BuiltInIntentSummary

type BuiltInIntentSummary struct {

    // The description of the intent.
    Description *string `locationName:"description" type:"string"`

    // The signature of the built-in intent. Use this to specify the parent intent
    // of a derived intent.
    IntentSignature *string `locationName:"intentSignature" type:"string"`
    // contains filtered or unexported fields
}

Provides summary information about a built-in intent for the ListBuiltInIntents (https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListBuiltInIntents.html) operation.

func (BuiltInIntentSummary) GoString

func (s BuiltInIntentSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BuiltInIntentSummary) SetDescription

func (s *BuiltInIntentSummary) SetDescription(v string) *BuiltInIntentSummary

SetDescription sets the Description field's value.

func (*BuiltInIntentSummary) SetIntentSignature

func (s *BuiltInIntentSummary) SetIntentSignature(v string) *BuiltInIntentSummary

SetIntentSignature sets the IntentSignature field's value.

func (BuiltInIntentSummary) String

func (s BuiltInIntentSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BuiltInSlotTypeSortBy

type BuiltInSlotTypeSortBy struct {

    // The attribute to use to sort the list of built-in intents.
    //
    // Attribute is a required field
    Attribute *string `locationName:"attribute" type:"string" required:"true" enum:"BuiltInSlotTypeSortAttribute"`

    // The order to sort the list. You can choose ascending or descending.
    //
    // Order is a required field
    Order *string `locationName:"order" type:"string" required:"true" enum:"SortOrder"`
    // contains filtered or unexported fields
}

Specifies attributes for sorting a list of built-in slot types.

func (BuiltInSlotTypeSortBy) GoString

func (s BuiltInSlotTypeSortBy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BuiltInSlotTypeSortBy) SetAttribute

func (s *BuiltInSlotTypeSortBy) SetAttribute(v string) *BuiltInSlotTypeSortBy

SetAttribute sets the Attribute field's value.

func (*BuiltInSlotTypeSortBy) SetOrder

func (s *BuiltInSlotTypeSortBy) SetOrder(v string) *BuiltInSlotTypeSortBy

SetOrder sets the Order field's value.

func (BuiltInSlotTypeSortBy) String

func (s BuiltInSlotTypeSortBy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BuiltInSlotTypeSortBy) Validate

func (s *BuiltInSlotTypeSortBy) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BuiltInSlotTypeSummary

type BuiltInSlotTypeSummary struct {

    // The description of the built-in slot type.
    Description *string `locationName:"description" type:"string"`

    // The signature of the built-in slot type. Use this to specify the parent slot
    // type of a derived slot type.
    SlotTypeSignature *string `locationName:"slotTypeSignature" type:"string"`
    // contains filtered or unexported fields
}

Provides summary information about a built-in slot type for the ListBuiltInSlotTypes (https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListBuiltInSlotTypes.html) operation.

func (BuiltInSlotTypeSummary) GoString

func (s BuiltInSlotTypeSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BuiltInSlotTypeSummary) SetDescription

func (s *BuiltInSlotTypeSummary) SetDescription(v string) *BuiltInSlotTypeSummary

SetDescription sets the Description field's value.

func (*BuiltInSlotTypeSummary) SetSlotTypeSignature

func (s *BuiltInSlotTypeSummary) SetSlotTypeSignature(v string) *BuiltInSlotTypeSummary

SetSlotTypeSignature sets the SlotTypeSignature field's value.

func (BuiltInSlotTypeSummary) String

func (s BuiltInSlotTypeSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Button

type Button struct {

    // The text that appears on the button. Use this to tell the user what value
    // is returned when they choose this button.
    //
    // Text is a required field
    Text *string `locationName:"text" min:"1" type:"string" required:"true"`

    // The value returned to Amazon Lex when the user chooses this button. This
    // must be one of the slot values configured for the slot.
    //
    // Value is a required field
    Value *string `locationName:"value" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Describes a button to use on a response card used to gather slot values from a user.

func (Button) GoString

func (s Button) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Button) SetText

func (s *Button) SetText(v string) *Button

SetText sets the Text field's value.

func (*Button) SetValue

func (s *Button) SetValue(v string) *Button

SetValue sets the Value field's value.

func (Button) String

func (s Button) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Button) Validate

func (s *Button) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CloudWatchLogGroupLogDestination

type CloudWatchLogGroupLogDestination struct {

    // The Amazon Resource Name (ARN) of the log group where text and metadata logs
    // are delivered.
    //
    // CloudWatchLogGroupArn is a required field
    CloudWatchLogGroupArn *string `locationName:"cloudWatchLogGroupArn" min:"1" type:"string" required:"true"`

    // The prefix of the log stream name within the log group that you specified
    //
    // LogPrefix is a required field
    LogPrefix *string `locationName:"logPrefix" type:"string" required:"true"`
    // contains filtered or unexported fields
}

The Amazon CloudWatch Logs log group where the text and metadata logs are delivered. The log group must exist before you enable logging.

func (CloudWatchLogGroupLogDestination) GoString

func (s CloudWatchLogGroupLogDestination) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloudWatchLogGroupLogDestination) SetCloudWatchLogGroupArn

func (s *CloudWatchLogGroupLogDestination) SetCloudWatchLogGroupArn(v string) *CloudWatchLogGroupLogDestination

SetCloudWatchLogGroupArn sets the CloudWatchLogGroupArn field's value.

func (*CloudWatchLogGroupLogDestination) SetLogPrefix

func (s *CloudWatchLogGroupLogDestination) SetLogPrefix(v string) *CloudWatchLogGroupLogDestination

SetLogPrefix sets the LogPrefix field's value.

func (CloudWatchLogGroupLogDestination) String

func (s CloudWatchLogGroupLogDestination) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloudWatchLogGroupLogDestination) Validate

func (s *CloudWatchLogGroupLogDestination) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CodeHookSpecification

type CodeHookSpecification struct {

    // Specifies a Lambda function that verifies requests to a bot or fulfills the
    // user's request to a bot.
    //
    // LambdaCodeHook is a required field
    LambdaCodeHook *LambdaCodeHook `locationName:"lambdaCodeHook" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Contains information about code hooks that Amazon Lex calls during a conversation.

func (CodeHookSpecification) GoString

func (s CodeHookSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CodeHookSpecification) SetLambdaCodeHook

func (s *CodeHookSpecification) SetLambdaCodeHook(v *LambdaCodeHook) *CodeHookSpecification

SetLambdaCodeHook sets the LambdaCodeHook field's value.

func (CodeHookSpecification) String

func (s CodeHookSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CodeHookSpecification) Validate

func (s *CodeHookSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CompositeSlotTypeSetting

type CompositeSlotTypeSetting struct {

    // Subslots in the composite slot.
    SubSlots []*SubSlotTypeComposition `locationName:"subSlots" type:"list"`
    // contains filtered or unexported fields
}

A composite slot is a combination of two or more slots that capture multiple pieces of information in a single user input.

func (CompositeSlotTypeSetting) GoString

func (s CompositeSlotTypeSetting) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CompositeSlotTypeSetting) SetSubSlots

func (s *CompositeSlotTypeSetting) SetSubSlots(v []*SubSlotTypeComposition) *CompositeSlotTypeSetting

SetSubSlots sets the SubSlots field's value.

func (CompositeSlotTypeSetting) String

func (s CompositeSlotTypeSetting) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CompositeSlotTypeSetting) Validate

func (s *CompositeSlotTypeSetting) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Condition

type Condition struct {

    // The expression string that is evaluated.
    //
    // ExpressionString is a required field
    ExpressionString *string `locationName:"expressionString" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Provides an expression that evaluates to true or false.

func (Condition) GoString

func (s Condition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Condition) SetExpressionString

func (s *Condition) SetExpressionString(v string) *Condition

SetExpressionString sets the ExpressionString field's value.

func (Condition) String

func (s Condition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Condition) Validate

func (s *Condition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ConditionalBranch

type ConditionalBranch struct {

    // Contains the expression to evaluate. If the condition is true, the branch's
    // actions are taken.
    //
    // Condition is a required field
    Condition *Condition `locationName:"condition" type:"structure" required:"true"`

    // The name of the branch.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The next step in the conversation.
    //
    // NextStep is a required field
    NextStep *DialogState `locationName:"nextStep" type:"structure" required:"true"`

    // Specifies a list of message groups that Amazon Lex uses to respond the user
    // input.
    Response *ResponseSpecification `locationName:"response" type:"structure"`
    // contains filtered or unexported fields
}

A set of actions that Amazon Lex should run if the condition is matched.

func (ConditionalBranch) GoString

func (s ConditionalBranch) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConditionalBranch) SetCondition

func (s *ConditionalBranch) SetCondition(v *Condition) *ConditionalBranch

SetCondition sets the Condition field's value.

func (*ConditionalBranch) SetName

func (s *ConditionalBranch) SetName(v string) *ConditionalBranch

SetName sets the Name field's value.

func (*ConditionalBranch) SetNextStep

func (s *ConditionalBranch) SetNextStep(v *DialogState) *ConditionalBranch

SetNextStep sets the NextStep field's value.

func (*ConditionalBranch) SetResponse

func (s *ConditionalBranch) SetResponse(v *ResponseSpecification) *ConditionalBranch

SetResponse sets the Response field's value.

func (ConditionalBranch) String

func (s ConditionalBranch) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConditionalBranch) Validate

func (s *ConditionalBranch) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ConditionalSpecification

type ConditionalSpecification struct {

    // Determines whether a conditional branch is active. When active is false,
    // the conditions are not evaluated.
    //
    // Active is a required field
    Active *bool `locationName:"active" type:"boolean" required:"true"`

    // A list of conditional branches. A conditional branch is made up of a condition,
    // a response and a next step. The response and next step are executed when
    // the condition is true.
    //
    // ConditionalBranches is a required field
    ConditionalBranches []*ConditionalBranch `locationName:"conditionalBranches" min:"1" type:"list" required:"true"`

    // The conditional branch that should be followed when the conditions for other
    // branches are not satisfied. A conditional branch is made up of a condition,
    // a response and a next step.
    //
    // DefaultBranch is a required field
    DefaultBranch *DefaultConditionalBranch `locationName:"defaultBranch" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Provides a list of conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition.

func (ConditionalSpecification) GoString

func (s ConditionalSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConditionalSpecification) SetActive

func (s *ConditionalSpecification) SetActive(v bool) *ConditionalSpecification

SetActive sets the Active field's value.

func (*ConditionalSpecification) SetConditionalBranches

func (s *ConditionalSpecification) SetConditionalBranches(v []*ConditionalBranch) *ConditionalSpecification

SetConditionalBranches sets the ConditionalBranches field's value.

func (*ConditionalSpecification) SetDefaultBranch

func (s *ConditionalSpecification) SetDefaultBranch(v *DefaultConditionalBranch) *ConditionalSpecification

SetDefaultBranch sets the DefaultBranch field's value.

func (ConditionalSpecification) String

func (s ConditionalSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConditionalSpecification) Validate

func (s *ConditionalSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ConflictException

type ConflictException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The action that you tried to perform couldn't be completed because the resource is in a conflicting state. For example, deleting a bot that is in the CREATING state. Try your request again.

func (*ConflictException) Code

func (s *ConflictException) Code() string

Code returns the exception type name.

func (*ConflictException) Error

func (s *ConflictException) Error() string

func (ConflictException) GoString

func (s ConflictException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConflictException) Message

func (s *ConflictException) Message() string

Message returns the exception's message.

func (*ConflictException) OrigErr

func (s *ConflictException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConflictException) RequestID

func (s *ConflictException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConflictException) StatusCode

func (s *ConflictException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConflictException) String

func (s ConflictException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConversationLogSettings

type ConversationLogSettings struct {

    // The Amazon S3 settings for logging audio to an S3 bucket.
    AudioLogSettings []*AudioLogSetting `locationName:"audioLogSettings" min:"1" type:"list"`

    // The Amazon CloudWatch Logs settings for logging text and metadata.
    TextLogSettings []*TextLogSetting `locationName:"textLogSettings" min:"1" type:"list"`
    // contains filtered or unexported fields
}

Configures conversation logging that saves audio, text, and metadata for the conversations with your users.

func (ConversationLogSettings) GoString

func (s ConversationLogSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConversationLogSettings) SetAudioLogSettings

func (s *ConversationLogSettings) SetAudioLogSettings(v []*AudioLogSetting) *ConversationLogSettings

SetAudioLogSettings sets the AudioLogSettings field's value.

func (*ConversationLogSettings) SetTextLogSettings

func (s *ConversationLogSettings) SetTextLogSettings(v []*TextLogSetting) *ConversationLogSettings

SetTextLogSettings sets the TextLogSettings field's value.

func (ConversationLogSettings) String

func (s ConversationLogSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConversationLogSettings) Validate

func (s *ConversationLogSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateBotAliasInput

type CreateBotAliasInput struct {

    // Maps configuration information to a specific locale. You can use this parameter
    // to specify a specific Lambda function to run different functions in different
    // locales.
    BotAliasLocaleSettings map[string]*BotAliasLocaleSettings `locationName:"botAliasLocaleSettings" min:"1" type:"map"`

    // The alias to create. The name must be unique for the bot.
    //
    // BotAliasName is a required field
    BotAliasName *string `locationName:"botAliasName" min:"1" type:"string" required:"true"`

    // The unique identifier of the bot that the alias applies to.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // The version of the bot that this alias points to. You can use the UpdateBotAlias
    // (https://docs.aws.amazon.com/lexv2/latest/APIReference/API_UpdateBotAlias.html)
    // operation to change the bot version associated with the alias.
    BotVersion *string `locationName:"botVersion" min:"1" type:"string"`

    // Specifies whether Amazon Lex logs text and audio for a conversation with
    // the bot. When you enable conversation logs, text logs store text input, transcripts
    // of audio input, and associated metadata in Amazon CloudWatch Logs. Audio
    // logs store audio input in Amazon S3.
    ConversationLogSettings *ConversationLogSettings `locationName:"conversationLogSettings" type:"structure"`

    // A description of the alias. Use this description to help identify the alias.
    Description *string `locationName:"description" type:"string"`

    // Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment
    // of user utterances.
    SentimentAnalysisSettings *SentimentAnalysisSettings `locationName:"sentimentAnalysisSettings" type:"structure"`

    // A list of tags to add to the bot alias. You can only add tags when you create
    // an alias, you can't use the UpdateBotAlias operation to update the tags on
    // a bot alias. To update tags, use the TagResource operation.
    Tags map[string]*string `locationName:"tags" type:"map"`
    // contains filtered or unexported fields
}

func (CreateBotAliasInput) GoString

func (s CreateBotAliasInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateBotAliasInput) SetBotAliasLocaleSettings

func (s *CreateBotAliasInput) SetBotAliasLocaleSettings(v map[string]*BotAliasLocaleSettings) *CreateBotAliasInput

SetBotAliasLocaleSettings sets the BotAliasLocaleSettings field's value.

func (*CreateBotAliasInput) SetBotAliasName

func (s *CreateBotAliasInput) SetBotAliasName(v string) *CreateBotAliasInput

SetBotAliasName sets the BotAliasName field's value.

func (*CreateBotAliasInput) SetBotId

func (s *CreateBotAliasInput) SetBotId(v string) *CreateBotAliasInput

SetBotId sets the BotId field's value.

func (*CreateBotAliasInput) SetBotVersion

func (s *CreateBotAliasInput) SetBotVersion(v string) *CreateBotAliasInput

SetBotVersion sets the BotVersion field's value.

func (*CreateBotAliasInput) SetConversationLogSettings

func (s *CreateBotAliasInput) SetConversationLogSettings(v *ConversationLogSettings) *CreateBotAliasInput

SetConversationLogSettings sets the ConversationLogSettings field's value.

func (*CreateBotAliasInput) SetDescription

func (s *CreateBotAliasInput) SetDescription(v string) *CreateBotAliasInput

SetDescription sets the Description field's value.

func (*CreateBotAliasInput) SetSentimentAnalysisSettings

func (s *CreateBotAliasInput) SetSentimentAnalysisSettings(v *SentimentAnalysisSettings) *CreateBotAliasInput

SetSentimentAnalysisSettings sets the SentimentAnalysisSettings field's value.

func (*CreateBotAliasInput) SetTags

func (s *CreateBotAliasInput) SetTags(v map[string]*string) *CreateBotAliasInput

SetTags sets the Tags field's value.

func (CreateBotAliasInput) String

func (s CreateBotAliasInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateBotAliasInput) Validate

func (s *CreateBotAliasInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateBotAliasOutput

type CreateBotAliasOutput struct {

    // The unique identifier of the bot alias.
    BotAliasId *string `locationName:"botAliasId" min:"10" type:"string"`

    // Configuration information for a specific locale.
    BotAliasLocaleSettings map[string]*BotAliasLocaleSettings `locationName:"botAliasLocaleSettings" min:"1" type:"map"`

    // The name specified for the bot alias.
    BotAliasName *string `locationName:"botAliasName" min:"1" type:"string"`

    // The current status of the alias. The alias is first put into the Creating
    // state. When the alias is ready to be used, it is put into the Available state.
    // You can use the DescribeBotAlias operation to get the current state of an
    // alias.
    BotAliasStatus *string `locationName:"botAliasStatus" type:"string" enum:"BotAliasStatus"`

    // The unique identifier of the bot that this alias applies to.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // The version of the bot associated with this alias.
    BotVersion *string `locationName:"botVersion" min:"1" type:"string"`

    // The conversation log settings specified for the alias.
    ConversationLogSettings *ConversationLogSettings `locationName:"conversationLogSettings" type:"structure"`

    // A Unix timestamp indicating the date and time that the bot alias was created.
    CreationDateTime *time.Time `locationName:"creationDateTime" type:"timestamp"`

    // The description specified for the bot alias.
    Description *string `locationName:"description" type:"string"`

    // Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment
    // of user utterances.
    SentimentAnalysisSettings *SentimentAnalysisSettings `locationName:"sentimentAnalysisSettings" type:"structure"`

    // A list of tags associated with the bot alias.
    Tags map[string]*string `locationName:"tags" type:"map"`
    // contains filtered or unexported fields
}

func (CreateBotAliasOutput) GoString

func (s CreateBotAliasOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateBotAliasOutput) SetBotAliasId

func (s *CreateBotAliasOutput) SetBotAliasId(v string) *CreateBotAliasOutput

SetBotAliasId sets the BotAliasId field's value.

func (*CreateBotAliasOutput) SetBotAliasLocaleSettings

func (s *CreateBotAliasOutput) SetBotAliasLocaleSettings(v map[string]*BotAliasLocaleSettings) *CreateBotAliasOutput

SetBotAliasLocaleSettings sets the BotAliasLocaleSettings field's value.

func (*CreateBotAliasOutput) SetBotAliasName

func (s *CreateBotAliasOutput) SetBotAliasName(v string) *CreateBotAliasOutput

SetBotAliasName sets the BotAliasName field's value.

func (*CreateBotAliasOutput) SetBotAliasStatus

func (s *CreateBotAliasOutput) SetBotAliasStatus(v string) *CreateBotAliasOutput

SetBotAliasStatus sets the BotAliasStatus field's value.

func (*CreateBotAliasOutput) SetBotId

func (s *CreateBotAliasOutput) SetBotId(v string) *CreateBotAliasOutput

SetBotId sets the BotId field's value.

func (*CreateBotAliasOutput) SetBotVersion

func (s *CreateBotAliasOutput) SetBotVersion(v string) *CreateBotAliasOutput

SetBotVersion sets the BotVersion field's value.

func (*CreateBotAliasOutput) SetConversationLogSettings

func (s *CreateBotAliasOutput) SetConversationLogSettings(v *ConversationLogSettings) *CreateBotAliasOutput

SetConversationLogSettings sets the ConversationLogSettings field's value.

func (*CreateBotAliasOutput) SetCreationDateTime

func (s *CreateBotAliasOutput) SetCreationDateTime(v time.Time) *CreateBotAliasOutput

SetCreationDateTime sets the CreationDateTime field's value.

func (*CreateBotAliasOutput) SetDescription

func (s *CreateBotAliasOutput) SetDescription(v string) *CreateBotAliasOutput

SetDescription sets the Description field's value.

func (*CreateBotAliasOutput) SetSentimentAnalysisSettings

func (s *CreateBotAliasOutput) SetSentimentAnalysisSettings(v *SentimentAnalysisSettings) *CreateBotAliasOutput

SetSentimentAnalysisSettings sets the SentimentAnalysisSettings field's value.

func (*CreateBotAliasOutput) SetTags

func (s *CreateBotAliasOutput) SetTags(v map[string]*string) *CreateBotAliasOutput

SetTags sets the Tags field's value.

func (CreateBotAliasOutput) String

func (s CreateBotAliasOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateBotInput

type CreateBotInput struct {

    // The list of bot members in a network to be created.
    BotMembers []*BotMember `locationName:"botMembers" type:"list"`

    // The name of the bot. The bot name must be unique in the account that creates
    // the bot.
    //
    // BotName is a required field
    BotName *string `locationName:"botName" min:"1" type:"string" required:"true"`

    // A list of tags to add to the bot. You can only add tags when you create a
    // bot. You can't use the UpdateBot operation to update tags. To update tags,
    // use the TagResource operation.
    BotTags map[string]*string `locationName:"botTags" type:"map"`

    // The type of a bot to create.
    BotType *string `locationName:"botType" type:"string" enum:"BotType"`

    // Provides information on additional privacy protections Amazon Lex should
    // use with the bot's data.
    //
    // DataPrivacy is a required field
    DataPrivacy *DataPrivacy `locationName:"dataPrivacy" type:"structure" required:"true"`

    // A description of the bot. It appears in lists to help you identify a particular
    // bot.
    Description *string `locationName:"description" type:"string"`

    // The time, in seconds, that Amazon Lex should keep information about a user's
    // conversation with the bot.
    //
    // A user interaction remains active for the amount of time specified. If no
    // conversation occurs during this time, the session expires and Amazon Lex
    // deletes any data provided before the timeout.
    //
    // You can specify between 60 (1 minute) and 86,400 (24 hours) seconds.
    //
    // IdleSessionTTLInSeconds is a required field
    IdleSessionTTLInSeconds *int64 `locationName:"idleSessionTTLInSeconds" min:"60" type:"integer" required:"true"`

    // The Amazon Resource Name (ARN) of an IAM role that has permission to access
    // the bot.
    //
    // RoleArn is a required field
    RoleArn *string `locationName:"roleArn" min:"32" type:"string" required:"true"`

    // A list of tags to add to the test alias for a bot. You can only add tags
    // when you create a bot. You can't use the UpdateAlias operation to update
    // tags. To update tags on the test alias, use the TagResource operation.
    TestBotAliasTags map[string]*string `locationName:"testBotAliasTags" type:"map"`
    // contains filtered or unexported fields
}

func (CreateBotInput) GoString

func (s CreateBotInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateBotInput) SetBotMembers

func (s *CreateBotInput) SetBotMembers(v []*BotMember) *CreateBotInput

SetBotMembers sets the BotMembers field's value.

func (*CreateBotInput) SetBotName

func (s *CreateBotInput) SetBotName(v string) *CreateBotInput

SetBotName sets the BotName field's value.

func (*CreateBotInput) SetBotTags

func (s *CreateBotInput) SetBotTags(v map[string]*string) *CreateBotInput

SetBotTags sets the BotTags field's value.

func (*CreateBotInput) SetBotType

func (s *CreateBotInput) SetBotType(v string) *CreateBotInput

SetBotType sets the BotType field's value.

func (*CreateBotInput) SetDataPrivacy

func (s *CreateBotInput) SetDataPrivacy(v *DataPrivacy) *CreateBotInput

SetDataPrivacy sets the DataPrivacy field's value.

func (*CreateBotInput) SetDescription

func (s *CreateBotInput) SetDescription(v string) *CreateBotInput

SetDescription sets the Description field's value.

func (*CreateBotInput) SetIdleSessionTTLInSeconds

func (s *CreateBotInput) SetIdleSessionTTLInSeconds(v int64) *CreateBotInput

SetIdleSessionTTLInSeconds sets the IdleSessionTTLInSeconds field's value.

func (*CreateBotInput) SetRoleArn

func (s *CreateBotInput) SetRoleArn(v string) *CreateBotInput

SetRoleArn sets the RoleArn field's value.

func (*CreateBotInput) SetTestBotAliasTags

func (s *CreateBotInput) SetTestBotAliasTags(v map[string]*string) *CreateBotInput

SetTestBotAliasTags sets the TestBotAliasTags field's value.

func (CreateBotInput) String

func (s CreateBotInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateBotInput) Validate

func (s *CreateBotInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateBotLocaleInput

type CreateBotLocaleInput struct {

    // The identifier of the bot to create the locale for.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // The version of the bot to create the locale for. This can only be the draft
    // version of the bot.
    //
    // BotVersion is a required field
    BotVersion *string `location:"uri" locationName:"botVersion" min:"5" type:"string" required:"true"`

    // A description of the bot locale. Use this to help identify the bot locale
    // in lists.
    Description *string `locationName:"description" type:"string"`

    // The identifier of the language and locale that the bot will be used in. The
    // string must match one of the supported locales. All of the intents, slot
    // types, and slots used in the bot must have the same locale. For more information,
    // see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
    //
    // LocaleId is a required field
    LocaleId *string `locationName:"localeId" type:"string" required:"true"`

    // Determines the threshold where Amazon Lex will insert the AMAZON.FallbackIntent,
    // AMAZON.KendraSearchIntent, or both when returning alternative intents. AMAZON.FallbackIntent
    // and AMAZON.KendraSearchIntent are only inserted if they are configured for
    // the bot.
    //
    // For example, suppose a bot is configured with the confidence threshold of
    // 0.80 and the AMAZON.FallbackIntent. Amazon Lex returns three alternative
    // intents with the following confidence scores: IntentA (0.70), IntentB (0.60),
    // IntentC (0.50). The response from the RecognizeText operation would be:
    //
    //    * AMAZON.FallbackIntent
    //
    //    * IntentA
    //
    //    * IntentB
    //
    //    * IntentC
    //
    // NluIntentConfidenceThreshold is a required field
    NluIntentConfidenceThreshold *float64 `locationName:"nluIntentConfidenceThreshold" type:"double" required:"true"`

    // The Amazon Polly voice ID that Amazon Lex uses for voice interaction with
    // the user.
    VoiceSettings *VoiceSettings `locationName:"voiceSettings" type:"structure"`
    // contains filtered or unexported fields
}

func (CreateBotLocaleInput) GoString

func (s CreateBotLocaleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateBotLocaleInput) SetBotId

func (s *CreateBotLocaleInput) SetBotId(v string) *CreateBotLocaleInput

SetBotId sets the BotId field's value.

func (*CreateBotLocaleInput) SetBotVersion

func (s *CreateBotLocaleInput) SetBotVersion(v string) *CreateBotLocaleInput

SetBotVersion sets the BotVersion field's value.

func (*CreateBotLocaleInput) SetDescription

func (s *CreateBotLocaleInput) SetDescription(v string) *CreateBotLocaleInput

SetDescription sets the Description field's value.

func (*CreateBotLocaleInput) SetLocaleId

func (s *CreateBotLocaleInput) SetLocaleId(v string) *CreateBotLocaleInput

SetLocaleId sets the LocaleId field's value.

func (*CreateBotLocaleInput) SetNluIntentConfidenceThreshold

func (s *CreateBotLocaleInput) SetNluIntentConfidenceThreshold(v float64) *CreateBotLocaleInput

SetNluIntentConfidenceThreshold sets the NluIntentConfidenceThreshold field's value.

func (*CreateBotLocaleInput) SetVoiceSettings

func (s *CreateBotLocaleInput) SetVoiceSettings(v *VoiceSettings) *CreateBotLocaleInput

SetVoiceSettings sets the VoiceSettings field's value.

func (CreateBotLocaleInput) String

func (s CreateBotLocaleInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateBotLocaleInput) Validate

func (s *CreateBotLocaleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateBotLocaleOutput

type CreateBotLocaleOutput struct {

    // The specified bot identifier.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // The status of the bot.
    //
    // When the status is Creating the bot locale is being configured. When the
    // status is Building Amazon Lex is building the bot for testing and use.
    //
    // If the status of the bot is ReadyExpressTesting, you can test the bot using
    // the exact utterances specified in the bots' intents. When the bot is ready
    // for full testing or to run, the status is Built.
    //
    // If there was a problem with building the bot, the status is Failed. If the
    // bot was saved but not built, the status is NotBuilt.
    BotLocaleStatus *string `locationName:"botLocaleStatus" type:"string" enum:"BotLocaleStatus"`

    // The specified bot version.
    BotVersion *string `locationName:"botVersion" min:"5" type:"string"`

    // A timestamp specifying the date and time that the bot locale was created.
    CreationDateTime *time.Time `locationName:"creationDateTime" type:"timestamp"`

    // The specified description of the bot locale.
    Description *string `locationName:"description" type:"string"`

    // The specified locale identifier.
    LocaleId *string `locationName:"localeId" type:"string"`

    // The specified locale name.
    LocaleName *string `locationName:"localeName" type:"string"`

    // The specified confidence threshold for inserting the AMAZON.FallbackIntent
    // and AMAZON.KendraSearchIntent intents.
    NluIntentConfidenceThreshold *float64 `locationName:"nluIntentConfidenceThreshold" type:"double"`

    // The Amazon Polly voice ID that Amazon Lex uses for voice interaction with
    // the user.
    VoiceSettings *VoiceSettings `locationName:"voiceSettings" type:"structure"`
    // contains filtered or unexported fields
}

func (CreateBotLocaleOutput) GoString

func (s CreateBotLocaleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateBotLocaleOutput) SetBotId

func (s *CreateBotLocaleOutput) SetBotId(v string) *CreateBotLocaleOutput

SetBotId sets the BotId field's value.

func (*CreateBotLocaleOutput) SetBotLocaleStatus

func (s *CreateBotLocaleOutput) SetBotLocaleStatus(v string) *CreateBotLocaleOutput

SetBotLocaleStatus sets the BotLocaleStatus field's value.

func (*CreateBotLocaleOutput) SetBotVersion

func (s *CreateBotLocaleOutput) SetBotVersion(v string) *CreateBotLocaleOutput

SetBotVersion sets the BotVersion field's value.

func (*CreateBotLocaleOutput) SetCreationDateTime

func (s *CreateBotLocaleOutput) SetCreationDateTime(v time.Time) *CreateBotLocaleOutput

SetCreationDateTime sets the CreationDateTime field's value.

func (*CreateBotLocaleOutput) SetDescription

func (s *CreateBotLocaleOutput) SetDescription(v string) *CreateBotLocaleOutput

SetDescription sets the Description field's value.

func (*CreateBotLocaleOutput) SetLocaleId

func (s *CreateBotLocaleOutput) SetLocaleId(v string) *CreateBotLocaleOutput

SetLocaleId sets the LocaleId field's value.

func (*CreateBotLocaleOutput) SetLocaleName

func (s *CreateBotLocaleOutput) SetLocaleName(v string) *CreateBotLocaleOutput

SetLocaleName sets the LocaleName field's value.

func (*CreateBotLocaleOutput) SetNluIntentConfidenceThreshold

func (s *CreateBotLocaleOutput) SetNluIntentConfidenceThreshold(v float64) *CreateBotLocaleOutput

SetNluIntentConfidenceThreshold sets the NluIntentConfidenceThreshold field's value.

func (*CreateBotLocaleOutput) SetVoiceSettings

func (s *CreateBotLocaleOutput) SetVoiceSettings(v *VoiceSettings) *CreateBotLocaleOutput

SetVoiceSettings sets the VoiceSettings field's value.

func (CreateBotLocaleOutput) String

func (s CreateBotLocaleOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateBotOutput

type CreateBotOutput struct {

    // A unique identifier for a particular bot. You use this to identify the bot
    // when you call other Amazon Lex API operations.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // The list of bots in a network that was created.
    BotMembers []*BotMember `locationName:"botMembers" type:"list"`

    // The name specified for the bot.
    BotName *string `locationName:"botName" min:"1" type:"string"`

    // Shows the current status of the bot. The bot is first in the Creating status.
    // Once the bot is read for use, it changes to the Available status. After the
    // bot is created, you can use the DRAFT version of the bot.
    BotStatus *string `locationName:"botStatus" type:"string" enum:"BotStatus"`

    // A list of tags associated with the bot.
    BotTags map[string]*string `locationName:"botTags" type:"map"`

    // The type of a bot that was created.
    BotType *string `locationName:"botType" type:"string" enum:"BotType"`

    // A timestamp indicating the date and time that the bot was created.
    CreationDateTime *time.Time `locationName:"creationDateTime" type:"timestamp"`

    // The data privacy settings specified for the bot.
    DataPrivacy *DataPrivacy `locationName:"dataPrivacy" type:"structure"`

    // The description specified for the bot.
    Description *string `locationName:"description" type:"string"`

    // The session idle time specified for the bot.
    IdleSessionTTLInSeconds *int64 `locationName:"idleSessionTTLInSeconds" min:"60" type:"integer"`

    // The IAM role specified for the bot.
    RoleArn *string `locationName:"roleArn" min:"32" type:"string"`

    // A list of tags associated with the test alias for the bot.
    TestBotAliasTags map[string]*string `locationName:"testBotAliasTags" type:"map"`
    // contains filtered or unexported fields
}

func (CreateBotOutput) GoString

func (s CreateBotOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateBotOutput) SetBotId

func (s *CreateBotOutput) SetBotId(v string) *CreateBotOutput

SetBotId sets the BotId field's value.

func (*CreateBotOutput) SetBotMembers

func (s *CreateBotOutput) SetBotMembers(v []*BotMember) *CreateBotOutput

SetBotMembers sets the BotMembers field's value.

func (*CreateBotOutput) SetBotName

func (s *CreateBotOutput) SetBotName(v string) *CreateBotOutput

SetBotName sets the BotName field's value.

func (*CreateBotOutput) SetBotStatus

func (s *CreateBotOutput) SetBotStatus(v string) *CreateBotOutput

SetBotStatus sets the BotStatus field's value.

func (*CreateBotOutput) SetBotTags

func (s *CreateBotOutput) SetBotTags(v map[string]*string) *CreateBotOutput

SetBotTags sets the BotTags field's value.

func (*CreateBotOutput) SetBotType

func (s *CreateBotOutput) SetBotType(v string) *CreateBotOutput

SetBotType sets the BotType field's value.

func (*CreateBotOutput) SetCreationDateTime

func (s *CreateBotOutput) SetCreationDateTime(v time.Time) *CreateBotOutput

SetCreationDateTime sets the CreationDateTime field's value.

func (*CreateBotOutput) SetDataPrivacy

func (s *CreateBotOutput) SetDataPrivacy(v *DataPrivacy) *CreateBotOutput

SetDataPrivacy sets the DataPrivacy field's value.

func (*CreateBotOutput) SetDescription

func (s *CreateBotOutput) SetDescription(v string) *CreateBotOutput

SetDescription sets the Description field's value.

func (*CreateBotOutput) SetIdleSessionTTLInSeconds

func (s *CreateBotOutput) SetIdleSessionTTLInSeconds(v int64) *CreateBotOutput

SetIdleSessionTTLInSeconds sets the IdleSessionTTLInSeconds field's value.

func (*CreateBotOutput) SetRoleArn

func (s *CreateBotOutput) SetRoleArn(v string) *CreateBotOutput

SetRoleArn sets the RoleArn field's value.

func (*CreateBotOutput) SetTestBotAliasTags

func (s *CreateBotOutput) SetTestBotAliasTags(v map[string]*string) *CreateBotOutput

SetTestBotAliasTags sets the TestBotAliasTags field's value.

func (CreateBotOutput) String

func (s CreateBotOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateBotVersionInput

type CreateBotVersionInput struct {

    // The identifier of the bot to create the version for.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // Specifies the locales that Amazon Lex adds to this version. You can choose
    // the Draft version or any other previously published version for each locale.
    // When you specify a source version, the locale data is copied from the source
    // version to the new version.
    //
    // BotVersionLocaleSpecification is a required field
    BotVersionLocaleSpecification map[string]*BotVersionLocaleDetails `locationName:"botVersionLocaleSpecification" min:"1" type:"map" required:"true"`

    // A description of the version. Use the description to help identify the version
    // in lists.
    Description *string `locationName:"description" type:"string"`
    // contains filtered or unexported fields
}

func (CreateBotVersionInput) GoString

func (s CreateBotVersionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateBotVersionInput) SetBotId

func (s *CreateBotVersionInput) SetBotId(v string) *CreateBotVersionInput

SetBotId sets the BotId field's value.

func (*CreateBotVersionInput) SetBotVersionLocaleSpecification

func (s *CreateBotVersionInput) SetBotVersionLocaleSpecification(v map[string]*BotVersionLocaleDetails) *CreateBotVersionInput

SetBotVersionLocaleSpecification sets the BotVersionLocaleSpecification field's value.

func (*CreateBotVersionInput) SetDescription

func (s *CreateBotVersionInput) SetDescription(v string) *CreateBotVersionInput

SetDescription sets the Description field's value.

func (CreateBotVersionInput) String

func (s CreateBotVersionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateBotVersionInput) Validate

func (s *CreateBotVersionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateBotVersionOutput

type CreateBotVersionOutput struct {

    // The bot identifier specified in the request.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // When you send a request to create or update a bot, Amazon Lex sets the status
    // response element to Creating. After Amazon Lex builds the bot, it sets status
    // to Available. If Amazon Lex can't build the bot, it sets status to Failed.
    BotStatus *string `locationName:"botStatus" type:"string" enum:"BotStatus"`

    // The version number assigned to the version.
    BotVersion *string `locationName:"botVersion" min:"1" type:"string"`

    // The source versions used for each locale in the new version.
    BotVersionLocaleSpecification map[string]*BotVersionLocaleDetails `locationName:"botVersionLocaleSpecification" min:"1" type:"map"`

    // A timestamp of the date and time that the version was created.
    CreationDateTime *time.Time `locationName:"creationDateTime" type:"timestamp"`

    // The description of the version specified in the request.
    Description *string `locationName:"description" type:"string"`
    // contains filtered or unexported fields
}

func (CreateBotVersionOutput) GoString

func (s CreateBotVersionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateBotVersionOutput) SetBotId

func (s *CreateBotVersionOutput) SetBotId(v string) *CreateBotVersionOutput

SetBotId sets the BotId field's value.

func (*CreateBotVersionOutput) SetBotStatus

func (s *CreateBotVersionOutput) SetBotStatus(v string) *CreateBotVersionOutput

SetBotStatus sets the BotStatus field's value.

func (*CreateBotVersionOutput) SetBotVersion

func (s *CreateBotVersionOutput) SetBotVersion(v string) *CreateBotVersionOutput

SetBotVersion sets the BotVersion field's value.

func (*CreateBotVersionOutput) SetBotVersionLocaleSpecification

func (s *CreateBotVersionOutput) SetBotVersionLocaleSpecification(v map[string]*BotVersionLocaleDetails) *CreateBotVersionOutput

SetBotVersionLocaleSpecification sets the BotVersionLocaleSpecification field's value.

func (*CreateBotVersionOutput) SetCreationDateTime

func (s *CreateBotVersionOutput) SetCreationDateTime(v time.Time) *CreateBotVersionOutput

SetCreationDateTime sets the CreationDateTime field's value.

func (*CreateBotVersionOutput) SetDescription

func (s *CreateBotVersionOutput) SetDescription(v string) *CreateBotVersionOutput

SetDescription sets the Description field's value.

func (CreateBotVersionOutput) String

func (s CreateBotVersionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateExportInput

type CreateExportInput struct {

    // The file format of the bot or bot locale definition files.
    //
    // FileFormat is a required field
    FileFormat *string `locationName:"fileFormat" type:"string" required:"true" enum:"ImportExportFileFormat"`

    // An password to use to encrypt the exported archive. Using a password is optional,
    // but you should encrypt the archive to protect the data in transit between
    // Amazon Lex and your local computer.
    //
    // FilePassword is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by CreateExportInput's
    // String and GoString methods.
    FilePassword *string `locationName:"filePassword" min:"1" type:"string" sensitive:"true"`

    // Specifies the type of resource to export, either a bot or a bot locale. You
    // can only specify one type of resource to export.
    //
    // ResourceSpecification is a required field
    ResourceSpecification *ExportResourceSpecification `locationName:"resourceSpecification" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateExportInput) GoString

func (s CreateExportInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateExportInput) SetFileFormat

func (s *CreateExportInput) SetFileFormat(v string) *CreateExportInput

SetFileFormat sets the FileFormat field's value.

func (*CreateExportInput) SetFilePassword

func (s *CreateExportInput) SetFilePassword(v string) *CreateExportInput

SetFilePassword sets the FilePassword field's value.

func (*CreateExportInput) SetResourceSpecification

func (s *CreateExportInput) SetResourceSpecification(v *ExportResourceSpecification) *CreateExportInput

SetResourceSpecification sets the ResourceSpecification field's value.

func (CreateExportInput) String

func (s CreateExportInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateExportInput) Validate

func (s *CreateExportInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateExportOutput

type CreateExportOutput struct {

    // The date and time that the request to export a bot was created.
    CreationDateTime *time.Time `locationName:"creationDateTime" type:"timestamp"`

    // An identifier for a specific request to create an export.
    ExportId *string `locationName:"exportId" min:"10" type:"string"`

    // The status of the export. When the status is Completed, you can use the DescribeExport
    // (https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeExport.html)
    // operation to get the pre-signed S3 URL link to your exported bot or bot locale.
    ExportStatus *string `locationName:"exportStatus" type:"string" enum:"ExportStatus"`

    // The file format used for the bot or bot locale definition files.
    FileFormat *string `locationName:"fileFormat" type:"string" enum:"ImportExportFileFormat"`

    // A description of the type of resource that was exported, either a bot or
    // a bot locale.
    ResourceSpecification *ExportResourceSpecification `locationName:"resourceSpecification" type:"structure"`
    // contains filtered or unexported fields
}

func (CreateExportOutput) GoString

func (s CreateExportOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateExportOutput) SetCreationDateTime

func (s *CreateExportOutput) SetCreationDateTime(v time.Time) *CreateExportOutput

SetCreationDateTime sets the CreationDateTime field's value.

func (*CreateExportOutput) SetExportId

func (s *CreateExportOutput) SetExportId(v string) *CreateExportOutput

SetExportId sets the ExportId field's value.

func (*CreateExportOutput) SetExportStatus

func (s *CreateExportOutput) SetExportStatus(v string) *CreateExportOutput

SetExportStatus sets the ExportStatus field's value.

func (*CreateExportOutput) SetFileFormat

func (s *CreateExportOutput) SetFileFormat(v string) *CreateExportOutput

SetFileFormat sets the FileFormat field's value.

func (*CreateExportOutput) SetResourceSpecification

func (s *CreateExportOutput) SetResourceSpecification(v *ExportResourceSpecification) *CreateExportOutput

SetResourceSpecification sets the ResourceSpecification field's value.

func (CreateExportOutput) String

func (s CreateExportOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateIntentInput

type CreateIntentInput struct {

    // The identifier of the bot associated with this intent.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // The identifier of the version of the bot associated with this intent.
    //
    // BotVersion is a required field
    BotVersion *string `location:"uri" locationName:"botVersion" min:"5" type:"string" required:"true"`

    // A description of the intent. Use the description to help identify the intent
    // in lists.
    Description *string `locationName:"description" type:"string"`

    // Specifies that Amazon Lex invokes the alias Lambda function for each user
    // input. You can invoke this Lambda function to personalize user interaction.
    //
    // For example, suppose that your bot determines that the user's name is John.
    // You Lambda function might retrieve John's information from a backend database
    // and prepopulate some of the values. For example, if you find that John is
    // gluten intolerant, you might set the corresponding intent slot, glutenIntolerant
    // to true. You might find John's phone number and set the corresponding session
    // attribute.
    DialogCodeHook *DialogCodeHookSettings `locationName:"dialogCodeHook" type:"structure"`

    // Specifies that Amazon Lex invokes the alias Lambda function when the intent
    // is ready for fulfillment. You can invoke this function to complete the bot's
    // transaction with the user.
    //
    // For example, in a pizza ordering bot, the Lambda function can look up the
    // closest pizza restaurant to the customer's location and then place an order
    // on the customer's behalf.
    FulfillmentCodeHook *FulfillmentCodeHookSettings `locationName:"fulfillmentCodeHook" type:"structure"`

    // Configuration settings for the response that is sent to the user at the beginning
    // of a conversation, before eliciting slot values.
    InitialResponseSetting *InitialResponseSetting `locationName:"initialResponseSetting" type:"structure"`

    // A list of contexts that must be active for this intent to be considered by
    // Amazon Lex.
    //
    // When an intent has an input context list, Amazon Lex only considers using
    // the intent in an interaction with the user when the specified contexts are
    // included in the active context list for the session. If the contexts are
    // not active, then Amazon Lex will not use the intent.
    //
    // A context can be automatically activated using the outputContexts property
    // or it can be set at runtime.
    //
    // For example, if there are two intents with different input contexts that
    // respond to the same utterances, only the intent with the active context will
    // respond.
    //
    // An intent may have up to 5 input contexts. If an intent has multiple input
    // contexts, all of the contexts must be active to consider the intent.
    InputContexts []*InputContext `locationName:"inputContexts" type:"list"`

    // Sets the response that Amazon Lex sends to the user when the intent is closed.
    IntentClosingSetting *IntentClosingSetting `locationName:"intentClosingSetting" type:"structure"`

    // Provides prompts that Amazon Lex sends to the user to confirm the completion
    // of an intent. If the user answers "no," the settings contain a statement
    // that is sent to the user to end the intent.
    IntentConfirmationSetting *IntentConfirmationSetting `locationName:"intentConfirmationSetting" type:"structure"`

    // The name of the intent. Intent names must be unique in the locale that contains
    // the intent and cannot match the name of any built-in intent.
    //
    // IntentName is a required field
    IntentName *string `locationName:"intentName" min:"1" type:"string" required:"true"`

    // Configuration information required to use the AMAZON.KendraSearchIntent intent
    // to connect to an Amazon Kendra index. The AMAZON.KendraSearchIntent intent
    // is called when Amazon Lex can't determine another intent to invoke.
    KendraConfiguration *KendraConfiguration `locationName:"kendraConfiguration" type:"structure"`

    // The identifier of the language and locale where this intent is used. All
    // of the bots, slot types, and slots used by the intent must have the same
    // locale. For more information, see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
    //
    // LocaleId is a required field
    LocaleId *string `location:"uri" locationName:"localeId" type:"string" required:"true"`

    // A lists of contexts that the intent activates when it is fulfilled.
    //
    // You can use an output context to indicate the intents that Amazon Lex should
    // consider for the next turn of the conversation with a customer.
    //
    // When you use the outputContextsList property, all of the contexts specified
    // in the list are activated when the intent is fulfilled. You can set up to
    // 10 output contexts. You can also set the number of conversation turns that
    // the context should be active, or the length of time that the context should
    // be active.
    OutputContexts []*OutputContext `locationName:"outputContexts" type:"list"`

    // A unique identifier for the built-in intent to base this intent on.
    ParentIntentSignature *string `locationName:"parentIntentSignature" type:"string"`

    // An array of strings that a user might say to signal the intent. For example,
    // "I want a pizza", or "I want a {PizzaSize} pizza".
    //
    // In an utterance, slot names are enclosed in curly braces ("{", "}") to indicate
    // where they should be displayed in the utterance shown to the user..
    SampleUtterances []*SampleUtterance `locationName:"sampleUtterances" type:"list"`
    // contains filtered or unexported fields
}

func (CreateIntentInput) GoString

func (s CreateIntentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateIntentInput) SetBotId

func (s *CreateIntentInput) SetBotId(v string) *CreateIntentInput

SetBotId sets the BotId field's value.

func (*CreateIntentInput) SetBotVersion

func (s *CreateIntentInput) SetBotVersion(v string) *CreateIntentInput

SetBotVersion sets the BotVersion field's value.

func (*CreateIntentInput) SetDescription

func (s *CreateIntentInput) SetDescription(v string) *CreateIntentInput

SetDescription sets the Description field's value.

func (*CreateIntentInput) SetDialogCodeHook

func (s *CreateIntentInput) SetDialogCodeHook(v *DialogCodeHookSettings) *CreateIntentInput

SetDialogCodeHook sets the DialogCodeHook field's value.

func (*CreateIntentInput) SetFulfillmentCodeHook

func (s *CreateIntentInput) SetFulfillmentCodeHook(v *FulfillmentCodeHookSettings) *CreateIntentInput

SetFulfillmentCodeHook sets the FulfillmentCodeHook field's value.

func (*CreateIntentInput) SetInitialResponseSetting

func (s *CreateIntentInput) SetInitialResponseSetting(v *InitialResponseSetting) *CreateIntentInput

SetInitialResponseSetting sets the InitialResponseSetting field's value.

func (*CreateIntentInput) SetInputContexts

func (s *CreateIntentInput) SetInputContexts(v []*InputContext) *CreateIntentInput

SetInputContexts sets the InputContexts field's value.

func (*CreateIntentInput) SetIntentClosingSetting

func (s *CreateIntentInput) SetIntentClosingSetting(v *IntentClosingSetting) *CreateIntentInput

SetIntentClosingSetting sets the IntentClosingSetting field's value.

func (*CreateIntentInput) SetIntentConfirmationSetting

func (s *CreateIntentInput) SetIntentConfirmationSetting(v *IntentConfirmationSetting) *CreateIntentInput

SetIntentConfirmationSetting sets the IntentConfirmationSetting field's value.

func (*CreateIntentInput) SetIntentName

func (s *CreateIntentInput) SetIntentName(v string) *CreateIntentInput

SetIntentName sets the IntentName field's value.

func (*CreateIntentInput) SetKendraConfiguration

func (s *CreateIntentInput) SetKendraConfiguration(v *KendraConfiguration) *CreateIntentInput

SetKendraConfiguration sets the KendraConfiguration field's value.

func (*CreateIntentInput) SetLocaleId

func (s *CreateIntentInput) SetLocaleId(v string) *CreateIntentInput

SetLocaleId sets the LocaleId field's value.

func (*CreateIntentInput) SetOutputContexts

func (s *CreateIntentInput) SetOutputContexts(v []*OutputContext) *CreateIntentInput

SetOutputContexts sets the OutputContexts field's value.

func (*CreateIntentInput) SetParentIntentSignature

func (s *CreateIntentInput) SetParentIntentSignature(v string) *CreateIntentInput

SetParentIntentSignature sets the ParentIntentSignature field's value.

func (*CreateIntentInput) SetSampleUtterances

func (s *CreateIntentInput) SetSampleUtterances(v []*SampleUtterance) *CreateIntentInput

SetSampleUtterances sets the SampleUtterances field's value.

func (CreateIntentInput) String

func (s CreateIntentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateIntentInput) Validate

func (s *CreateIntentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateIntentOutput

type CreateIntentOutput struct {

    // The identifier of the bot associated with the intent.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // The identifier of the version of the bot associated with the intent.
    BotVersion *string `locationName:"botVersion" min:"5" type:"string"`

    // A timestamp of the date and time that the intent was created.
    CreationDateTime *time.Time `locationName:"creationDateTime" type:"timestamp"`

    // The description specified for the intent.
    Description *string `locationName:"description" type:"string"`

    // The dialog Lambda function specified for the intent.
    DialogCodeHook *DialogCodeHookSettings `locationName:"dialogCodeHook" type:"structure"`

    // The fulfillment Lambda function specified for the intent.
    FulfillmentCodeHook *FulfillmentCodeHookSettings `locationName:"fulfillmentCodeHook" type:"structure"`

    // Configuration settings for the response that is sent to the user at the beginning
    // of a conversation, before eliciting slot values.
    InitialResponseSetting *InitialResponseSetting `locationName:"initialResponseSetting" type:"structure"`

    // The list of input contexts specified for the intent.
    InputContexts []*InputContext `locationName:"inputContexts" type:"list"`

    // The closing setting specified for the intent.
    IntentClosingSetting *IntentClosingSetting `locationName:"intentClosingSetting" type:"structure"`

    // The confirmation setting specified for the intent.
    IntentConfirmationSetting *IntentConfirmationSetting `locationName:"intentConfirmationSetting" type:"structure"`

    // A unique identifier for the intent.
    IntentId *string `locationName:"intentId" min:"10" type:"string"`

    // The name specified for the intent.
    IntentName *string `locationName:"intentName" min:"1" type:"string"`

    // Configuration for searching a Amazon Kendra index specified for the intent.
    KendraConfiguration *KendraConfiguration `locationName:"kendraConfiguration" type:"structure"`

    // The locale that the intent is specified to use.
    LocaleId *string `locationName:"localeId" type:"string"`

    // The list of output contexts specified for the intent.
    OutputContexts []*OutputContext `locationName:"outputContexts" type:"list"`

    // The signature of the parent intent specified for the intent.
    ParentIntentSignature *string `locationName:"parentIntentSignature" type:"string"`

    // The sample utterances specified for the intent.
    SampleUtterances []*SampleUtterance `locationName:"sampleUtterances" type:"list"`
    // contains filtered or unexported fields
}

func (CreateIntentOutput) GoString

func (s CreateIntentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateIntentOutput) SetBotId

func (s *CreateIntentOutput) SetBotId(v string) *CreateIntentOutput

SetBotId sets the BotId field's value.

func (*CreateIntentOutput) SetBotVersion

func (s *CreateIntentOutput) SetBotVersion(v string) *CreateIntentOutput

SetBotVersion sets the BotVersion field's value.

func (*CreateIntentOutput) SetCreationDateTime

func (s *CreateIntentOutput) SetCreationDateTime(v time.Time) *CreateIntentOutput

SetCreationDateTime sets the CreationDateTime field's value.

func (*CreateIntentOutput) SetDescription

func (s *CreateIntentOutput) SetDescription(v string) *CreateIntentOutput

SetDescription sets the Description field's value.

func (*CreateIntentOutput) SetDialogCodeHook

func (s *CreateIntentOutput) SetDialogCodeHook(v *DialogCodeHookSettings) *CreateIntentOutput

SetDialogCodeHook sets the DialogCodeHook field's value.

func (*CreateIntentOutput) SetFulfillmentCodeHook

func (s *CreateIntentOutput) SetFulfillmentCodeHook(v *FulfillmentCodeHookSettings) *CreateIntentOutput

SetFulfillmentCodeHook sets the FulfillmentCodeHook field's value.

func (*CreateIntentOutput) SetInitialResponseSetting

func (s *CreateIntentOutput) SetInitialResponseSetting(v *InitialResponseSetting) *CreateIntentOutput

SetInitialResponseSetting sets the InitialResponseSetting field's value.

func (*CreateIntentOutput) SetInputContexts

func (s *CreateIntentOutput) SetInputContexts(v []*InputContext) *CreateIntentOutput

SetInputContexts sets the InputContexts field's value.

func (*CreateIntentOutput) SetIntentClosingSetting

func (s *CreateIntentOutput) SetIntentClosingSetting(v *IntentClosingSetting) *CreateIntentOutput

SetIntentClosingSetting sets the IntentClosingSetting field's value.

func (*CreateIntentOutput) SetIntentConfirmationSetting

func (s *CreateIntentOutput) SetIntentConfirmationSetting(v *IntentConfirmationSetting) *CreateIntentOutput

SetIntentConfirmationSetting sets the IntentConfirmationSetting field's value.

func (*CreateIntentOutput) SetIntentId

func (s *CreateIntentOutput) SetIntentId(v string) *CreateIntentOutput

SetIntentId sets the IntentId field's value.

func (*CreateIntentOutput) SetIntentName

func (s *CreateIntentOutput) SetIntentName(v string) *CreateIntentOutput

SetIntentName sets the IntentName field's value.

func (*CreateIntentOutput) SetKendraConfiguration

func (s *CreateIntentOutput) SetKendraConfiguration(v *KendraConfiguration) *CreateIntentOutput

SetKendraConfiguration sets the KendraConfiguration field's value.

func (*CreateIntentOutput) SetLocaleId

func (s *CreateIntentOutput) SetLocaleId(v string) *CreateIntentOutput

SetLocaleId sets the LocaleId field's value.

func (*CreateIntentOutput) SetOutputContexts

func (s *CreateIntentOutput) SetOutputContexts(v []*OutputContext) *CreateIntentOutput

SetOutputContexts sets the OutputContexts field's value.

func (*CreateIntentOutput) SetParentIntentSignature

func (s *CreateIntentOutput) SetParentIntentSignature(v string) *CreateIntentOutput

SetParentIntentSignature sets the ParentIntentSignature field's value.

func (*CreateIntentOutput) SetSampleUtterances

func (s *CreateIntentOutput) SetSampleUtterances(v []*SampleUtterance) *CreateIntentOutput

SetSampleUtterances sets the SampleUtterances field's value.

func (CreateIntentOutput) String

func (s CreateIntentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateResourcePolicyInput

type CreateResourcePolicyInput struct {

    // A resource policy to add to the resource. The policy is a JSON structure
    // that contains one or more statements that define the policy. The policy must
    // follow the IAM syntax. For more information about the contents of a JSON
    // policy document, see IAM JSON policy reference (https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies.html).
    //
    // If the policy isn't valid, Amazon Lex returns a validation exception.
    //
    // Policy is a required field
    Policy *string `locationName:"policy" min:"2" type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the bot or bot alias that the resource
    // policy is attached to.
    //
    // ResourceArn is a required field
    ResourceArn *string `location:"uri" locationName:"resourceArn" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateResourcePolicyInput) GoString

func (s CreateResourcePolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateResourcePolicyInput) SetPolicy

func (s *CreateResourcePolicyInput) SetPolicy(v string) *CreateResourcePolicyInput

SetPolicy sets the Policy field's value.

func (*CreateResourcePolicyInput) SetResourceArn

func (s *CreateResourcePolicyInput) SetResourceArn(v string) *CreateResourcePolicyInput

SetResourceArn sets the ResourceArn field's value.

func (CreateResourcePolicyInput) String

func (s CreateResourcePolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateResourcePolicyInput) Validate

func (s *CreateResourcePolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateResourcePolicyOutput

type CreateResourcePolicyOutput struct {

    // The Amazon Resource Name (ARN) of the bot or bot alias that the resource
    // policy was attached to.
    ResourceArn *string `locationName:"resourceArn" min:"1" type:"string"`

    // The current revision of the resource policy. Use the revision ID to make
    // sure that you are updating the most current version of a resource policy
    // when you add a policy statement to a resource, delete a resource, or update
    // a resource.
    RevisionId *string `locationName:"revisionId" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (CreateResourcePolicyOutput) GoString

func (s CreateResourcePolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateResourcePolicyOutput) SetResourceArn

func (s *CreateResourcePolicyOutput) SetResourceArn(v string) *CreateResourcePolicyOutput

SetResourceArn sets the ResourceArn field's value.

func (*CreateResourcePolicyOutput) SetRevisionId

func (s *CreateResourcePolicyOutput) SetRevisionId(v string) *CreateResourcePolicyOutput

SetRevisionId sets the RevisionId field's value.

func (CreateResourcePolicyOutput) String

func (s CreateResourcePolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateResourcePolicyStatementInput

type CreateResourcePolicyStatementInput struct {

    // The Amazon Lex action that this policy either allows or denies. The action
    // must apply to the resource type of the specified ARN. For more information,
    // see Actions, resources, and condition keys for Amazon Lex V2 (https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonlexv2.html).
    //
    // Action is a required field
    Action []*string `locationName:"action" type:"list" required:"true"`

    // Specifies a condition when the policy is in effect. If the principal of the
    // policy is a service principal, you must provide two condition blocks, one
    // with a SourceAccount global condition key and one with a SourceArn global
    // condition key.
    //
    // For more information, see IAM JSON policy elements: Condition (https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition.html).
    Condition map[string]map[string]*string `locationName:"condition" type:"map"`

    // Determines whether the statement allows or denies access to the resource.
    //
    // Effect is a required field
    Effect *string `locationName:"effect" type:"string" required:"true" enum:"Effect"`

    // The identifier of the revision of the policy to edit. If this revision ID
    // doesn't match the current revision ID, Amazon Lex throws an exception.
    //
    // If you don't specify a revision, Amazon Lex overwrites the contents of the
    // policy with the new values.
    ExpectedRevisionId *string `location:"querystring" locationName:"expectedRevisionId" min:"1" type:"string"`

    // An IAM principal, such as an IAM users, IAM roles, or AWS services that is
    // allowed or denied access to a resource. For more information, see AWS JSON
    // policy elements: Principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html).
    //
    // Principal is a required field
    Principal []*Principal `locationName:"principal" type:"list" required:"true"`

    // The Amazon Resource Name (ARN) of the bot or bot alias that the resource
    // policy is attached to.
    //
    // ResourceArn is a required field
    ResourceArn *string `location:"uri" locationName:"resourceArn" min:"1" type:"string" required:"true"`

    // The name of the statement. The ID is the same as the Sid IAM property. The
    // statement name must be unique within the policy. For more information, see
    // IAM JSON policy elements: Sid (https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_sid.html).
    //
    // StatementId is a required field
    StatementId *string `locationName:"statementId" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateResourcePolicyStatementInput) GoString

func (s CreateResourcePolicyStatementInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateResourcePolicyStatementInput) SetAction

func (s *CreateResourcePolicyStatementInput) SetAction(v []*string) *CreateResourcePolicyStatementInput

SetAction sets the Action field's value.

func (*CreateResourcePolicyStatementInput) SetCondition

func (s *CreateResourcePolicyStatementInput) SetCondition(v map[string]map[string]*string) *CreateResourcePolicyStatementInput

SetCondition sets the Condition field's value.

func (*CreateResourcePolicyStatementInput) SetEffect

func (s *CreateResourcePolicyStatementInput) SetEffect(v string) *CreateResourcePolicyStatementInput

SetEffect sets the Effect field's value.

func (*CreateResourcePolicyStatementInput) SetExpectedRevisionId

func (s *CreateResourcePolicyStatementInput) SetExpectedRevisionId(v string) *CreateResourcePolicyStatementInput

SetExpectedRevisionId sets the ExpectedRevisionId field's value.

func (*CreateResourcePolicyStatementInput) SetPrincipal

func (s *CreateResourcePolicyStatementInput) SetPrincipal(v []*Principal) *CreateResourcePolicyStatementInput

SetPrincipal sets the Principal field's value.

func (*CreateResourcePolicyStatementInput) SetResourceArn

func (s *CreateResourcePolicyStatementInput) SetResourceArn(v string) *CreateResourcePolicyStatementInput

SetResourceArn sets the ResourceArn field's value.

func (*CreateResourcePolicyStatementInput) SetStatementId

func (s *CreateResourcePolicyStatementInput) SetStatementId(v string) *CreateResourcePolicyStatementInput

SetStatementId sets the StatementId field's value.

func (CreateResourcePolicyStatementInput) String

func (s CreateResourcePolicyStatementInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateResourcePolicyStatementInput) Validate

func (s *CreateResourcePolicyStatementInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateResourcePolicyStatementOutput

type CreateResourcePolicyStatementOutput struct {

    // The Amazon Resource Name (ARN) of the bot or bot alias that the resource
    // policy is attached to.
    ResourceArn *string `locationName:"resourceArn" min:"1" type:"string"`

    // The current revision of the resource policy. Use the revision ID to make
    // sure that you are updating the most current version of a resource policy
    // when you add a policy statement to a resource, delete a resource, or update
    // a resource.
    RevisionId *string `locationName:"revisionId" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (CreateResourcePolicyStatementOutput) GoString

func (s CreateResourcePolicyStatementOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateResourcePolicyStatementOutput) SetResourceArn

func (s *CreateResourcePolicyStatementOutput) SetResourceArn(v string) *CreateResourcePolicyStatementOutput

SetResourceArn sets the ResourceArn field's value.

func (*CreateResourcePolicyStatementOutput) SetRevisionId

func (s *CreateResourcePolicyStatementOutput) SetRevisionId(v string) *CreateResourcePolicyStatementOutput

SetRevisionId sets the RevisionId field's value.

func (CreateResourcePolicyStatementOutput) String

func (s CreateResourcePolicyStatementOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateSlotInput

type CreateSlotInput struct {

    // The identifier of the bot associated with the slot.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // The version of the bot associated with the slot.
    //
    // BotVersion is a required field
    BotVersion *string `location:"uri" locationName:"botVersion" min:"5" type:"string" required:"true"`

    // A description of the slot. Use this to help identify the slot in lists.
    Description *string `locationName:"description" type:"string"`

    // The identifier of the intent that contains the slot.
    //
    // IntentId is a required field
    IntentId *string `location:"uri" locationName:"intentId" min:"10" type:"string" required:"true"`

    // The identifier of the language and locale that the slot will be used in.
    // The string must match one of the supported locales. All of the bots, intents,
    // slot types used by the slot must have the same locale. For more information,
    // see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
    //
    // LocaleId is a required field
    LocaleId *string `location:"uri" locationName:"localeId" type:"string" required:"true"`

    // Indicates whether the slot returns multiple values in one response. Multi-value
    // slots are only available in the en-US locale. If you set this value to true
    // in any other locale, Amazon Lex throws a ValidationException.
    //
    // If the multipleValuesSetting is not set, the default value is false.
    MultipleValuesSetting *MultipleValuesSetting `locationName:"multipleValuesSetting" type:"structure"`

    // Determines how slot values are used in Amazon CloudWatch logs. If the value
    // of the obfuscationSetting parameter is DefaultObfuscation, slot values are
    // obfuscated in the log output. If the value is None, the actual value is present
    // in the log output.
    //
    // The default is to obfuscate values in the CloudWatch logs.
    ObfuscationSetting *ObfuscationSetting `locationName:"obfuscationSetting" type:"structure"`

    // The name of the slot. Slot names must be unique within the bot that contains
    // the slot.
    //
    // SlotName is a required field
    SlotName *string `locationName:"slotName" min:"1" type:"string" required:"true"`

    // The unique identifier for the slot type associated with this slot. The slot
    // type determines the values that can be entered into the slot.
    SlotTypeId *string `locationName:"slotTypeId" min:"1" type:"string"`

    // Specifications for the constituent sub slots and the expression for the composite
    // slot.
    SubSlotSetting *SubSlotSetting `locationName:"subSlotSetting" type:"structure"`

    // Specifies prompts that Amazon Lex sends to the user to elicit a response
    // that provides the value for the slot.
    //
    // ValueElicitationSetting is a required field
    ValueElicitationSetting *SlotValueElicitationSetting `locationName:"valueElicitationSetting" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateSlotInput) GoString

func (s CreateSlotInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSlotInput) SetBotId

func (s *CreateSlotInput) SetBotId(v string) *CreateSlotInput

SetBotId sets the BotId field's value.

func (*CreateSlotInput) SetBotVersion

func (s *CreateSlotInput) SetBotVersion(v string) *CreateSlotInput

SetBotVersion sets the BotVersion field's value.

func (*CreateSlotInput) SetDescription

func (s *CreateSlotInput) SetDescription(v string) *CreateSlotInput

SetDescription sets the Description field's value.

func (*CreateSlotInput) SetIntentId

func (s *CreateSlotInput) SetIntentId(v string) *CreateSlotInput

SetIntentId sets the IntentId field's value.

func (*CreateSlotInput) SetLocaleId

func (s *CreateSlotInput) SetLocaleId(v string) *CreateSlotInput

SetLocaleId sets the LocaleId field's value.

func (*CreateSlotInput) SetMultipleValuesSetting

func (s *CreateSlotInput) SetMultipleValuesSetting(v *MultipleValuesSetting) *CreateSlotInput

SetMultipleValuesSetting sets the MultipleValuesSetting field's value.

func (*CreateSlotInput) SetObfuscationSetting

func (s *CreateSlotInput) SetObfuscationSetting(v *ObfuscationSetting) *CreateSlotInput

SetObfuscationSetting sets the ObfuscationSetting field's value.

func (*CreateSlotInput) SetSlotName

func (s *CreateSlotInput) SetSlotName(v string) *CreateSlotInput

SetSlotName sets the SlotName field's value.

func (*CreateSlotInput) SetSlotTypeId

func (s *CreateSlotInput) SetSlotTypeId(v string) *CreateSlotInput

SetSlotTypeId sets the SlotTypeId field's value.

func (*CreateSlotInput) SetSubSlotSetting

func (s *CreateSlotInput) SetSubSlotSetting(v *SubSlotSetting) *CreateSlotInput

SetSubSlotSetting sets the SubSlotSetting field's value.

func (*CreateSlotInput) SetValueElicitationSetting

func (s *CreateSlotInput) SetValueElicitationSetting(v *SlotValueElicitationSetting) *CreateSlotInput

SetValueElicitationSetting sets the ValueElicitationSetting field's value.

func (CreateSlotInput) String

func (s CreateSlotInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSlotInput) Validate

func (s *CreateSlotInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateSlotOutput

type CreateSlotOutput struct {

    // The unique identifier of the bot associated with the slot.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // The version of the bot associated with the slot.
    BotVersion *string `locationName:"botVersion" min:"5" type:"string"`

    // The timestamp of the date and time that the slot was created.
    CreationDateTime *time.Time `locationName:"creationDateTime" type:"timestamp"`

    // The description associated with the slot.
    Description *string `locationName:"description" type:"string"`

    // The unique identifier of the intent associated with the slot.
    IntentId *string `locationName:"intentId" min:"10" type:"string"`

    // The language and local specified for the slot.
    LocaleId *string `locationName:"localeId" type:"string"`

    // Indicates whether the slot returns multiple values in one response.
    MultipleValuesSetting *MultipleValuesSetting `locationName:"multipleValuesSetting" type:"structure"`

    // Indicates whether the slot is configured to obfuscate values in Amazon CloudWatch
    // logs.
    ObfuscationSetting *ObfuscationSetting `locationName:"obfuscationSetting" type:"structure"`

    // The unique identifier associated with the slot. Use this to identify the
    // slot when you update or delete it.
    SlotId *string `locationName:"slotId" min:"10" type:"string"`

    // The name specified for the slot.
    SlotName *string `locationName:"slotName" min:"1" type:"string"`

    // The unique identifier of the slot type associated with this slot.
    SlotTypeId *string `locationName:"slotTypeId" min:"1" type:"string"`

    // Specifications for the constituent sub slots and the expression for the composite
    // slot.
    SubSlotSetting *SubSlotSetting `locationName:"subSlotSetting" type:"structure"`

    // The value elicitation settings specified for the slot.
    ValueElicitationSetting *SlotValueElicitationSetting `locationName:"valueElicitationSetting" type:"structure"`
    // contains filtered or unexported fields
}

func (CreateSlotOutput) GoString

func (s CreateSlotOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSlotOutput) SetBotId

func (s *CreateSlotOutput) SetBotId(v string) *CreateSlotOutput

SetBotId sets the BotId field's value.

func (*CreateSlotOutput) SetBotVersion

func (s *CreateSlotOutput) SetBotVersion(v string) *CreateSlotOutput

SetBotVersion sets the BotVersion field's value.

func (*CreateSlotOutput) SetCreationDateTime

func (s *CreateSlotOutput) SetCreationDateTime(v time.Time) *CreateSlotOutput

SetCreationDateTime sets the CreationDateTime field's value.

func (*CreateSlotOutput) SetDescription

func (s *CreateSlotOutput) SetDescription(v string) *CreateSlotOutput

SetDescription sets the Description field's value.

func (*CreateSlotOutput) SetIntentId

func (s *CreateSlotOutput) SetIntentId(v string) *CreateSlotOutput

SetIntentId sets the IntentId field's value.

func (*CreateSlotOutput) SetLocaleId

func (s *CreateSlotOutput) SetLocaleId(v string) *CreateSlotOutput

SetLocaleId sets the LocaleId field's value.

func (*CreateSlotOutput) SetMultipleValuesSetting

func (s *CreateSlotOutput) SetMultipleValuesSetting(v *MultipleValuesSetting) *CreateSlotOutput

SetMultipleValuesSetting sets the MultipleValuesSetting field's value.

func (*CreateSlotOutput) SetObfuscationSetting

func (s *CreateSlotOutput) SetObfuscationSetting(v *ObfuscationSetting) *CreateSlotOutput

SetObfuscationSetting sets the ObfuscationSetting field's value.

func (*CreateSlotOutput) SetSlotId

func (s *CreateSlotOutput) SetSlotId(v string) *CreateSlotOutput

SetSlotId sets the SlotId field's value.

func (*CreateSlotOutput) SetSlotName

func (s *CreateSlotOutput) SetSlotName(v string) *CreateSlotOutput

SetSlotName sets the SlotName field's value.

func (*CreateSlotOutput) SetSlotTypeId

func (s *CreateSlotOutput) SetSlotTypeId(v string) *CreateSlotOutput

SetSlotTypeId sets the SlotTypeId field's value.

func (*CreateSlotOutput) SetSubSlotSetting

func (s *CreateSlotOutput) SetSubSlotSetting(v *SubSlotSetting) *CreateSlotOutput

SetSubSlotSetting sets the SubSlotSetting field's value.

func (*CreateSlotOutput) SetValueElicitationSetting

func (s *CreateSlotOutput) SetValueElicitationSetting(v *SlotValueElicitationSetting) *CreateSlotOutput

SetValueElicitationSetting sets the ValueElicitationSetting field's value.

func (CreateSlotOutput) String

func (s CreateSlotOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateSlotTypeInput

type CreateSlotTypeInput struct {

    // The identifier of the bot associated with this slot type.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // The identifier of the bot version associated with this slot type.
    //
    // BotVersion is a required field
    BotVersion *string `location:"uri" locationName:"botVersion" min:"5" type:"string" required:"true"`

    // Specifications for a composite slot type.
    CompositeSlotTypeSetting *CompositeSlotTypeSetting `locationName:"compositeSlotTypeSetting" type:"structure"`

    // A description of the slot type. Use the description to help identify the
    // slot type in lists.
    Description *string `locationName:"description" type:"string"`

    // Sets the type of external information used to create the slot type.
    ExternalSourceSetting *ExternalSourceSetting `locationName:"externalSourceSetting" type:"structure"`

    // The identifier of the language and locale that the slot type will be used
    // in. The string must match one of the supported locales. All of the bots,
    // intents, and slots used by the slot type must have the same locale. For more
    // information, see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
    //
    // LocaleId is a required field
    LocaleId *string `location:"uri" locationName:"localeId" type:"string" required:"true"`

    // The built-in slot type used as a parent of this slot type. When you define
    // a parent slot type, the new slot type has the configuration of the parent
    // slot type.
    //
    // Only AMAZON.AlphaNumeric is supported.
    ParentSlotTypeSignature *string `locationName:"parentSlotTypeSignature" type:"string"`

    // The name for the slot. A slot type name must be unique within the account.
    //
    // SlotTypeName is a required field
    SlotTypeName *string `locationName:"slotTypeName" min:"1" type:"string" required:"true"`

    // A list of SlotTypeValue objects that defines the values that the slot type
    // can take. Each value can have a list of synonyms, additional values that
    // help train the machine learning model about the values that it resolves for
    // a slot.
    SlotTypeValues []*SlotTypeValue `locationName:"slotTypeValues" min:"1" type:"list"`

    // Determines the strategy that Amazon Lex uses to select a value from the list
    // of possible values. The field can be set to one of the following values:
    //
    //    * OriginalValue - Returns the value entered by the user, if the user value
    //    is similar to the slot value.
    //
    //    * TopResolution - If there is a resolution list for the slot, return the
    //    first value in the resolution list. If there is no resolution list, return
    //    null.
    //
    // If you don't specify the valueSelectionSetting parameter, the default is
    // OriginalValue.
    ValueSelectionSetting *SlotValueSelectionSetting `locationName:"valueSelectionSetting" type:"structure"`
    // contains filtered or unexported fields
}

func (CreateSlotTypeInput) GoString

func (s CreateSlotTypeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSlotTypeInput) SetBotId

func (s *CreateSlotTypeInput) SetBotId(v string) *CreateSlotTypeInput

SetBotId sets the BotId field's value.

func (*CreateSlotTypeInput) SetBotVersion

func (s *CreateSlotTypeInput) SetBotVersion(v string) *CreateSlotTypeInput

SetBotVersion sets the BotVersion field's value.

func (*CreateSlotTypeInput) SetCompositeSlotTypeSetting

func (s *CreateSlotTypeInput) SetCompositeSlotTypeSetting(v *CompositeSlotTypeSetting) *CreateSlotTypeInput

SetCompositeSlotTypeSetting sets the CompositeSlotTypeSetting field's value.

func (*CreateSlotTypeInput) SetDescription

func (s *CreateSlotTypeInput) SetDescription(v string) *CreateSlotTypeInput

SetDescription sets the Description field's value.

func (*CreateSlotTypeInput) SetExternalSourceSetting

func (s *CreateSlotTypeInput) SetExternalSourceSetting(v *ExternalSourceSetting) *CreateSlotTypeInput

SetExternalSourceSetting sets the ExternalSourceSetting field's value.

func (*CreateSlotTypeInput) SetLocaleId

func (s *CreateSlotTypeInput) SetLocaleId(v string) *CreateSlotTypeInput

SetLocaleId sets the LocaleId field's value.

func (*CreateSlotTypeInput) SetParentSlotTypeSignature

func (s *CreateSlotTypeInput) SetParentSlotTypeSignature(v string) *CreateSlotTypeInput

SetParentSlotTypeSignature sets the ParentSlotTypeSignature field's value.

func (*CreateSlotTypeInput) SetSlotTypeName

func (s *CreateSlotTypeInput) SetSlotTypeName(v string) *CreateSlotTypeInput

SetSlotTypeName sets the SlotTypeName field's value.

func (*CreateSlotTypeInput) SetSlotTypeValues

func (s *CreateSlotTypeInput) SetSlotTypeValues(v []*SlotTypeValue) *CreateSlotTypeInput

SetSlotTypeValues sets the SlotTypeValues field's value.

func (*CreateSlotTypeInput) SetValueSelectionSetting

func (s *CreateSlotTypeInput) SetValueSelectionSetting(v *SlotValueSelectionSetting) *CreateSlotTypeInput

SetValueSelectionSetting sets the ValueSelectionSetting field's value.

func (CreateSlotTypeInput) String

func (s CreateSlotTypeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSlotTypeInput) Validate

func (s *CreateSlotTypeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateSlotTypeOutput

type CreateSlotTypeOutput struct {

    // The identifier for the bot associated with the slot type.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // The version of the bot associated with the slot type.
    BotVersion *string `locationName:"botVersion" min:"5" type:"string"`

    // Specifications for a composite slot type.
    CompositeSlotTypeSetting *CompositeSlotTypeSetting `locationName:"compositeSlotTypeSetting" type:"structure"`

    // A timestamp of the date and time that the slot type was created.
    CreationDateTime *time.Time `locationName:"creationDateTime" type:"timestamp"`

    // The description specified for the slot type.
    Description *string `locationName:"description" type:"string"`

    // The type of external information used to create the slot type.
    ExternalSourceSetting *ExternalSourceSetting `locationName:"externalSourceSetting" type:"structure"`

    // The specified language and local specified for the slot type.
    LocaleId *string `locationName:"localeId" type:"string"`

    // The signature of the base slot type specified for the slot type.
    ParentSlotTypeSignature *string `locationName:"parentSlotTypeSignature" type:"string"`

    // The unique identifier assigned to the slot type. Use this to identify the
    // slot type in the UpdateSlotType and DeleteSlotType operations.
    SlotTypeId *string `locationName:"slotTypeId" min:"10" type:"string"`

    // The name specified for the slot type.
    SlotTypeName *string `locationName:"slotTypeName" min:"1" type:"string"`

    // The list of values that the slot type can assume.
    SlotTypeValues []*SlotTypeValue `locationName:"slotTypeValues" min:"1" type:"list"`

    // The strategy that Amazon Lex uses to select a value from the list of possible
    // values.
    ValueSelectionSetting *SlotValueSelectionSetting `locationName:"valueSelectionSetting" type:"structure"`
    // contains filtered or unexported fields
}

func (CreateSlotTypeOutput) GoString

func (s CreateSlotTypeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSlotTypeOutput) SetBotId

func (s *CreateSlotTypeOutput) SetBotId(v string) *CreateSlotTypeOutput

SetBotId sets the BotId field's value.

func (*CreateSlotTypeOutput) SetBotVersion

func (s *CreateSlotTypeOutput) SetBotVersion(v string) *CreateSlotTypeOutput

SetBotVersion sets the BotVersion field's value.

func (*CreateSlotTypeOutput) SetCompositeSlotTypeSetting

func (s *CreateSlotTypeOutput) SetCompositeSlotTypeSetting(v *CompositeSlotTypeSetting) *CreateSlotTypeOutput

SetCompositeSlotTypeSetting sets the CompositeSlotTypeSetting field's value.

func (*CreateSlotTypeOutput) SetCreationDateTime

func (s *CreateSlotTypeOutput) SetCreationDateTime(v time.Time) *CreateSlotTypeOutput

SetCreationDateTime sets the CreationDateTime field's value.

func (*CreateSlotTypeOutput) SetDescription

func (s *CreateSlotTypeOutput) SetDescription(v string) *CreateSlotTypeOutput

SetDescription sets the Description field's value.

func (*CreateSlotTypeOutput) SetExternalSourceSetting

func (s *CreateSlotTypeOutput) SetExternalSourceSetting(v *ExternalSourceSetting) *CreateSlotTypeOutput

SetExternalSourceSetting sets the ExternalSourceSetting field's value.

func (*CreateSlotTypeOutput) SetLocaleId

func (s *CreateSlotTypeOutput) SetLocaleId(v string) *CreateSlotTypeOutput

SetLocaleId sets the LocaleId field's value.

func (*CreateSlotTypeOutput) SetParentSlotTypeSignature

func (s *CreateSlotTypeOutput) SetParentSlotTypeSignature(v string) *CreateSlotTypeOutput

SetParentSlotTypeSignature sets the ParentSlotTypeSignature field's value.

func (*CreateSlotTypeOutput) SetSlotTypeId

func (s *CreateSlotTypeOutput) SetSlotTypeId(v string) *CreateSlotTypeOutput

SetSlotTypeId sets the SlotTypeId field's value.

func (*CreateSlotTypeOutput) SetSlotTypeName

func (s *CreateSlotTypeOutput) SetSlotTypeName(v string) *CreateSlotTypeOutput

SetSlotTypeName sets the SlotTypeName field's value.

func (*CreateSlotTypeOutput) SetSlotTypeValues

func (s *CreateSlotTypeOutput) SetSlotTypeValues(v []*SlotTypeValue) *CreateSlotTypeOutput

SetSlotTypeValues sets the SlotTypeValues field's value.

func (*CreateSlotTypeOutput) SetValueSelectionSetting

func (s *CreateSlotTypeOutput) SetValueSelectionSetting(v *SlotValueSelectionSetting) *CreateSlotTypeOutput

SetValueSelectionSetting sets the ValueSelectionSetting field's value.

func (CreateSlotTypeOutput) String

func (s CreateSlotTypeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateUploadUrlInput

type CreateUploadUrlInput struct {
    // contains filtered or unexported fields
}

func (CreateUploadUrlInput) GoString

func (s CreateUploadUrlInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateUploadUrlInput) String

func (s CreateUploadUrlInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateUploadUrlOutput

type CreateUploadUrlOutput struct {

    // An identifier for a unique import job. Use it when you call the StartImport
    // (https://docs.aws.amazon.com/lexv2/latest/APIReference/API_StartImport.html)
    // operation.
    ImportId *string `locationName:"importId" min:"10" type:"string"`

    // A pre-signed S3 write URL. Upload the zip archive file that contains the
    // definition of your bot or bot locale.
    UploadUrl *string `locationName:"uploadUrl" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (CreateUploadUrlOutput) GoString

func (s CreateUploadUrlOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateUploadUrlOutput) SetImportId

func (s *CreateUploadUrlOutput) SetImportId(v string) *CreateUploadUrlOutput

SetImportId sets the ImportId field's value.

func (*CreateUploadUrlOutput) SetUploadUrl

func (s *CreateUploadUrlOutput) SetUploadUrl(v string) *CreateUploadUrlOutput

SetUploadUrl sets the UploadUrl field's value.

func (CreateUploadUrlOutput) String

func (s CreateUploadUrlOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CustomPayload

type CustomPayload struct {

    // The string that is sent to your application.
    //
    // Value is a required field
    Value *string `locationName:"value" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

A custom response string that Amazon Lex sends to your application. You define the content and structure the string.

func (CustomPayload) GoString

func (s CustomPayload) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomPayload) SetValue

func (s *CustomPayload) SetValue(v string) *CustomPayload

SetValue sets the Value field's value.

func (CustomPayload) String

func (s CustomPayload) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomPayload) Validate

func (s *CustomPayload) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CustomVocabularyEntryId

type CustomVocabularyEntryId struct {

    // The unique item identifier for the custom vocabulary items.
    //
    // ItemId is a required field
    ItemId *string `locationName:"itemId" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

The unique entry identifier for the custom vocabulary items.

func (CustomVocabularyEntryId) GoString

func (s CustomVocabularyEntryId) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomVocabularyEntryId) SetItemId

func (s *CustomVocabularyEntryId) SetItemId(v string) *CustomVocabularyEntryId

SetItemId sets the ItemId field's value.

func (CustomVocabularyEntryId) String

func (s CustomVocabularyEntryId) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomVocabularyEntryId) Validate

func (s *CustomVocabularyEntryId) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CustomVocabularyExportSpecification

type CustomVocabularyExportSpecification struct {

    // The identifier of the bot that contains the custom vocabulary to export.
    //
    // BotId is a required field
    BotId *string `locationName:"botId" min:"10" type:"string" required:"true"`

    // The version of the bot that contains the custom vocabulary to export.
    //
    // BotVersion is a required field
    BotVersion *string `locationName:"botVersion" min:"1" type:"string" required:"true"`

    // The locale of the bot that contains the custom vocabulary to export.
    //
    // LocaleId is a required field
    LocaleId *string `locationName:"localeId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Provides the parameters required for exporting a custom vocabulary.

func (CustomVocabularyExportSpecification) GoString

func (s CustomVocabularyExportSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomVocabularyExportSpecification) SetBotId

func (s *CustomVocabularyExportSpecification) SetBotId(v string) *CustomVocabularyExportSpecification

SetBotId sets the BotId field's value.

func (*CustomVocabularyExportSpecification) SetBotVersion

func (s *CustomVocabularyExportSpecification) SetBotVersion(v string) *CustomVocabularyExportSpecification

SetBotVersion sets the BotVersion field's value.

func (*CustomVocabularyExportSpecification) SetLocaleId

func (s *CustomVocabularyExportSpecification) SetLocaleId(v string) *CustomVocabularyExportSpecification

SetLocaleId sets the LocaleId field's value.

func (CustomVocabularyExportSpecification) String

func (s CustomVocabularyExportSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomVocabularyExportSpecification) Validate

func (s *CustomVocabularyExportSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CustomVocabularyImportSpecification

type CustomVocabularyImportSpecification struct {

    // The identifier of the bot to import the custom vocabulary to.
    //
    // BotId is a required field
    BotId *string `locationName:"botId" min:"10" type:"string" required:"true"`

    // The version of the bot to import the custom vocabulary to.
    //
    // BotVersion is a required field
    BotVersion *string `locationName:"botVersion" min:"5" type:"string" required:"true"`

    // The identifier of the local to import the custom vocabulary to. The value
    // must be en_GB.
    //
    // LocaleId is a required field
    LocaleId *string `locationName:"localeId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Provides the parameters required for importing a custom vocabulary.

func (CustomVocabularyImportSpecification) GoString

func (s CustomVocabularyImportSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomVocabularyImportSpecification) SetBotId

func (s *CustomVocabularyImportSpecification) SetBotId(v string) *CustomVocabularyImportSpecification

SetBotId sets the BotId field's value.

func (*CustomVocabularyImportSpecification) SetBotVersion

func (s *CustomVocabularyImportSpecification) SetBotVersion(v string) *CustomVocabularyImportSpecification

SetBotVersion sets the BotVersion field's value.

func (*CustomVocabularyImportSpecification) SetLocaleId

func (s *CustomVocabularyImportSpecification) SetLocaleId(v string) *CustomVocabularyImportSpecification

SetLocaleId sets the LocaleId field's value.

func (CustomVocabularyImportSpecification) String

func (s CustomVocabularyImportSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomVocabularyImportSpecification) Validate

func (s *CustomVocabularyImportSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CustomVocabularyItem

type CustomVocabularyItem struct {

    // The DisplayAs value for the custom vocabulary item from the custom vocabulary
    // list.
    DisplayAs *string `locationName:"displayAs" min:"1" type:"string"`

    // The unique item identifer for the custom vocabulary item from the custom
    // vocabulary list.
    //
    // ItemId is a required field
    ItemId *string `locationName:"itemId" min:"1" type:"string" required:"true"`

    // The unique phrase for the custom vocabulary item from the custom vocabulary
    // list.
    //
    // Phrase is a required field
    Phrase *string `locationName:"phrase" min:"1" type:"string" required:"true"`

    // The weight assigned for the custom vocabulary item from the custom vocabulary
    // list.
    Weight *int64 `locationName:"weight" min:"1" type:"integer"`
    // contains filtered or unexported fields
}

The unique custom vocabulary item from the custom vocabulary list.

func (CustomVocabularyItem) GoString

func (s CustomVocabularyItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomVocabularyItem) SetDisplayAs

func (s *CustomVocabularyItem) SetDisplayAs(v string) *CustomVocabularyItem

SetDisplayAs sets the DisplayAs field's value.

func (*CustomVocabularyItem) SetItemId

func (s *CustomVocabularyItem) SetItemId(v string) *CustomVocabularyItem

SetItemId sets the ItemId field's value.

func (*CustomVocabularyItem) SetPhrase

func (s *CustomVocabularyItem) SetPhrase(v string) *CustomVocabularyItem

SetPhrase sets the Phrase field's value.

func (*CustomVocabularyItem) SetWeight

func (s *CustomVocabularyItem) SetWeight(v int64) *CustomVocabularyItem

SetWeight sets the Weight field's value.

func (CustomVocabularyItem) String

func (s CustomVocabularyItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomVocabularyItem) Validate

func (s *CustomVocabularyItem) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DTMFSpecification

type DTMFSpecification struct {

    // The DTMF character that clears the accumulated DTMF digits and immediately
    // ends the input.
    //
    // DeletionCharacter is a required field
    DeletionCharacter *string `locationName:"deletionCharacter" type:"string" required:"true"`

    // The DTMF character that immediately ends input. If the user does not press
    // this character, the input ends after the end timeout.
    //
    // EndCharacter is a required field
    EndCharacter *string `locationName:"endCharacter" type:"string" required:"true"`

    // How long the bot should wait after the last DTMF character input before assuming
    // that the input has concluded.
    //
    // EndTimeoutMs is a required field
    EndTimeoutMs *int64 `locationName:"endTimeoutMs" min:"1" type:"integer" required:"true"`

    // The maximum number of DTMF digits allowed in an utterance.
    //
    // MaxLength is a required field
    MaxLength *int64 `locationName:"maxLength" min:"1" type:"integer" required:"true"`
    // contains filtered or unexported fields
}

Specifies the DTMF input specifications.

func (DTMFSpecification) GoString

func (s DTMFSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DTMFSpecification) SetDeletionCharacter

func (s *DTMFSpecification) SetDeletionCharacter(v string) *DTMFSpecification

SetDeletionCharacter sets the DeletionCharacter field's value.

func (*DTMFSpecification) SetEndCharacter

func (s *DTMFSpecification) SetEndCharacter(v string) *DTMFSpecification

SetEndCharacter sets the EndCharacter field's value.

func (*DTMFSpecification) SetEndTimeoutMs

func (s *DTMFSpecification) SetEndTimeoutMs(v int64) *DTMFSpecification

SetEndTimeoutMs sets the EndTimeoutMs field's value.

func (*DTMFSpecification) SetMaxLength

func (s *DTMFSpecification) SetMaxLength(v int64) *DTMFSpecification

SetMaxLength sets the MaxLength field's value.

func (DTMFSpecification) String

func (s DTMFSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DTMFSpecification) Validate

func (s *DTMFSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DataPrivacy

type DataPrivacy struct {

    // For each Amazon Lex bot created with the Amazon Lex Model Building Service,
    // you must specify whether your use of Amazon Lex is related to a website,
    // program, or other application that is directed or targeted, in whole or in
    // part, to children under age 13 and subject to the Children's Online Privacy
    // Protection Act (COPPA) by specifying true or false in the childDirected field.
    // By specifying true in the childDirected field, you confirm that your use
    // of Amazon Lex is related to a website, program, or other application that
    // is directed or targeted, in whole or in part, to children under age 13 and
    // subject to COPPA. By specifying false in the childDirected field, you confirm
    // that your use of Amazon Lex is not related to a website, program, or other
    // application that is directed or targeted, in whole or in part, to children
    // under age 13 and subject to COPPA. You may not specify a default value for
    // the childDirected field that does not accurately reflect whether your use
    // of Amazon Lex is related to a website, program, or other application that
    // is directed or targeted, in whole or in part, to children under age 13 and
    // subject to COPPA. If your use of Amazon Lex relates to a website, program,
    // or other application that is directed in whole or in part, to children under
    // age 13, you must obtain any required verifiable parental consent under COPPA.
    // For information regarding the use of Amazon Lex in connection with websites,
    // programs, or other applications that are directed or targeted, in whole or
    // in part, to children under age 13, see the Amazon Lex FAQ (https://aws.amazon.com/lex/faqs#data-security).
    //
    // ChildDirected is a required field
    ChildDirected *bool `locationName:"childDirected" type:"boolean" required:"true"`
    // contains filtered or unexported fields
}

By default, data stored by Amazon Lex is encrypted. The DataPrivacy structure provides settings that determine how Amazon Lex handles special cases of securing the data for your bot.

func (DataPrivacy) GoString

func (s DataPrivacy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataPrivacy) SetChildDirected

func (s *DataPrivacy) SetChildDirected(v bool) *DataPrivacy

SetChildDirected sets the ChildDirected field's value.

func (DataPrivacy) String

func (s DataPrivacy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataPrivacy) Validate

func (s *DataPrivacy) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DateRangeFilter

type DateRangeFilter struct {

    // A timestamp indicating the end date for the date range filter.
    //
    // EndDateTime is a required field
    EndDateTime *time.Time `locationName:"endDateTime" type:"timestamp" required:"true"`

    // A timestamp indicating the start date for the date range filter.
    //
    // StartDateTime is a required field
    StartDateTime *time.Time `locationName:"startDateTime" type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

The object used for specifying the data range that the customer wants Amazon Lex to read through in the input transcripts.

func (DateRangeFilter) GoString

func (s DateRangeFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateRangeFilter) SetEndDateTime

func (s *DateRangeFilter) SetEndDateTime(v time.Time) *DateRangeFilter

SetEndDateTime sets the EndDateTime field's value.

func (*DateRangeFilter) SetStartDateTime

func (s *DateRangeFilter) SetStartDateTime(v time.Time) *DateRangeFilter

SetStartDateTime sets the StartDateTime field's value.

func (DateRangeFilter) String

func (s DateRangeFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateRangeFilter) Validate

func (s *DateRangeFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DefaultConditionalBranch

type DefaultConditionalBranch struct {

    // The next step in the conversation.
    NextStep *DialogState `locationName:"nextStep" type:"structure"`

    // Specifies a list of message groups that Amazon Lex uses to respond the user
    // input.
    Response *ResponseSpecification `locationName:"response" type:"structure"`
    // contains filtered or unexported fields
}

A set of actions that Amazon Lex should run if none of the other conditions are met.

func (DefaultConditionalBranch) GoString

func (s DefaultConditionalBranch) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DefaultConditionalBranch) SetNextStep

func (s *DefaultConditionalBranch) SetNextStep(v *DialogState) *DefaultConditionalBranch

SetNextStep sets the NextStep field's value.

func (*DefaultConditionalBranch) SetResponse

func (s *DefaultConditionalBranch) SetResponse(v *ResponseSpecification) *DefaultConditionalBranch

SetResponse sets the Response field's value.

func (DefaultConditionalBranch) String

func (s DefaultConditionalBranch) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DefaultConditionalBranch) Validate

func (s *DefaultConditionalBranch) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteBotAliasInput

type DeleteBotAliasInput struct {

    // The unique identifier of the bot alias to delete.
    //
    // BotAliasId is a required field
    BotAliasId *string `location:"uri" locationName:"botAliasId" min:"10" type:"string" required:"true"`

    // The unique identifier of the bot associated with the alias to delete.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // By default, Amazon Lex checks if any other resource, such as a bot network,
    // is using the bot alias before it is deleted and throws a ResourceInUseException
    // exception if the alias is being used by another resource. Set this parameter
    // to true to skip this check and remove the alias even if it is being used
    // by another resource.
    SkipResourceInUseCheck *bool `location:"querystring" locationName:"skipResourceInUseCheck" type:"boolean"`
    // contains filtered or unexported fields
}

func (DeleteBotAliasInput) GoString

func (s DeleteBotAliasInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBotAliasInput) SetBotAliasId

func (s *DeleteBotAliasInput) SetBotAliasId(v string) *DeleteBotAliasInput

SetBotAliasId sets the BotAliasId field's value.

func (*DeleteBotAliasInput) SetBotId

func (s *DeleteBotAliasInput) SetBotId(v string) *DeleteBotAliasInput

SetBotId sets the BotId field's value.

func (*DeleteBotAliasInput) SetSkipResourceInUseCheck

func (s *DeleteBotAliasInput) SetSkipResourceInUseCheck(v bool) *DeleteBotAliasInput

SetSkipResourceInUseCheck sets the SkipResourceInUseCheck field's value.

func (DeleteBotAliasInput) String

func (s DeleteBotAliasInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBotAliasInput) Validate

func (s *DeleteBotAliasInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteBotAliasOutput

type DeleteBotAliasOutput struct {

    // The unique identifier of the bot alias to delete.
    BotAliasId *string `locationName:"botAliasId" min:"10" type:"string"`

    // The current status of the alias. The status is Deleting while the alias is
    // in the process of being deleted. Once the alias is deleted, it will no longer
    // appear in the list of aliases returned by the ListBotAliases operation.
    BotAliasStatus *string `locationName:"botAliasStatus" type:"string" enum:"BotAliasStatus"`

    // The unique identifier of the bot that contains the alias to delete.
    BotId *string `locationName:"botId" min:"10" type:"string"`
    // contains filtered or unexported fields
}

func (DeleteBotAliasOutput) GoString

func (s DeleteBotAliasOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBotAliasOutput) SetBotAliasId

func (s *DeleteBotAliasOutput) SetBotAliasId(v string) *DeleteBotAliasOutput

SetBotAliasId sets the BotAliasId field's value.

func (*DeleteBotAliasOutput) SetBotAliasStatus

func (s *DeleteBotAliasOutput) SetBotAliasStatus(v string) *DeleteBotAliasOutput

SetBotAliasStatus sets the BotAliasStatus field's value.

func (*DeleteBotAliasOutput) SetBotId

func (s *DeleteBotAliasOutput) SetBotId(v string) *DeleteBotAliasOutput

SetBotId sets the BotId field's value.

func (DeleteBotAliasOutput) String

func (s DeleteBotAliasOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteBotInput

type DeleteBotInput struct {

    // The identifier of the bot to delete.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // By default, Amazon Lex checks if any other resource, such as an alias or
    // bot network, is using the bot version before it is deleted and throws a ResourceInUseException
    // exception if the bot is being used by another resource. Set this parameter
    // to true to skip this check and remove the bot even if it is being used by
    // another resource.
    SkipResourceInUseCheck *bool `location:"querystring" locationName:"skipResourceInUseCheck" type:"boolean"`
    // contains filtered or unexported fields
}

func (DeleteBotInput) GoString

func (s DeleteBotInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBotInput) SetBotId

func (s *DeleteBotInput) SetBotId(v string) *DeleteBotInput

SetBotId sets the BotId field's value.

func (*DeleteBotInput) SetSkipResourceInUseCheck

func (s *DeleteBotInput) SetSkipResourceInUseCheck(v bool) *DeleteBotInput

SetSkipResourceInUseCheck sets the SkipResourceInUseCheck field's value.

func (DeleteBotInput) String

func (s DeleteBotInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBotInput) Validate

func (s *DeleteBotInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteBotLocaleInput

type DeleteBotLocaleInput struct {

    // The unique identifier of the bot that contains the locale.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // The version of the bot that contains the locale.
    //
    // BotVersion is a required field
    BotVersion *string `location:"uri" locationName:"botVersion" min:"5" type:"string" required:"true"`

    // The identifier of the language and locale that will be deleted. The string
    // must match one of the supported locales. For more information, see Supported
    // languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
    //
    // LocaleId is a required field
    LocaleId *string `location:"uri" locationName:"localeId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteBotLocaleInput) GoString

func (s DeleteBotLocaleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBotLocaleInput) SetBotId

func (s *DeleteBotLocaleInput) SetBotId(v string) *DeleteBotLocaleInput

SetBotId sets the BotId field's value.

func (*DeleteBotLocaleInput) SetBotVersion

func (s *DeleteBotLocaleInput) SetBotVersion(v string) *DeleteBotLocaleInput

SetBotVersion sets the BotVersion field's value.

func (*DeleteBotLocaleInput) SetLocaleId

func (s *DeleteBotLocaleInput) SetLocaleId(v string) *DeleteBotLocaleInput

SetLocaleId sets the LocaleId field's value.

func (DeleteBotLocaleInput) String

func (s DeleteBotLocaleInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBotLocaleInput) Validate

func (s *DeleteBotLocaleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteBotLocaleOutput

type DeleteBotLocaleOutput struct {

    // The identifier of the bot that contained the deleted locale.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // The status of deleting the bot locale. The locale first enters the Deleting
    // status. Once the locale is deleted it no longer appears in the list of locales
    // for the bot.
    BotLocaleStatus *string `locationName:"botLocaleStatus" type:"string" enum:"BotLocaleStatus"`

    // The version of the bot that contained the deleted locale.
    BotVersion *string `locationName:"botVersion" min:"5" type:"string"`

    // The language and locale of the deleted locale.
    LocaleId *string `locationName:"localeId" type:"string"`
    // contains filtered or unexported fields
}

func (DeleteBotLocaleOutput) GoString

func (s DeleteBotLocaleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBotLocaleOutput) SetBotId

func (s *DeleteBotLocaleOutput) SetBotId(v string) *DeleteBotLocaleOutput

SetBotId sets the BotId field's value.

func (*DeleteBotLocaleOutput) SetBotLocaleStatus

func (s *DeleteBotLocaleOutput) SetBotLocaleStatus(v string) *DeleteBotLocaleOutput

SetBotLocaleStatus sets the BotLocaleStatus field's value.

func (*DeleteBotLocaleOutput) SetBotVersion

func (s *DeleteBotLocaleOutput) SetBotVersion(v string) *DeleteBotLocaleOutput

SetBotVersion sets the BotVersion field's value.

func (*DeleteBotLocaleOutput) SetLocaleId

func (s *DeleteBotLocaleOutput) SetLocaleId(v string) *DeleteBotLocaleOutput

SetLocaleId sets the LocaleId field's value.

func (DeleteBotLocaleOutput) String

func (s DeleteBotLocaleOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteBotOutput

type DeleteBotOutput struct {

    // The unique identifier of the bot that Amazon Lex is deleting.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // The current status of the bot. The status is Deleting while the bot and its
    // associated resources are being deleted.
    BotStatus *string `locationName:"botStatus" type:"string" enum:"BotStatus"`
    // contains filtered or unexported fields
}

func (DeleteBotOutput) GoString

func (s DeleteBotOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBotOutput) SetBotId

func (s *DeleteBotOutput) SetBotId(v string) *DeleteBotOutput

SetBotId sets the BotId field's value.

func (*DeleteBotOutput) SetBotStatus

func (s *DeleteBotOutput) SetBotStatus(v string) *DeleteBotOutput

SetBotStatus sets the BotStatus field's value.

func (DeleteBotOutput) String

func (s DeleteBotOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteBotVersionInput

type DeleteBotVersionInput struct {

    // The identifier of the bot that contains the version.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // The version of the bot to delete.
    //
    // BotVersion is a required field
    BotVersion *string `location:"uri" locationName:"botVersion" min:"1" type:"string" required:"true"`

    // By default, Amazon Lex checks if any other resource, such as an alias or
    // bot network, is using the bot version before it is deleted and throws a ResourceInUseException
    // exception if the version is being used by another resource. Set this parameter
    // to true to skip this check and remove the version even if it is being used
    // by another resource.
    SkipResourceInUseCheck *bool `location:"querystring" locationName:"skipResourceInUseCheck" type:"boolean"`
    // contains filtered or unexported fields
}

func (DeleteBotVersionInput) GoString

func (s DeleteBotVersionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBotVersionInput) SetBotId

func (s *DeleteBotVersionInput) SetBotId(v string) *DeleteBotVersionInput

SetBotId sets the BotId field's value.

func (*DeleteBotVersionInput) SetBotVersion

func (s *DeleteBotVersionInput) SetBotVersion(v string) *DeleteBotVersionInput

SetBotVersion sets the BotVersion field's value.

func (*DeleteBotVersionInput) SetSkipResourceInUseCheck

func (s *DeleteBotVersionInput) SetSkipResourceInUseCheck(v bool) *DeleteBotVersionInput

SetSkipResourceInUseCheck sets the SkipResourceInUseCheck field's value.

func (DeleteBotVersionInput) String

func (s DeleteBotVersionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBotVersionInput) Validate

func (s *DeleteBotVersionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteBotVersionOutput

type DeleteBotVersionOutput struct {

    // The identifier of the bot that is being deleted.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // The current status of the bot.
    BotStatus *string `locationName:"botStatus" type:"string" enum:"BotStatus"`

    // The version of the bot that is being deleted.
    BotVersion *string `locationName:"botVersion" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (DeleteBotVersionOutput) GoString

func (s DeleteBotVersionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBotVersionOutput) SetBotId

func (s *DeleteBotVersionOutput) SetBotId(v string) *DeleteBotVersionOutput

SetBotId sets the BotId field's value.

func (*DeleteBotVersionOutput) SetBotStatus

func (s *DeleteBotVersionOutput) SetBotStatus(v string) *DeleteBotVersionOutput

SetBotStatus sets the BotStatus field's value.

func (*DeleteBotVersionOutput) SetBotVersion

func (s *DeleteBotVersionOutput) SetBotVersion(v string) *DeleteBotVersionOutput

SetBotVersion sets the BotVersion field's value.

func (DeleteBotVersionOutput) String

func (s DeleteBotVersionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteCustomVocabularyInput

type DeleteCustomVocabularyInput struct {

    // The unique identifier of the bot to remove the custom vocabulary from.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // The version of the bot to remove the custom vocabulary from.
    //
    // BotVersion is a required field
    BotVersion *string `location:"uri" locationName:"botVersion" min:"5" type:"string" required:"true"`

    // The locale identifier for the locale that contains the custom vocabulary
    // to remove.
    //
    // LocaleId is a required field
    LocaleId *string `location:"uri" locationName:"localeId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteCustomVocabularyInput) GoString

func (s DeleteCustomVocabularyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteCustomVocabularyInput) SetBotId

func (s *DeleteCustomVocabularyInput) SetBotId(v string) *DeleteCustomVocabularyInput

SetBotId sets the BotId field's value.

func (*DeleteCustomVocabularyInput) SetBotVersion

func (s *DeleteCustomVocabularyInput) SetBotVersion(v string) *DeleteCustomVocabularyInput

SetBotVersion sets the BotVersion field's value.

func (*DeleteCustomVocabularyInput) SetLocaleId

func (s *DeleteCustomVocabularyInput) SetLocaleId(v string) *DeleteCustomVocabularyInput

SetLocaleId sets the LocaleId field's value.

func (DeleteCustomVocabularyInput) String

func (s DeleteCustomVocabularyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteCustomVocabularyInput) Validate

func (s *DeleteCustomVocabularyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteCustomVocabularyOutput

type DeleteCustomVocabularyOutput struct {

    // The identifier of the bot that the custom vocabulary was removed from.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // The version of the bot that the custom vocabulary was removed from.
    BotVersion *string `locationName:"botVersion" min:"5" type:"string"`

    // The status of removing the custom vocabulary.
    CustomVocabularyStatus *string `locationName:"customVocabularyStatus" type:"string" enum:"CustomVocabularyStatus"`

    // The locale identifier for the locale that the custom vocabulary was removed
    // from.
    LocaleId *string `locationName:"localeId" type:"string"`
    // contains filtered or unexported fields
}

func (DeleteCustomVocabularyOutput) GoString

func (s DeleteCustomVocabularyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteCustomVocabularyOutput) SetBotId

func (s *DeleteCustomVocabularyOutput) SetBotId(v string) *DeleteCustomVocabularyOutput

SetBotId sets the BotId field's value.

func (*DeleteCustomVocabularyOutput) SetBotVersion

func (s *DeleteCustomVocabularyOutput) SetBotVersion(v string) *DeleteCustomVocabularyOutput

SetBotVersion sets the BotVersion field's value.

func (*DeleteCustomVocabularyOutput) SetCustomVocabularyStatus

func (s *DeleteCustomVocabularyOutput) SetCustomVocabularyStatus(v string) *DeleteCustomVocabularyOutput

SetCustomVocabularyStatus sets the CustomVocabularyStatus field's value.

func (*DeleteCustomVocabularyOutput) SetLocaleId

func (s *DeleteCustomVocabularyOutput) SetLocaleId(v string) *DeleteCustomVocabularyOutput

SetLocaleId sets the LocaleId field's value.

func (DeleteCustomVocabularyOutput) String

func (s DeleteCustomVocabularyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteExportInput

type DeleteExportInput struct {

    // The unique identifier of the export to delete.
    //
    // ExportId is a required field
    ExportId *string `location:"uri" locationName:"exportId" min:"10" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteExportInput) GoString

func (s DeleteExportInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteExportInput) SetExportId

func (s *DeleteExportInput) SetExportId(v string) *DeleteExportInput

SetExportId sets the ExportId field's value.

func (DeleteExportInput) String

func (s DeleteExportInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteExportInput) Validate

func (s *DeleteExportInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteExportOutput

type DeleteExportOutput struct {

    // The unique identifier of the deleted export.
    ExportId *string `locationName:"exportId" min:"10" type:"string"`

    // The current status of the deletion. When the deletion is complete, the export
    // will no longer be returned by the ListExports (https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListExports.html)
    // operation and calls to the DescribeExport (https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeExport.html)
    // operation with the export identifier will fail.
    ExportStatus *string `locationName:"exportStatus" type:"string" enum:"ExportStatus"`
    // contains filtered or unexported fields
}

func (DeleteExportOutput) GoString

func (s DeleteExportOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteExportOutput) SetExportId

func (s *DeleteExportOutput) SetExportId(v string) *DeleteExportOutput

SetExportId sets the ExportId field's value.

func (*DeleteExportOutput) SetExportStatus

func (s *DeleteExportOutput) SetExportStatus(v string) *DeleteExportOutput

SetExportStatus sets the ExportStatus field's value.

func (DeleteExportOutput) String

func (s DeleteExportOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteImportInput

type DeleteImportInput struct {

    // The unique identifier of the import to delete.
    //
    // ImportId is a required field
    ImportId *string `location:"uri" locationName:"importId" min:"10" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteImportInput) GoString

func (s DeleteImportInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteImportInput) SetImportId

func (s *DeleteImportInput) SetImportId(v string) *DeleteImportInput

SetImportId sets the ImportId field's value.

func (DeleteImportInput) String

func (s DeleteImportInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteImportInput) Validate

func (s *DeleteImportInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteImportOutput

type DeleteImportOutput struct {

    // The unique identifier of the deleted import.
    ImportId *string `locationName:"importId" min:"10" type:"string"`

    // The current status of the deletion. When the deletion is complete, the import
    // will no longer be returned by the ListImports (https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListImports.html)
    // operation and calls to the DescribeImport (https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeImport.html)
    // operation with the import identifier will fail.
    ImportStatus *string `locationName:"importStatus" type:"string" enum:"ImportStatus"`
    // contains filtered or unexported fields
}

func (DeleteImportOutput) GoString

func (s DeleteImportOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteImportOutput) SetImportId

func (s *DeleteImportOutput) SetImportId(v string) *DeleteImportOutput

SetImportId sets the ImportId field's value.

func (*DeleteImportOutput) SetImportStatus

func (s *DeleteImportOutput) SetImportStatus(v string) *DeleteImportOutput

SetImportStatus sets the ImportStatus field's value.

func (DeleteImportOutput) String

func (s DeleteImportOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteIntentInput

type DeleteIntentInput struct {

    // The identifier of the bot associated with the intent.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // The version of the bot associated with the intent.
    //
    // BotVersion is a required field
    BotVersion *string `location:"uri" locationName:"botVersion" min:"5" type:"string" required:"true"`

    // The unique identifier of the intent to delete.
    //
    // IntentId is a required field
    IntentId *string `location:"uri" locationName:"intentId" min:"10" type:"string" required:"true"`

    // The identifier of the language and locale where the bot will be deleted.
    // The string must match one of the supported locales. For more information,
    // see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
    //
    // LocaleId is a required field
    LocaleId *string `location:"uri" locationName:"localeId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteIntentInput) GoString

func (s DeleteIntentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteIntentInput) SetBotId

func (s *DeleteIntentInput) SetBotId(v string) *DeleteIntentInput

SetBotId sets the BotId field's value.

func (*DeleteIntentInput) SetBotVersion

func (s *DeleteIntentInput) SetBotVersion(v string) *DeleteIntentInput

SetBotVersion sets the BotVersion field's value.

func (*DeleteIntentInput) SetIntentId

func (s *DeleteIntentInput) SetIntentId(v string) *DeleteIntentInput

SetIntentId sets the IntentId field's value.

func (*DeleteIntentInput) SetLocaleId

func (s *DeleteIntentInput) SetLocaleId(v string) *DeleteIntentInput

SetLocaleId sets the LocaleId field's value.

func (DeleteIntentInput) String

func (s DeleteIntentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteIntentInput) Validate

func (s *DeleteIntentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteIntentOutput

type DeleteIntentOutput struct {
    // contains filtered or unexported fields
}

func (DeleteIntentOutput) GoString

func (s DeleteIntentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteIntentOutput) String

func (s DeleteIntentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteResourcePolicyInput

type DeleteResourcePolicyInput struct {

    // The identifier of the revision to edit. If this ID doesn't match the current
    // revision number, Amazon Lex returns an exception
    //
    // If you don't specify a revision ID, Amazon Lex will delete the current policy.
    ExpectedRevisionId *string `location:"querystring" locationName:"expectedRevisionId" min:"1" type:"string"`

    // The Amazon Resource Name (ARN) of the bot or bot alias that has the resource
    // policy attached.
    //
    // ResourceArn is a required field
    ResourceArn *string `location:"uri" locationName:"resourceArn" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteResourcePolicyInput) GoString

func (s DeleteResourcePolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteResourcePolicyInput) SetExpectedRevisionId

func (s *DeleteResourcePolicyInput) SetExpectedRevisionId(v string) *DeleteResourcePolicyInput

SetExpectedRevisionId sets the ExpectedRevisionId field's value.

func (*DeleteResourcePolicyInput) SetResourceArn

func (s *DeleteResourcePolicyInput) SetResourceArn(v string) *DeleteResourcePolicyInput

SetResourceArn sets the ResourceArn field's value.

func (DeleteResourcePolicyInput) String

func (s DeleteResourcePolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteResourcePolicyInput) Validate

func (s *DeleteResourcePolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteResourcePolicyOutput

type DeleteResourcePolicyOutput struct {

    // The Amazon Resource Name (ARN) of the bot or bot alias that the resource
    // policy was deleted from.
    ResourceArn *string `locationName:"resourceArn" min:"1" type:"string"`

    // The current revision of the resource policy. Use the revision ID to make
    // sure that you are updating the most current version of a resource policy
    // when you add a policy statement to a resource, delete a resource, or update
    // a resource.
    RevisionId *string `locationName:"revisionId" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (DeleteResourcePolicyOutput) GoString

func (s DeleteResourcePolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteResourcePolicyOutput) SetResourceArn

func (s *DeleteResourcePolicyOutput) SetResourceArn(v string) *DeleteResourcePolicyOutput

SetResourceArn sets the ResourceArn field's value.

func (*DeleteResourcePolicyOutput) SetRevisionId

func (s *DeleteResourcePolicyOutput) SetRevisionId(v string) *DeleteResourcePolicyOutput

SetRevisionId sets the RevisionId field's value.

func (DeleteResourcePolicyOutput) String

func (s DeleteResourcePolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteResourcePolicyStatementInput

type DeleteResourcePolicyStatementInput struct {

    // The identifier of the revision of the policy to delete the statement from.
    // If this revision ID doesn't match the current revision ID, Amazon Lex throws
    // an exception.
    //
    // If you don't specify a revision, Amazon Lex removes the current contents
    // of the statement.
    ExpectedRevisionId *string `location:"querystring" locationName:"expectedRevisionId" min:"1" type:"string"`

    // The Amazon Resource Name (ARN) of the bot or bot alias that the resource
    // policy is attached to.
    //
    // ResourceArn is a required field
    ResourceArn *string `location:"uri" locationName:"resourceArn" min:"1" type:"string" required:"true"`

    // The name of the statement (SID) to delete from the policy.
    //
    // StatementId is a required field
    StatementId *string `location:"uri" locationName:"statementId" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteResourcePolicyStatementInput) GoString

func (s DeleteResourcePolicyStatementInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteResourcePolicyStatementInput) SetExpectedRevisionId

func (s *DeleteResourcePolicyStatementInput) SetExpectedRevisionId(v string) *DeleteResourcePolicyStatementInput

SetExpectedRevisionId sets the ExpectedRevisionId field's value.

func (*DeleteResourcePolicyStatementInput) SetResourceArn

func (s *DeleteResourcePolicyStatementInput) SetResourceArn(v string) *DeleteResourcePolicyStatementInput

SetResourceArn sets the ResourceArn field's value.

func (*DeleteResourcePolicyStatementInput) SetStatementId

func (s *DeleteResourcePolicyStatementInput) SetStatementId(v string) *DeleteResourcePolicyStatementInput

SetStatementId sets the StatementId field's value.

func (DeleteResourcePolicyStatementInput) String

func (s DeleteResourcePolicyStatementInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteResourcePolicyStatementInput) Validate

func (s *DeleteResourcePolicyStatementInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteResourcePolicyStatementOutput

type DeleteResourcePolicyStatementOutput struct {

    // The Amazon Resource Name (ARN) of the bot or bot alias that the resource
    // policy statement was removed from.
    ResourceArn *string `locationName:"resourceArn" min:"1" type:"string"`

    // The current revision of the resource policy. Use the revision ID to make
    // sure that you are updating the most current version of a resource policy
    // when you add a policy statement to a resource, delete a resource, or update
    // a resource.
    RevisionId *string `locationName:"revisionId" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (DeleteResourcePolicyStatementOutput) GoString

func (s DeleteResourcePolicyStatementOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteResourcePolicyStatementOutput) SetResourceArn

func (s *DeleteResourcePolicyStatementOutput) SetResourceArn(v string) *DeleteResourcePolicyStatementOutput

SetResourceArn sets the ResourceArn field's value.

func (*DeleteResourcePolicyStatementOutput) SetRevisionId

func (s *DeleteResourcePolicyStatementOutput) SetRevisionId(v string) *DeleteResourcePolicyStatementOutput

SetRevisionId sets the RevisionId field's value.

func (DeleteResourcePolicyStatementOutput) String

func (s DeleteResourcePolicyStatementOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteSlotInput

type DeleteSlotInput struct {

    // The identifier of the bot associated with the slot to delete.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // The version of the bot associated with the slot to delete.
    //
    // BotVersion is a required field
    BotVersion *string `location:"uri" locationName:"botVersion" min:"5" type:"string" required:"true"`

    // The identifier of the intent associated with the slot.
    //
    // IntentId is a required field
    IntentId *string `location:"uri" locationName:"intentId" min:"10" type:"string" required:"true"`

    // The identifier of the language and locale that the slot will be deleted from.
    // The string must match one of the supported locales. For more information,
    // see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
    //
    // LocaleId is a required field
    LocaleId *string `location:"uri" locationName:"localeId" type:"string" required:"true"`

    // The identifier of the slot to delete.
    //
    // SlotId is a required field
    SlotId *string `location:"uri" locationName:"slotId" min:"10" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteSlotInput) GoString

func (s DeleteSlotInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteSlotInput) SetBotId

func (s *DeleteSlotInput) SetBotId(v string) *DeleteSlotInput

SetBotId sets the BotId field's value.

func (*DeleteSlotInput) SetBotVersion

func (s *DeleteSlotInput) SetBotVersion(v string) *DeleteSlotInput

SetBotVersion sets the BotVersion field's value.

func (*DeleteSlotInput) SetIntentId

func (s *DeleteSlotInput) SetIntentId(v string) *DeleteSlotInput

SetIntentId sets the IntentId field's value.

func (*DeleteSlotInput) SetLocaleId

func (s *DeleteSlotInput) SetLocaleId(v string) *DeleteSlotInput

SetLocaleId sets the LocaleId field's value.

func (*DeleteSlotInput) SetSlotId

func (s *DeleteSlotInput) SetSlotId(v string) *DeleteSlotInput

SetSlotId sets the SlotId field's value.

func (DeleteSlotInput) String

func (s DeleteSlotInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteSlotInput) Validate

func (s *DeleteSlotInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteSlotOutput

type DeleteSlotOutput struct {
    // contains filtered or unexported fields
}

func (DeleteSlotOutput) GoString

func (s DeleteSlotOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteSlotOutput) String

func (s DeleteSlotOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteSlotTypeInput

type DeleteSlotTypeInput struct {

    // The identifier of the bot associated with the slot type.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // The version of the bot associated with the slot type.
    //
    // BotVersion is a required field
    BotVersion *string `location:"uri" locationName:"botVersion" min:"5" type:"string" required:"true"`

    // The identifier of the language and locale that the slot type will be deleted
    // from. The string must match one of the supported locales. For more information,
    // see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
    //
    // LocaleId is a required field
    LocaleId *string `location:"uri" locationName:"localeId" type:"string" required:"true"`

    // By default, the DeleteSlotType operations throws a ResourceInUseException
    // exception if you try to delete a slot type used by a slot. Set the skipResourceInUseCheck
    // parameter to true to skip this check and remove the slot type even if a slot
    // uses it.
    SkipResourceInUseCheck *bool `location:"querystring" locationName:"skipResourceInUseCheck" type:"boolean"`

    // The identifier of the slot type to delete.
    //
    // SlotTypeId is a required field
    SlotTypeId *string `location:"uri" locationName:"slotTypeId" min:"10" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteSlotTypeInput) GoString

func (s DeleteSlotTypeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteSlotTypeInput) SetBotId

func (s *DeleteSlotTypeInput) SetBotId(v string) *DeleteSlotTypeInput

SetBotId sets the BotId field's value.

func (*DeleteSlotTypeInput) SetBotVersion

func (s *DeleteSlotTypeInput) SetBotVersion(v string) *DeleteSlotTypeInput

SetBotVersion sets the BotVersion field's value.

func (*DeleteSlotTypeInput) SetLocaleId

func (s *DeleteSlotTypeInput) SetLocaleId(v string) *DeleteSlotTypeInput

SetLocaleId sets the LocaleId field's value.

func (*DeleteSlotTypeInput) SetSkipResourceInUseCheck

func (s *DeleteSlotTypeInput) SetSkipResourceInUseCheck(v bool) *DeleteSlotTypeInput

SetSkipResourceInUseCheck sets the SkipResourceInUseCheck field's value.

func (*DeleteSlotTypeInput) SetSlotTypeId

func (s *DeleteSlotTypeInput) SetSlotTypeId(v string) *DeleteSlotTypeInput

SetSlotTypeId sets the SlotTypeId field's value.

func (DeleteSlotTypeInput) String

func (s DeleteSlotTypeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteSlotTypeInput) Validate

func (s *DeleteSlotTypeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteSlotTypeOutput

type DeleteSlotTypeOutput struct {
    // contains filtered or unexported fields
}

func (DeleteSlotTypeOutput) GoString

func (s DeleteSlotTypeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteSlotTypeOutput) String

func (s DeleteSlotTypeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteUtterancesInput

type DeleteUtterancesInput struct {

    // The unique identifier of the bot that contains the utterances.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // The identifier of the language and locale where the utterances were collected.
    // The string must match one of the supported locales. For more information,
    // see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
    LocaleId *string `location:"querystring" locationName:"localeId" type:"string"`

    // The unique identifier of the session with the user. The ID is returned in
    // the response from the RecognizeText (https://docs.aws.amazon.com/lexv2/latest/APIReference/API_runtime_RecognizeText.html)
    // and RecognizeUtterance (https://docs.aws.amazon.com/lexv2/latest/APIReference/API_runtime_RecognizeUtterance.html)
    // operations.
    SessionId *string `location:"querystring" locationName:"sessionId" min:"2" type:"string"`
    // contains filtered or unexported fields
}

func (DeleteUtterancesInput) GoString

func (s DeleteUtterancesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteUtterancesInput) SetBotId

func (s *DeleteUtterancesInput) SetBotId(v string) *DeleteUtterancesInput

SetBotId sets the BotId field's value.

func (*DeleteUtterancesInput) SetLocaleId

func (s *DeleteUtterancesInput) SetLocaleId(v string) *DeleteUtterancesInput

SetLocaleId sets the LocaleId field's value.

func (*DeleteUtterancesInput) SetSessionId

func (s *DeleteUtterancesInput) SetSessionId(v string) *DeleteUtterancesInput

SetSessionId sets the SessionId field's value.

func (DeleteUtterancesInput) String

func (s DeleteUtterancesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteUtterancesInput) Validate

func (s *DeleteUtterancesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteUtterancesOutput

type DeleteUtterancesOutput struct {
    // contains filtered or unexported fields
}

func (DeleteUtterancesOutput) GoString

func (s DeleteUtterancesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteUtterancesOutput) String

func (s DeleteUtterancesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeBotAliasInput

type DescribeBotAliasInput struct {

    // The identifier of the bot alias to describe.
    //
    // BotAliasId is a required field
    BotAliasId *string `location:"uri" locationName:"botAliasId" min:"10" type:"string" required:"true"`

    // The identifier of the bot associated with the bot alias to describe.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeBotAliasInput) GoString

func (s DescribeBotAliasInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeBotAliasInput) SetBotAliasId

func (s *DescribeBotAliasInput) SetBotAliasId(v string) *DescribeBotAliasInput

SetBotAliasId sets the BotAliasId field's value.

func (*DescribeBotAliasInput) SetBotId

func (s *DescribeBotAliasInput) SetBotId(v string) *DescribeBotAliasInput

SetBotId sets the BotId field's value.

func (DescribeBotAliasInput) String

func (s DescribeBotAliasInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeBotAliasInput) Validate

func (s *DescribeBotAliasInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeBotAliasOutput

type DescribeBotAliasOutput struct {

    // A list of events that affect a bot alias. For example, an event is recorded
    // when the version that the alias points to changes.
    BotAliasHistoryEvents []*BotAliasHistoryEvent `locationName:"botAliasHistoryEvents" type:"list"`

    // The identifier of the bot alias.
    BotAliasId *string `locationName:"botAliasId" min:"10" type:"string"`

    // The locale settings that are unique to the alias.
    BotAliasLocaleSettings map[string]*BotAliasLocaleSettings `locationName:"botAliasLocaleSettings" min:"1" type:"map"`

    // The name of the bot alias.
    BotAliasName *string `locationName:"botAliasName" min:"1" type:"string"`

    // The current status of the alias. When the alias is Available, the alias is
    // ready for use with your bot.
    BotAliasStatus *string `locationName:"botAliasStatus" type:"string" enum:"BotAliasStatus"`

    // The identifier of the bot associated with the bot alias.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // The version of the bot associated with the bot alias.
    BotVersion *string `locationName:"botVersion" min:"1" type:"string"`

    // Specifics of how Amazon Lex logs text and audio conversations with the bot
    // associated with the alias.
    ConversationLogSettings *ConversationLogSettings `locationName:"conversationLogSettings" type:"structure"`

    // A timestamp of the date and time that the alias was created.
    CreationDateTime *time.Time `locationName:"creationDateTime" type:"timestamp"`

    // The description of the bot alias.
    Description *string `locationName:"description" type:"string"`

    // A timestamp of the date and time that the alias was last updated.
    LastUpdatedDateTime *time.Time `locationName:"lastUpdatedDateTime" type:"timestamp"`

    // A list of the networks to which the bot alias you described belongs.
    ParentBotNetworks []*ParentBotNetwork `locationName:"parentBotNetworks" type:"list"`

    // Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment
    // of user utterances.
    SentimentAnalysisSettings *SentimentAnalysisSettings `locationName:"sentimentAnalysisSettings" type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeBotAliasOutput) GoString

func (s DescribeBotAliasOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeBotAliasOutput) SetBotAliasHistoryEvents

func (s *DescribeBotAliasOutput) SetBotAliasHistoryEvents(v []*BotAliasHistoryEvent) *DescribeBotAliasOutput

SetBotAliasHistoryEvents sets the BotAliasHistoryEvents field's value.

func (*DescribeBotAliasOutput) SetBotAliasId

func (s *DescribeBotAliasOutput) SetBotAliasId(v string) *DescribeBotAliasOutput

SetBotAliasId sets the BotAliasId field's value.

func (*DescribeBotAliasOutput) SetBotAliasLocaleSettings

func (s *DescribeBotAliasOutput) SetBotAliasLocaleSettings(v map[string]*BotAliasLocaleSettings) *DescribeBotAliasOutput

SetBotAliasLocaleSettings sets the BotAliasLocaleSettings field's value.

func (*DescribeBotAliasOutput) SetBotAliasName

func (s *DescribeBotAliasOutput) SetBotAliasName(v string) *DescribeBotAliasOutput

SetBotAliasName sets the BotAliasName field's value.

func (*DescribeBotAliasOutput) SetBotAliasStatus

func (s *DescribeBotAliasOutput) SetBotAliasStatus(v string) *DescribeBotAliasOutput

SetBotAliasStatus sets the BotAliasStatus field's value.

func (*DescribeBotAliasOutput) SetBotId

func (s *DescribeBotAliasOutput) SetBotId(v string) *DescribeBotAliasOutput

SetBotId sets the BotId field's value.

func (*DescribeBotAliasOutput) SetBotVersion

func (s *DescribeBotAliasOutput) SetBotVersion(v string) *DescribeBotAliasOutput

SetBotVersion sets the BotVersion field's value.

func (*DescribeBotAliasOutput) SetConversationLogSettings

func (s *DescribeBotAliasOutput) SetConversationLogSettings(v *ConversationLogSettings) *DescribeBotAliasOutput

SetConversationLogSettings sets the ConversationLogSettings field's value.

func (*DescribeBotAliasOutput) SetCreationDateTime

func (s *DescribeBotAliasOutput) SetCreationDateTime(v time.Time) *DescribeBotAliasOutput

SetCreationDateTime sets the CreationDateTime field's value.

func (*DescribeBotAliasOutput) SetDescription

func (s *DescribeBotAliasOutput) SetDescription(v string) *DescribeBotAliasOutput

SetDescription sets the Description field's value.

func (*DescribeBotAliasOutput) SetLastUpdatedDateTime

func (s *DescribeBotAliasOutput) SetLastUpdatedDateTime(v time.Time) *DescribeBotAliasOutput

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (*DescribeBotAliasOutput) SetParentBotNetworks

func (s *DescribeBotAliasOutput) SetParentBotNetworks(v []*ParentBotNetwork) *DescribeBotAliasOutput

SetParentBotNetworks sets the ParentBotNetworks field's value.

func (*DescribeBotAliasOutput) SetSentimentAnalysisSettings

func (s *DescribeBotAliasOutput) SetSentimentAnalysisSettings(v *SentimentAnalysisSettings) *DescribeBotAliasOutput

SetSentimentAnalysisSettings sets the SentimentAnalysisSettings field's value.

func (DescribeBotAliasOutput) String

func (s DescribeBotAliasOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeBotInput

type DescribeBotInput struct {

    // The unique identifier of the bot to describe.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeBotInput) GoString

func (s DescribeBotInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeBotInput) SetBotId

func (s *DescribeBotInput) SetBotId(v string) *DescribeBotInput

SetBotId sets the BotId field's value.

func (DescribeBotInput) String

func (s DescribeBotInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeBotInput) Validate

func (s *DescribeBotInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeBotLocaleInput

type DescribeBotLocaleInput struct {

    // The identifier of the bot associated with the locale.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // The identifier of the version of the bot associated with the locale.
    //
    // BotVersion is a required field
    BotVersion *string `location:"uri" locationName:"botVersion" min:"1" type:"string" required:"true"`

    // The unique identifier of the locale to describe. The string must match one
    // of the supported locales. For more information, see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
    //
    // LocaleId is a required field
    LocaleId *string `location:"uri" locationName:"localeId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeBotLocaleInput) GoString

func (s DescribeBotLocaleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeBotLocaleInput) SetBotId

func (s *DescribeBotLocaleInput) SetBotId(v string) *DescribeBotLocaleInput

SetBotId sets the BotId field's value.

func (*DescribeBotLocaleInput) SetBotVersion

func (s *DescribeBotLocaleInput) SetBotVersion(v string) *DescribeBotLocaleInput

SetBotVersion sets the BotVersion field's value.

func (*DescribeBotLocaleInput) SetLocaleId

func (s *DescribeBotLocaleInput) SetLocaleId(v string) *DescribeBotLocaleInput

SetLocaleId sets the LocaleId field's value.

func (DescribeBotLocaleInput) String

func (s DescribeBotLocaleInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeBotLocaleInput) Validate

func (s *DescribeBotLocaleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeBotLocaleOutput

type DescribeBotLocaleOutput struct {

    // The identifier of the bot associated with the locale.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // History of changes, such as when a locale is used in an alias, that have
    // taken place for the locale.
    BotLocaleHistoryEvents []*BotLocaleHistoryEvent `locationName:"botLocaleHistoryEvents" type:"list"`

    // The status of the bot. If the status is Failed, the reasons for the failure
    // are listed in the failureReasons field.
    BotLocaleStatus *string `locationName:"botLocaleStatus" type:"string" enum:"BotLocaleStatus"`

    // The identifier of the version of the bot associated with the locale.
    BotVersion *string `locationName:"botVersion" min:"1" type:"string"`

    // The date and time that the locale was created.
    CreationDateTime *time.Time `locationName:"creationDateTime" type:"timestamp"`

    // The description of the locale.
    Description *string `locationName:"description" type:"string"`

    // if botLocaleStatus is Failed, Amazon Lex explains why it failed to build
    // the bot.
    FailureReasons []*string `locationName:"failureReasons" type:"list"`

    // The number of intents defined for the locale.
    IntentsCount *int64 `locationName:"intentsCount" type:"integer"`

    // The date and time that the locale was last submitted for building.
    LastBuildSubmittedDateTime *time.Time `locationName:"lastBuildSubmittedDateTime" type:"timestamp"`

    // The date and time that the locale was last updated.
    LastUpdatedDateTime *time.Time `locationName:"lastUpdatedDateTime" type:"timestamp"`

    // The unique identifier of the described locale.
    LocaleId *string `locationName:"localeId" type:"string"`

    // The name of the locale.
    LocaleName *string `locationName:"localeName" type:"string"`

    // The confidence threshold where Amazon Lex inserts the AMAZON.FallbackIntent
    // and AMAZON.KendraSearchIntent intents in the list of possible intents for
    // an utterance.
    NluIntentConfidenceThreshold *float64 `locationName:"nluIntentConfidenceThreshold" type:"double"`

    // Recommended actions to take to resolve an error in the failureReasons field.
    RecommendedActions []*string `locationName:"recommendedActions" type:"list"`

    // The number of slot types defined for the locale.
    SlotTypesCount *int64 `locationName:"slotTypesCount" type:"integer"`

    // The Amazon Polly voice Amazon Lex uses for voice interaction with the user.
    VoiceSettings *VoiceSettings `locationName:"voiceSettings" type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeBotLocaleOutput) GoString

func (s DescribeBotLocaleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeBotLocaleOutput) SetBotId

func (s *DescribeBotLocaleOutput) SetBotId(v string) *DescribeBotLocaleOutput

SetBotId sets the BotId field's value.

func (*DescribeBotLocaleOutput) SetBotLocaleHistoryEvents

func (s *DescribeBotLocaleOutput) SetBotLocaleHistoryEvents(v []*BotLocaleHistoryEvent) *DescribeBotLocaleOutput

SetBotLocaleHistoryEvents sets the BotLocaleHistoryEvents field's value.

func (*DescribeBotLocaleOutput) SetBotLocaleStatus

func (s *DescribeBotLocaleOutput) SetBotLocaleStatus(v string) *DescribeBotLocaleOutput

SetBotLocaleStatus sets the BotLocaleStatus field's value.

func (*DescribeBotLocaleOutput) SetBotVersion

func (s *DescribeBotLocaleOutput) SetBotVersion(v string) *DescribeBotLocaleOutput

SetBotVersion sets the BotVersion field's value.

func (*DescribeBotLocaleOutput) SetCreationDateTime

func (s *DescribeBotLocaleOutput) SetCreationDateTime(v time.Time) *DescribeBotLocaleOutput

SetCreationDateTime sets the CreationDateTime field's value.

func (*DescribeBotLocaleOutput) SetDescription

func (s *DescribeBotLocaleOutput) SetDescription(v string) *DescribeBotLocaleOutput

SetDescription sets the Description field's value.

func (*DescribeBotLocaleOutput) SetFailureReasons

func (s *DescribeBotLocaleOutput) SetFailureReasons(v []*string) *DescribeBotLocaleOutput

SetFailureReasons sets the FailureReasons field's value.

func (*DescribeBotLocaleOutput) SetIntentsCount

func (s *DescribeBotLocaleOutput) SetIntentsCount(v int64) *DescribeBotLocaleOutput

SetIntentsCount sets the IntentsCount field's value.

func (*DescribeBotLocaleOutput) SetLastBuildSubmittedDateTime

func (s *DescribeBotLocaleOutput) SetLastBuildSubmittedDateTime(v time.Time) *DescribeBotLocaleOutput

SetLastBuildSubmittedDateTime sets the LastBuildSubmittedDateTime field's value.

func (*DescribeBotLocaleOutput) SetLastUpdatedDateTime

func (s *DescribeBotLocaleOutput) SetLastUpdatedDateTime(v time.Time) *DescribeBotLocaleOutput

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (*DescribeBotLocaleOutput) SetLocaleId

func (s *DescribeBotLocaleOutput) SetLocaleId(v string) *DescribeBotLocaleOutput

SetLocaleId sets the LocaleId field's value.

func (*DescribeBotLocaleOutput) SetLocaleName

func (s *DescribeBotLocaleOutput) SetLocaleName(v string) *DescribeBotLocaleOutput

SetLocaleName sets the LocaleName field's value.

func (*DescribeBotLocaleOutput) SetNluIntentConfidenceThreshold

func (s *DescribeBotLocaleOutput) SetNluIntentConfidenceThreshold(v float64) *DescribeBotLocaleOutput

SetNluIntentConfidenceThreshold sets the NluIntentConfidenceThreshold field's value.

func (*DescribeBotLocaleOutput) SetRecommendedActions

func (s *DescribeBotLocaleOutput) SetRecommendedActions(v []*string) *DescribeBotLocaleOutput

SetRecommendedActions sets the RecommendedActions field's value.

func (*DescribeBotLocaleOutput) SetSlotTypesCount

func (s *DescribeBotLocaleOutput) SetSlotTypesCount(v int64) *DescribeBotLocaleOutput

SetSlotTypesCount sets the SlotTypesCount field's value.

func (*DescribeBotLocaleOutput) SetVoiceSettings

func (s *DescribeBotLocaleOutput) SetVoiceSettings(v *VoiceSettings) *DescribeBotLocaleOutput

SetVoiceSettings sets the VoiceSettings field's value.

func (DescribeBotLocaleOutput) String

func (s DescribeBotLocaleOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeBotOutput

type DescribeBotOutput struct {

    // The unique identifier of the bot.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // The list of bots in the network that was described.
    BotMembers []*BotMember `locationName:"botMembers" type:"list"`

    // The name of the bot.
    BotName *string `locationName:"botName" min:"1" type:"string"`

    // The current status of the bot. When the status is Available the bot is ready
    // to be used in conversations with users.
    BotStatus *string `locationName:"botStatus" type:"string" enum:"BotStatus"`

    // The type of the bot that was described.
    BotType *string `locationName:"botType" type:"string" enum:"BotType"`

    // A timestamp of the date and time that the bot was created.
    CreationDateTime *time.Time `locationName:"creationDateTime" type:"timestamp"`

    // Settings for managing data privacy of the bot and its conversations with
    // users.
    DataPrivacy *DataPrivacy `locationName:"dataPrivacy" type:"structure"`

    // The description of the bot.
    Description *string `locationName:"description" type:"string"`

    // If the botStatus is Failed, this contains a list of reasons that the bot
    // couldn't be built.
    FailureReasons []*string `locationName:"failureReasons" type:"list"`

    // The maximum time in seconds that Amazon Lex retains the data gathered in
    // a conversation.
    IdleSessionTTLInSeconds *int64 `locationName:"idleSessionTTLInSeconds" min:"60" type:"integer"`

    // A timestamp of the date and time that the bot was last updated.
    LastUpdatedDateTime *time.Time `locationName:"lastUpdatedDateTime" type:"timestamp"`

    // The Amazon Resource Name (ARN) of an IAM role that has permission to access
    // the bot.
    RoleArn *string `locationName:"roleArn" min:"32" type:"string"`
    // contains filtered or unexported fields
}

func (DescribeBotOutput) GoString

func (s DescribeBotOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeBotOutput) SetBotId

func (s *DescribeBotOutput) SetBotId(v string) *DescribeBotOutput

SetBotId sets the BotId field's value.

func (*DescribeBotOutput) SetBotMembers

func (s *DescribeBotOutput) SetBotMembers(v []*BotMember) *DescribeBotOutput

SetBotMembers sets the BotMembers field's value.

func (*DescribeBotOutput) SetBotName

func (s *DescribeBotOutput) SetBotName(v string) *DescribeBotOutput

SetBotName sets the BotName field's value.

func (*DescribeBotOutput) SetBotStatus

func (s *DescribeBotOutput) SetBotStatus(v string) *DescribeBotOutput

SetBotStatus sets the BotStatus field's value.

func (*DescribeBotOutput) SetBotType

func (s *DescribeBotOutput) SetBotType(v string) *DescribeBotOutput

SetBotType sets the BotType field's value.

func (*DescribeBotOutput) SetCreationDateTime

func (s *DescribeBotOutput) SetCreationDateTime(v time.Time) *DescribeBotOutput

SetCreationDateTime sets the CreationDateTime field's value.

func (*DescribeBotOutput) SetDataPrivacy

func (s *DescribeBotOutput) SetDataPrivacy(v *DataPrivacy) *DescribeBotOutput

SetDataPrivacy sets the DataPrivacy field's value.

func (*DescribeBotOutput) SetDescription

func (s *DescribeBotOutput) SetDescription(v string) *DescribeBotOutput

SetDescription sets the Description field's value.

func (*DescribeBotOutput) SetFailureReasons

func (s *DescribeBotOutput) SetFailureReasons(v []*string) *DescribeBotOutput

SetFailureReasons sets the FailureReasons field's value.

func (*DescribeBotOutput) SetIdleSessionTTLInSeconds

func (s *DescribeBotOutput) SetIdleSessionTTLInSeconds(v int64) *DescribeBotOutput

SetIdleSessionTTLInSeconds sets the IdleSessionTTLInSeconds field's value.

func (*DescribeBotOutput) SetLastUpdatedDateTime

func (s *DescribeBotOutput) SetLastUpdatedDateTime(v time.Time) *DescribeBotOutput

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (*DescribeBotOutput) SetRoleArn

func (s *DescribeBotOutput) SetRoleArn(v string) *DescribeBotOutput

SetRoleArn sets the RoleArn field's value.

func (DescribeBotOutput) String

func (s DescribeBotOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeBotRecommendationInput

type DescribeBotRecommendationInput struct {

    // The unique identifier of the bot associated with the bot recommendation.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // The identifier of the bot recommendation to describe.
    //
    // BotRecommendationId is a required field
    BotRecommendationId *string `location:"uri" locationName:"botRecommendationId" min:"10" type:"string" required:"true"`

    // The version of the bot associated with the bot recommendation.
    //
    // BotVersion is a required field
    BotVersion *string `location:"uri" locationName:"botVersion" min:"5" type:"string" required:"true"`

    // The identifier of the language and locale of the bot recommendation to describe.
    // The string must match one of the supported locales. For more information,
    // see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
    //
    // LocaleId is a required field
    LocaleId *string `location:"uri" locationName:"localeId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeBotRecommendationInput) GoString

func (s DescribeBotRecommendationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeBotRecommendationInput) SetBotId

func (s *DescribeBotRecommendationInput) SetBotId(v string) *DescribeBotRecommendationInput

SetBotId sets the BotId field's value.

func (*DescribeBotRecommendationInput) SetBotRecommendationId

func (s *DescribeBotRecommendationInput) SetBotRecommendationId(v string) *DescribeBotRecommendationInput

SetBotRecommendationId sets the BotRecommendationId field's value.

func (*DescribeBotRecommendationInput) SetBotVersion

func (s *DescribeBotRecommendationInput) SetBotVersion(v string) *DescribeBotRecommendationInput

SetBotVersion sets the BotVersion field's value.

func (*DescribeBotRecommendationInput) SetLocaleId

func (s *DescribeBotRecommendationInput) SetLocaleId(v string) *DescribeBotRecommendationInput

SetLocaleId sets the LocaleId field's value.

func (DescribeBotRecommendationInput) String

func (s DescribeBotRecommendationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeBotRecommendationInput) Validate

func (s *DescribeBotRecommendationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeBotRecommendationOutput

type DescribeBotRecommendationOutput struct {

    // The identifier of the bot associated with the bot recommendation.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // The identifier of the bot recommendation being described.
    BotRecommendationId *string `locationName:"botRecommendationId" min:"10" type:"string"`

    // The object representing the URL of the bot definition, the URL of the associated
    // transcript and a statistical summary of the bot recommendation results.
    BotRecommendationResults *BotRecommendationResults `locationName:"botRecommendationResults" type:"structure"`

    // The status of the bot recommendation. If the status is Failed, then the reasons
    // for the failure are listed in the failureReasons field.
    BotRecommendationStatus *string `locationName:"botRecommendationStatus" type:"string" enum:"BotRecommendationStatus"`

    // The version of the bot associated with the bot recommendation.
    BotVersion *string `locationName:"botVersion" min:"5" type:"string"`

    // The date and time that the bot recommendation was created.
    CreationDateTime *time.Time `locationName:"creationDateTime" type:"timestamp"`

    // The object representing the passwords that were used to encrypt the data
    // related to the bot recommendation results, as well as the KMS key ARN used
    // to encrypt the associated metadata.
    EncryptionSetting *EncryptionSetting `locationName:"encryptionSetting" type:"structure"`

    // If botRecommendationStatus is Failed, Amazon Lex explains why.
    FailureReasons []*string `locationName:"failureReasons" type:"list"`

    // The date and time that the bot recommendation was last updated.
    LastUpdatedDateTime *time.Time `locationName:"lastUpdatedDateTime" type:"timestamp"`

    // The identifier of the language and locale of the bot recommendation to describe.
    LocaleId *string `locationName:"localeId" type:"string"`

    // The object representing the Amazon S3 bucket containing the transcript, as
    // well as the associated metadata.
    TranscriptSourceSetting *TranscriptSourceSetting `locationName:"transcriptSourceSetting" type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeBotRecommendationOutput) GoString

func (s DescribeBotRecommendationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeBotRecommendationOutput) SetBotId

func (s *DescribeBotRecommendationOutput) SetBotId(v string) *DescribeBotRecommendationOutput

SetBotId sets the BotId field's value.

func (*DescribeBotRecommendationOutput) SetBotRecommendationId

func (s *DescribeBotRecommendationOutput) SetBotRecommendationId(v string) *DescribeBotRecommendationOutput

SetBotRecommendationId sets the BotRecommendationId field's value.

func (*DescribeBotRecommendationOutput) SetBotRecommendationResults

func (s *DescribeBotRecommendationOutput) SetBotRecommendationResults(v *BotRecommendationResults) *DescribeBotRecommendationOutput

SetBotRecommendationResults sets the BotRecommendationResults field's value.

func (*DescribeBotRecommendationOutput) SetBotRecommendationStatus

func (s *DescribeBotRecommendationOutput) SetBotRecommendationStatus(v string) *DescribeBotRecommendationOutput

SetBotRecommendationStatus sets the BotRecommendationStatus field's value.

func (*DescribeBotRecommendationOutput) SetBotVersion

func (s *DescribeBotRecommendationOutput) SetBotVersion(v string) *DescribeBotRecommendationOutput

SetBotVersion sets the BotVersion field's value.

func (*DescribeBotRecommendationOutput) SetCreationDateTime

func (s *DescribeBotRecommendationOutput) SetCreationDateTime(v time.Time) *DescribeBotRecommendationOutput

SetCreationDateTime sets the CreationDateTime field's value.

func (*DescribeBotRecommendationOutput) SetEncryptionSetting

func (s *DescribeBotRecommendationOutput) SetEncryptionSetting(v *EncryptionSetting) *DescribeBotRecommendationOutput

SetEncryptionSetting sets the EncryptionSetting field's value.

func (*DescribeBotRecommendationOutput) SetFailureReasons

func (s *DescribeBotRecommendationOutput) SetFailureReasons(v []*string) *DescribeBotRecommendationOutput

SetFailureReasons sets the FailureReasons field's value.

func (*DescribeBotRecommendationOutput) SetLastUpdatedDateTime

func (s *DescribeBotRecommendationOutput) SetLastUpdatedDateTime(v time.Time) *DescribeBotRecommendationOutput

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (*DescribeBotRecommendationOutput) SetLocaleId

func (s *DescribeBotRecommendationOutput) SetLocaleId(v string) *DescribeBotRecommendationOutput

SetLocaleId sets the LocaleId field's value.

func (*DescribeBotRecommendationOutput) SetTranscriptSourceSetting

func (s *DescribeBotRecommendationOutput) SetTranscriptSourceSetting(v *TranscriptSourceSetting) *DescribeBotRecommendationOutput

SetTranscriptSourceSetting sets the TranscriptSourceSetting field's value.

func (DescribeBotRecommendationOutput) String

func (s DescribeBotRecommendationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeBotVersionInput

type DescribeBotVersionInput struct {

    // The identifier of the bot containing the version to return metadata for.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // The version of the bot to return metadata for.
    //
    // BotVersion is a required field
    BotVersion *string `location:"uri" locationName:"botVersion" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeBotVersionInput) GoString

func (s DescribeBotVersionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeBotVersionInput) SetBotId

func (s *DescribeBotVersionInput) SetBotId(v string) *DescribeBotVersionInput

SetBotId sets the BotId field's value.

func (*DescribeBotVersionInput) SetBotVersion

func (s *DescribeBotVersionInput) SetBotVersion(v string) *DescribeBotVersionInput

SetBotVersion sets the BotVersion field's value.

func (DescribeBotVersionInput) String

func (s DescribeBotVersionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeBotVersionInput) Validate

func (s *DescribeBotVersionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeBotVersionOutput

type DescribeBotVersionOutput struct {

    // The identifier of the bot that contains the version.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // The members of bot network in the version that was described.
    BotMembers []*BotMember `locationName:"botMembers" type:"list"`

    // The name of the bot that contains the version.
    BotName *string `locationName:"botName" min:"1" type:"string"`

    // The current status of the bot. When the status is Available, the bot version
    // is ready for use.
    BotStatus *string `locationName:"botStatus" type:"string" enum:"BotStatus"`

    // The type of the bot in the version that was described.
    BotType *string `locationName:"botType" type:"string" enum:"BotType"`

    // The version of the bot that was described.
    BotVersion *string `locationName:"botVersion" min:"1" type:"string"`

    // A timestamp of the date and time that the bot version was created.
    CreationDateTime *time.Time `locationName:"creationDateTime" type:"timestamp"`

    // Data privacy settings for the bot version.
    DataPrivacy *DataPrivacy `locationName:"dataPrivacy" type:"structure"`

    // The description specified for the bot.
    Description *string `locationName:"description" type:"string"`

    // If the botStatus is Failed, this contains a list of reasons that the version
    // couldn't be built.
    FailureReasons []*string `locationName:"failureReasons" type:"list"`

    // The number of seconds that a session with the bot remains active before it
    // is discarded by Amazon Lex.
    IdleSessionTTLInSeconds *int64 `locationName:"idleSessionTTLInSeconds" min:"60" type:"integer"`

    // A list of the networks to which the bot version you described belongs.
    ParentBotNetworks []*ParentBotNetwork `locationName:"parentBotNetworks" type:"list"`

    // The Amazon Resource Name (ARN) of an IAM role that has permission to access
    // the bot version.
    RoleArn *string `locationName:"roleArn" min:"32" type:"string"`
    // contains filtered or unexported fields
}

func (DescribeBotVersionOutput) GoString

func (s DescribeBotVersionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeBotVersionOutput) SetBotId

func (s *DescribeBotVersionOutput) SetBotId(v string) *DescribeBotVersionOutput

SetBotId sets the BotId field's value.

func (*DescribeBotVersionOutput) SetBotMembers

func (s *DescribeBotVersionOutput) SetBotMembers(v []*BotMember) *DescribeBotVersionOutput

SetBotMembers sets the BotMembers field's value.

func (*DescribeBotVersionOutput) SetBotName

func (s *DescribeBotVersionOutput) SetBotName(v string) *DescribeBotVersionOutput

SetBotName sets the BotName field's value.

func (*DescribeBotVersionOutput) SetBotStatus

func (s *DescribeBotVersionOutput) SetBotStatus(v string) *DescribeBotVersionOutput

SetBotStatus sets the BotStatus field's value.

func (*DescribeBotVersionOutput) SetBotType

func (s *DescribeBotVersionOutput) SetBotType(v string) *DescribeBotVersionOutput

SetBotType sets the BotType field's value.

func (*DescribeBotVersionOutput) SetBotVersion

func (s *DescribeBotVersionOutput) SetBotVersion(v string) *DescribeBotVersionOutput

SetBotVersion sets the BotVersion field's value.

func (*DescribeBotVersionOutput) SetCreationDateTime

func (s *DescribeBotVersionOutput) SetCreationDateTime(v time.Time) *DescribeBotVersionOutput

SetCreationDateTime sets the CreationDateTime field's value.

func (*DescribeBotVersionOutput) SetDataPrivacy

func (s *DescribeBotVersionOutput) SetDataPrivacy(v *DataPrivacy) *DescribeBotVersionOutput

SetDataPrivacy sets the DataPrivacy field's value.

func (*DescribeBotVersionOutput) SetDescription

func (s *DescribeBotVersionOutput) SetDescription(v string) *DescribeBotVersionOutput

SetDescription sets the Description field's value.

func (*DescribeBotVersionOutput) SetFailureReasons

func (s *DescribeBotVersionOutput) SetFailureReasons(v []*string) *DescribeBotVersionOutput

SetFailureReasons sets the FailureReasons field's value.

func (*DescribeBotVersionOutput) SetIdleSessionTTLInSeconds

func (s *DescribeBotVersionOutput) SetIdleSessionTTLInSeconds(v int64) *DescribeBotVersionOutput

SetIdleSessionTTLInSeconds sets the IdleSessionTTLInSeconds field's value.

func (*DescribeBotVersionOutput) SetParentBotNetworks

func (s *DescribeBotVersionOutput) SetParentBotNetworks(v []*ParentBotNetwork) *DescribeBotVersionOutput

SetParentBotNetworks sets the ParentBotNetworks field's value.

func (*DescribeBotVersionOutput) SetRoleArn

func (s *DescribeBotVersionOutput) SetRoleArn(v string) *DescribeBotVersionOutput

SetRoleArn sets the RoleArn field's value.

func (DescribeBotVersionOutput) String

func (s DescribeBotVersionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeCustomVocabularyMetadataInput

type DescribeCustomVocabularyMetadataInput struct {

    // The unique identifier of the bot that contains the custom vocabulary.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // The bot version of the bot to return metadata for.
    //
    // BotVersion is a required field
    BotVersion *string `location:"uri" locationName:"botVersion" min:"1" type:"string" required:"true"`

    // The locale to return the custom vocabulary information for. The locale must
    // be en_GB.
    //
    // LocaleId is a required field
    LocaleId *string `location:"uri" locationName:"localeId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeCustomVocabularyMetadataInput) GoString

func (s DescribeCustomVocabularyMetadataInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCustomVocabularyMetadataInput) SetBotId

func (s *DescribeCustomVocabularyMetadataInput) SetBotId(v string) *DescribeCustomVocabularyMetadataInput

SetBotId sets the BotId field's value.

func (*DescribeCustomVocabularyMetadataInput) SetBotVersion

func (s *DescribeCustomVocabularyMetadataInput) SetBotVersion(v string) *DescribeCustomVocabularyMetadataInput

SetBotVersion sets the BotVersion field's value.

func (*DescribeCustomVocabularyMetadataInput) SetLocaleId

func (s *DescribeCustomVocabularyMetadataInput) SetLocaleId(v string) *DescribeCustomVocabularyMetadataInput

SetLocaleId sets the LocaleId field's value.

func (DescribeCustomVocabularyMetadataInput) String

func (s DescribeCustomVocabularyMetadataInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCustomVocabularyMetadataInput) Validate

func (s *DescribeCustomVocabularyMetadataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeCustomVocabularyMetadataOutput

type DescribeCustomVocabularyMetadataOutput struct {

    // The identifier of the bot that contains the custom vocabulary.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // The version of the bot that contains the custom vocabulary to describe.
    BotVersion *string `locationName:"botVersion" min:"1" type:"string"`

    // The date and time that the custom vocabulary was created.
    CreationDateTime *time.Time `locationName:"creationDateTime" type:"timestamp"`

    // The status of the custom vocabulary. If the status is Ready the custom vocabulary
    // is ready to use.
    CustomVocabularyStatus *string `locationName:"customVocabularyStatus" type:"string" enum:"CustomVocabularyStatus"`

    // The date and time that the custom vocabulary was last updated.
    LastUpdatedDateTime *time.Time `locationName:"lastUpdatedDateTime" type:"timestamp"`

    // The locale that contains the custom vocabulary to describe.
    LocaleId *string `locationName:"localeId" type:"string"`
    // contains filtered or unexported fields
}

func (DescribeCustomVocabularyMetadataOutput) GoString

func (s DescribeCustomVocabularyMetadataOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCustomVocabularyMetadataOutput) SetBotId

func (s *DescribeCustomVocabularyMetadataOutput) SetBotId(v string) *DescribeCustomVocabularyMetadataOutput

SetBotId sets the BotId field's value.

func (*DescribeCustomVocabularyMetadataOutput) SetBotVersion

func (s *DescribeCustomVocabularyMetadataOutput) SetBotVersion(v string) *DescribeCustomVocabularyMetadataOutput

SetBotVersion sets the BotVersion field's value.

func (*DescribeCustomVocabularyMetadataOutput) SetCreationDateTime

func (s *DescribeCustomVocabularyMetadataOutput) SetCreationDateTime(v time.Time) *DescribeCustomVocabularyMetadataOutput

SetCreationDateTime sets the CreationDateTime field's value.

func (*DescribeCustomVocabularyMetadataOutput) SetCustomVocabularyStatus

func (s *DescribeCustomVocabularyMetadataOutput) SetCustomVocabularyStatus(v string) *DescribeCustomVocabularyMetadataOutput

SetCustomVocabularyStatus sets the CustomVocabularyStatus field's value.

func (*DescribeCustomVocabularyMetadataOutput) SetLastUpdatedDateTime

func (s *DescribeCustomVocabularyMetadataOutput) SetLastUpdatedDateTime(v time.Time) *DescribeCustomVocabularyMetadataOutput

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (*DescribeCustomVocabularyMetadataOutput) SetLocaleId

func (s *DescribeCustomVocabularyMetadataOutput) SetLocaleId(v string) *DescribeCustomVocabularyMetadataOutput

SetLocaleId sets the LocaleId field's value.

func (DescribeCustomVocabularyMetadataOutput) String

func (s DescribeCustomVocabularyMetadataOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeExportInput

type DescribeExportInput struct {

    // The unique identifier of the export to describe.
    //
    // ExportId is a required field
    ExportId *string `location:"uri" locationName:"exportId" min:"10" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeExportInput) GoString

func (s DescribeExportInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeExportInput) SetExportId

func (s *DescribeExportInput) SetExportId(v string) *DescribeExportInput

SetExportId sets the ExportId field's value.

func (DescribeExportInput) String

func (s DescribeExportInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeExportInput) Validate

func (s *DescribeExportInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeExportOutput

type DescribeExportOutput struct {

    // The date and time that the export was created.
    CreationDateTime *time.Time `locationName:"creationDateTime" type:"timestamp"`

    // A pre-signed S3 URL that points to the bot or bot locale archive. The URL
    // is only available for 5 minutes after calling the DescribeExport operation.
    DownloadUrl *string `locationName:"downloadUrl" min:"1" type:"string"`

    // The unique identifier of the described export.
    ExportId *string `locationName:"exportId" min:"10" type:"string"`

    // The status of the export. When the status is Complete the export archive
    // file is available for download.
    ExportStatus *string `locationName:"exportStatus" type:"string" enum:"ExportStatus"`

    // If the exportStatus is failed, contains one or more reasons why the export
    // could not be completed.
    FailureReasons []*string `locationName:"failureReasons" type:"list"`

    // The file format used in the files that describe the resource.
    FileFormat *string `locationName:"fileFormat" type:"string" enum:"ImportExportFileFormat"`

    // The last date and time that the export was updated.
    LastUpdatedDateTime *time.Time `locationName:"lastUpdatedDateTime" type:"timestamp"`

    // The bot, bot ID, and optional locale ID of the exported bot or bot locale.
    ResourceSpecification *ExportResourceSpecification `locationName:"resourceSpecification" type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeExportOutput) GoString

func (s DescribeExportOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeExportOutput) SetCreationDateTime

func (s *DescribeExportOutput) SetCreationDateTime(v time.Time) *DescribeExportOutput

SetCreationDateTime sets the CreationDateTime field's value.

func (*DescribeExportOutput) SetDownloadUrl

func (s *DescribeExportOutput) SetDownloadUrl(v string) *DescribeExportOutput

SetDownloadUrl sets the DownloadUrl field's value.

func (*DescribeExportOutput) SetExportId

func (s *DescribeExportOutput) SetExportId(v string) *DescribeExportOutput

SetExportId sets the ExportId field's value.

func (*DescribeExportOutput) SetExportStatus

func (s *DescribeExportOutput) SetExportStatus(v string) *DescribeExportOutput

SetExportStatus sets the ExportStatus field's value.

func (*DescribeExportOutput) SetFailureReasons

func (s *DescribeExportOutput) SetFailureReasons(v []*string) *DescribeExportOutput

SetFailureReasons sets the FailureReasons field's value.

func (*DescribeExportOutput) SetFileFormat

func (s *DescribeExportOutput) SetFileFormat(v string) *DescribeExportOutput

SetFileFormat sets the FileFormat field's value.

func (*DescribeExportOutput) SetLastUpdatedDateTime

func (s *DescribeExportOutput) SetLastUpdatedDateTime(v time.Time) *DescribeExportOutput

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (*DescribeExportOutput) SetResourceSpecification

func (s *DescribeExportOutput) SetResourceSpecification(v *ExportResourceSpecification) *DescribeExportOutput

SetResourceSpecification sets the ResourceSpecification field's value.

func (DescribeExportOutput) String

func (s DescribeExportOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeImportInput

type DescribeImportInput struct {

    // The unique identifier of the import to describe.
    //
    // ImportId is a required field
    ImportId *string `location:"uri" locationName:"importId" min:"10" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeImportInput) GoString

func (s DescribeImportInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeImportInput) SetImportId

func (s *DescribeImportInput) SetImportId(v string) *DescribeImportInput

SetImportId sets the ImportId field's value.

func (DescribeImportInput) String

func (s DescribeImportInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeImportInput) Validate

func (s *DescribeImportInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeImportOutput

type DescribeImportOutput struct {

    // The date and time that the import was created.
    CreationDateTime *time.Time `locationName:"creationDateTime" type:"timestamp"`

    // If the importStatus field is Failed, this provides one or more reasons for
    // the failure.
    FailureReasons []*string `locationName:"failureReasons" type:"list"`

    // The unique identifier of the described import.
    ImportId *string `locationName:"importId" min:"10" type:"string"`

    // The status of the import process. When the status is Completed the resource
    // is imported and ready for use.
    ImportStatus *string `locationName:"importStatus" type:"string" enum:"ImportStatus"`

    // The unique identifier that Amazon Lex assigned to the resource created by
    // the import.
    ImportedResourceId *string `locationName:"importedResourceId" min:"5" type:"string"`

    // The name of the imported resource.
    ImportedResourceName *string `locationName:"importedResourceName" min:"1" type:"string"`

    // The date and time that the import was last updated.
    LastUpdatedDateTime *time.Time `locationName:"lastUpdatedDateTime" type:"timestamp"`

    // The strategy used when there was a name conflict between the imported resource
    // and an existing resource. When the merge strategy is FailOnConflict existing
    // resources are not overwritten and the import fails.
    MergeStrategy *string `locationName:"mergeStrategy" type:"string" enum:"MergeStrategy"`

    // The specifications of the imported bot, bot locale, or custom vocabulary.
    ResourceSpecification *ImportResourceSpecification `locationName:"resourceSpecification" type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeImportOutput) GoString

func (s DescribeImportOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeImportOutput) SetCreationDateTime

func (s *DescribeImportOutput) SetCreationDateTime(v time.Time) *DescribeImportOutput

SetCreationDateTime sets the CreationDateTime field's value.

func (*DescribeImportOutput) SetFailureReasons

func (s *DescribeImportOutput) SetFailureReasons(v []*string) *DescribeImportOutput

SetFailureReasons sets the FailureReasons field's value.

func (*DescribeImportOutput) SetImportId

func (s *DescribeImportOutput) SetImportId(v string) *DescribeImportOutput

SetImportId sets the ImportId field's value.

func (*DescribeImportOutput) SetImportStatus

func (s *DescribeImportOutput) SetImportStatus(v string) *DescribeImportOutput

SetImportStatus sets the ImportStatus field's value.

func (*DescribeImportOutput) SetImportedResourceId

func (s *DescribeImportOutput) SetImportedResourceId(v string) *DescribeImportOutput

SetImportedResourceId sets the ImportedResourceId field's value.

func (*DescribeImportOutput) SetImportedResourceName

func (s *DescribeImportOutput) SetImportedResourceName(v string) *DescribeImportOutput

SetImportedResourceName sets the ImportedResourceName field's value.

func (*DescribeImportOutput) SetLastUpdatedDateTime

func (s *DescribeImportOutput) SetLastUpdatedDateTime(v time.Time) *DescribeImportOutput

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (*DescribeImportOutput) SetMergeStrategy

func (s *DescribeImportOutput) SetMergeStrategy(v string) *DescribeImportOutput

SetMergeStrategy sets the MergeStrategy field's value.

func (*DescribeImportOutput) SetResourceSpecification

func (s *DescribeImportOutput) SetResourceSpecification(v *ImportResourceSpecification) *DescribeImportOutput

SetResourceSpecification sets the ResourceSpecification field's value.

func (DescribeImportOutput) String

func (s DescribeImportOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeIntentInput

type DescribeIntentInput struct {

    // The identifier of the bot associated with the intent.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // The version of the bot associated with the intent.
    //
    // BotVersion is a required field
    BotVersion *string `location:"uri" locationName:"botVersion" min:"1" type:"string" required:"true"`

    // The identifier of the intent to describe.
    //
    // IntentId is a required field
    IntentId *string `location:"uri" locationName:"intentId" min:"10" type:"string" required:"true"`

    // The identifier of the language and locale of the intent to describe. The
    // string must match one of the supported locales. For more information, see
    // Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
    //
    // LocaleId is a required field
    LocaleId *string `location:"uri" locationName:"localeId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeIntentInput) GoString

func (s DescribeIntentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeIntentInput) SetBotId

func (s *DescribeIntentInput) SetBotId(v string) *DescribeIntentInput

SetBotId sets the BotId field's value.

func (*DescribeIntentInput) SetBotVersion

func (s *DescribeIntentInput) SetBotVersion(v string) *DescribeIntentInput

SetBotVersion sets the BotVersion field's value.

func (*DescribeIntentInput) SetIntentId

func (s *DescribeIntentInput) SetIntentId(v string) *DescribeIntentInput

SetIntentId sets the IntentId field's value.

func (*DescribeIntentInput) SetLocaleId

func (s *DescribeIntentInput) SetLocaleId(v string) *DescribeIntentInput

SetLocaleId sets the LocaleId field's value.

func (DescribeIntentInput) String

func (s DescribeIntentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeIntentInput) Validate

func (s *DescribeIntentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeIntentOutput

type DescribeIntentOutput struct {

    // The identifier of the bot associated with the intent.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // The version of the bot associated with the intent.
    BotVersion *string `locationName:"botVersion" min:"5" type:"string"`

    // A timestamp of the date and time that the intent was created.
    CreationDateTime *time.Time `locationName:"creationDateTime" type:"timestamp"`

    // The description of the intent.
    Description *string `locationName:"description" type:"string"`

    // The Lambda function called during each turn of a conversation with the intent.
    DialogCodeHook *DialogCodeHookSettings `locationName:"dialogCodeHook" type:"structure"`

    // The Lambda function called when the intent is complete and ready for fulfillment.
    FulfillmentCodeHook *FulfillmentCodeHookSettings `locationName:"fulfillmentCodeHook" type:"structure"`

    // Configuration setting for a response sent to the user before Amazon Lex starts
    // eliciting slots.
    InitialResponseSetting *InitialResponseSetting `locationName:"initialResponseSetting" type:"structure"`

    // A list of contexts that must be active for the intent to be considered for
    // sending to the user.
    InputContexts []*InputContext `locationName:"inputContexts" type:"list"`

    // The response that Amazon Lex sends to when the intent is closed.
    IntentClosingSetting *IntentClosingSetting `locationName:"intentClosingSetting" type:"structure"`

    // Prompts that Amazon Lex sends to the user to confirm completion of an intent.
    IntentConfirmationSetting *IntentConfirmationSetting `locationName:"intentConfirmationSetting" type:"structure"`

    // The unique identifier assigned to the intent when it was created.
    IntentId *string `locationName:"intentId" min:"10" type:"string"`

    // The name specified for the intent.
    IntentName *string `locationName:"intentName" min:"1" type:"string"`

    // Configuration information required to use the AMAZON.KendraSearchIntent intent.
    KendraConfiguration *KendraConfiguration `locationName:"kendraConfiguration" type:"structure"`

    // A timestamp of the date and time that the intent was last updated.
    LastUpdatedDateTime *time.Time `locationName:"lastUpdatedDateTime" type:"timestamp"`

    // The language and locale specified for the intent.
    LocaleId *string `locationName:"localeId" type:"string"`

    // A list of contexts that are activated when the intent is fulfilled.
    OutputContexts []*OutputContext `locationName:"outputContexts" type:"list"`

    // The identifier of the built-in intent that this intent is derived from, if
    // any.
    ParentIntentSignature *string `locationName:"parentIntentSignature" type:"string"`

    // User utterances that trigger this intent.
    SampleUtterances []*SampleUtterance `locationName:"sampleUtterances" type:"list"`

    // The list that determines the priority that slots should be elicited from
    // the user.
    SlotPriorities []*SlotPriority `locationName:"slotPriorities" type:"list"`
    // contains filtered or unexported fields
}

func (DescribeIntentOutput) GoString

func (s DescribeIntentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeIntentOutput) SetBotId

func (s *DescribeIntentOutput) SetBotId(v string) *DescribeIntentOutput

SetBotId sets the BotId field's value.

func (*DescribeIntentOutput) SetBotVersion

func (s *DescribeIntentOutput) SetBotVersion(v string) *DescribeIntentOutput

SetBotVersion sets the BotVersion field's value.

func (*DescribeIntentOutput) SetCreationDateTime

func (s *DescribeIntentOutput) SetCreationDateTime(v time.Time) *DescribeIntentOutput

SetCreationDateTime sets the CreationDateTime field's value.

func (*DescribeIntentOutput) SetDescription

func (s *DescribeIntentOutput) SetDescription(v string) *DescribeIntentOutput

SetDescription sets the Description field's value.

func (*DescribeIntentOutput) SetDialogCodeHook

func (s *DescribeIntentOutput) SetDialogCodeHook(v *DialogCodeHookSettings) *DescribeIntentOutput

SetDialogCodeHook sets the DialogCodeHook field's value.

func (*DescribeIntentOutput) SetFulfillmentCodeHook

func (s *DescribeIntentOutput) SetFulfillmentCodeHook(v *FulfillmentCodeHookSettings) *DescribeIntentOutput

SetFulfillmentCodeHook sets the FulfillmentCodeHook field's value.

func (*DescribeIntentOutput) SetInitialResponseSetting

func (s *DescribeIntentOutput) SetInitialResponseSetting(v *InitialResponseSetting) *DescribeIntentOutput

SetInitialResponseSetting sets the InitialResponseSetting field's value.

func (*DescribeIntentOutput) SetInputContexts

func (s *DescribeIntentOutput) SetInputContexts(v []*InputContext) *DescribeIntentOutput

SetInputContexts sets the InputContexts field's value.

func (*DescribeIntentOutput) SetIntentClosingSetting

func (s *DescribeIntentOutput) SetIntentClosingSetting(v *IntentClosingSetting) *DescribeIntentOutput

SetIntentClosingSetting sets the IntentClosingSetting field's value.

func (*DescribeIntentOutput) SetIntentConfirmationSetting

func (s *DescribeIntentOutput) SetIntentConfirmationSetting(v *IntentConfirmationSetting) *DescribeIntentOutput

SetIntentConfirmationSetting sets the IntentConfirmationSetting field's value.

func (*DescribeIntentOutput) SetIntentId

func (s *DescribeIntentOutput) SetIntentId(v string) *DescribeIntentOutput

SetIntentId sets the IntentId field's value.

func (*DescribeIntentOutput) SetIntentName

func (s *DescribeIntentOutput) SetIntentName(v string) *DescribeIntentOutput

SetIntentName sets the IntentName field's value.

func (*DescribeIntentOutput) SetKendraConfiguration

func (s *DescribeIntentOutput) SetKendraConfiguration(v *KendraConfiguration) *DescribeIntentOutput

SetKendraConfiguration sets the KendraConfiguration field's value.

func (*DescribeIntentOutput) SetLastUpdatedDateTime

func (s *DescribeIntentOutput) SetLastUpdatedDateTime(v time.Time) *DescribeIntentOutput

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (*DescribeIntentOutput) SetLocaleId

func (s *DescribeIntentOutput) SetLocaleId(v string) *DescribeIntentOutput

SetLocaleId sets the LocaleId field's value.

func (*DescribeIntentOutput) SetOutputContexts

func (s *DescribeIntentOutput) SetOutputContexts(v []*OutputContext) *DescribeIntentOutput

SetOutputContexts sets the OutputContexts field's value.

func (*DescribeIntentOutput) SetParentIntentSignature

func (s *DescribeIntentOutput) SetParentIntentSignature(v string) *DescribeIntentOutput

SetParentIntentSignature sets the ParentIntentSignature field's value.

func (*DescribeIntentOutput) SetSampleUtterances

func (s *DescribeIntentOutput) SetSampleUtterances(v []*SampleUtterance) *DescribeIntentOutput

SetSampleUtterances sets the SampleUtterances field's value.

func (*DescribeIntentOutput) SetSlotPriorities

func (s *DescribeIntentOutput) SetSlotPriorities(v []*SlotPriority) *DescribeIntentOutput

SetSlotPriorities sets the SlotPriorities field's value.

func (DescribeIntentOutput) String

func (s DescribeIntentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeResourcePolicyInput

type DescribeResourcePolicyInput struct {

    // The Amazon Resource Name (ARN) of the bot or bot alias that the resource
    // policy is attached to.
    //
    // ResourceArn is a required field
    ResourceArn *string `location:"uri" locationName:"resourceArn" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeResourcePolicyInput) GoString

func (s DescribeResourcePolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeResourcePolicyInput) SetResourceArn

func (s *DescribeResourcePolicyInput) SetResourceArn(v string) *DescribeResourcePolicyInput

SetResourceArn sets the ResourceArn field's value.

func (DescribeResourcePolicyInput) String

func (s DescribeResourcePolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeResourcePolicyInput) Validate

func (s *DescribeResourcePolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeResourcePolicyOutput

type DescribeResourcePolicyOutput struct {

    // The JSON structure that contains the resource policy. For more information
    // about the contents of a JSON policy document, see IAM JSON policy reference
    // (https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies.html).
    Policy *string `locationName:"policy" min:"2" type:"string"`

    // The Amazon Resource Name (ARN) of the bot or bot alias that the resource
    // policy is attached to.
    ResourceArn *string `locationName:"resourceArn" min:"1" type:"string"`

    // The current revision of the resource policy. Use the revision ID to make
    // sure that you are updating the most current version of a resource policy
    // when you add a policy statement to a resource, delete a resource, or update
    // a resource.
    RevisionId *string `locationName:"revisionId" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (DescribeResourcePolicyOutput) GoString

func (s DescribeResourcePolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeResourcePolicyOutput) SetPolicy

func (s *DescribeResourcePolicyOutput) SetPolicy(v string) *DescribeResourcePolicyOutput

SetPolicy sets the Policy field's value.

func (*DescribeResourcePolicyOutput) SetResourceArn

func (s *DescribeResourcePolicyOutput) SetResourceArn(v string) *DescribeResourcePolicyOutput

SetResourceArn sets the ResourceArn field's value.

func (*DescribeResourcePolicyOutput) SetRevisionId

func (s *DescribeResourcePolicyOutput) SetRevisionId(v string) *DescribeResourcePolicyOutput

SetRevisionId sets the RevisionId field's value.

func (DescribeResourcePolicyOutput) String

func (s DescribeResourcePolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeSlotInput

type DescribeSlotInput struct {

    // The identifier of the bot associated with the slot.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // The version of the bot associated with the slot.
    //
    // BotVersion is a required field
    BotVersion *string `location:"uri" locationName:"botVersion" min:"1" type:"string" required:"true"`

    // The identifier of the intent that contains the slot.
    //
    // IntentId is a required field
    IntentId *string `location:"uri" locationName:"intentId" min:"10" type:"string" required:"true"`

    // The identifier of the language and locale of the slot to describe. The string
    // must match one of the supported locales. For more information, see Supported
    // languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
    //
    // LocaleId is a required field
    LocaleId *string `location:"uri" locationName:"localeId" type:"string" required:"true"`

    // The unique identifier for the slot.
    //
    // SlotId is a required field
    SlotId *string `location:"uri" locationName:"slotId" min:"10" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeSlotInput) GoString

func (s DescribeSlotInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeSlotInput) SetBotId

func (s *DescribeSlotInput) SetBotId(v string) *DescribeSlotInput

SetBotId sets the BotId field's value.

func (*DescribeSlotInput) SetBotVersion

func (s *DescribeSlotInput) SetBotVersion(v string) *DescribeSlotInput

SetBotVersion sets the BotVersion field's value.

func (*DescribeSlotInput) SetIntentId

func (s *DescribeSlotInput) SetIntentId(v string) *DescribeSlotInput

SetIntentId sets the IntentId field's value.

func (*DescribeSlotInput) SetLocaleId

func (s *DescribeSlotInput) SetLocaleId(v string) *DescribeSlotInput

SetLocaleId sets the LocaleId field's value.

func (*DescribeSlotInput) SetSlotId

func (s *DescribeSlotInput) SetSlotId(v string) *DescribeSlotInput

SetSlotId sets the SlotId field's value.

func (DescribeSlotInput) String

func (s DescribeSlotInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeSlotInput) Validate

func (s *DescribeSlotInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeSlotOutput

type DescribeSlotOutput struct {

    // The identifier of the bot associated with the slot.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // The version of the bot associated with the slot.
    BotVersion *string `locationName:"botVersion" min:"1" type:"string"`

    // A timestamp of the date and time that the slot was created.
    CreationDateTime *time.Time `locationName:"creationDateTime" type:"timestamp"`

    // The description specified for the slot.
    Description *string `locationName:"description" type:"string"`

    // The identifier of the intent associated with the slot.
    IntentId *string `locationName:"intentId" min:"10" type:"string"`

    // A timestamp of the date and time that the slot was last updated.
    LastUpdatedDateTime *time.Time `locationName:"lastUpdatedDateTime" type:"timestamp"`

    // The language and locale specified for the slot.
    LocaleId *string `locationName:"localeId" type:"string"`

    // Indicates whether the slot accepts multiple values in a single utterance.
    //
    // If the multipleValuesSetting is not set, the default value is false.
    MultipleValuesSetting *MultipleValuesSetting `locationName:"multipleValuesSetting" type:"structure"`

    // Whether slot values are shown in Amazon CloudWatch logs. If the value is
    // None, the actual value of the slot is shown in logs.
    ObfuscationSetting *ObfuscationSetting `locationName:"obfuscationSetting" type:"structure"`

    // The unique identifier generated for the slot.
    SlotId *string `locationName:"slotId" min:"10" type:"string"`

    // The name specified for the slot.
    SlotName *string `locationName:"slotName" min:"1" type:"string"`

    // The identifier of the slot type that determines the values entered into the
    // slot.
    SlotTypeId *string `locationName:"slotTypeId" min:"1" type:"string"`

    // Specifications for the constituent sub slots and the expression for the composite
    // slot.
    SubSlotSetting *SubSlotSetting `locationName:"subSlotSetting" type:"structure"`

    // Prompts that Amazon Lex uses to elicit a value for the slot.
    ValueElicitationSetting *SlotValueElicitationSetting `locationName:"valueElicitationSetting" type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeSlotOutput) GoString

func (s DescribeSlotOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeSlotOutput) SetBotId

func (s *DescribeSlotOutput) SetBotId(v string) *DescribeSlotOutput

SetBotId sets the BotId field's value.

func (*DescribeSlotOutput) SetBotVersion

func (s *DescribeSlotOutput) SetBotVersion(v string) *DescribeSlotOutput

SetBotVersion sets the BotVersion field's value.

func (*DescribeSlotOutput) SetCreationDateTime

func (s *DescribeSlotOutput) SetCreationDateTime(v time.Time) *DescribeSlotOutput

SetCreationDateTime sets the CreationDateTime field's value.

func (*DescribeSlotOutput) SetDescription

func (s *DescribeSlotOutput) SetDescription(v string) *DescribeSlotOutput

SetDescription sets the Description field's value.

func (*DescribeSlotOutput) SetIntentId

func (s *DescribeSlotOutput) SetIntentId(v string) *DescribeSlotOutput

SetIntentId sets the IntentId field's value.

func (*DescribeSlotOutput) SetLastUpdatedDateTime

func (s *DescribeSlotOutput) SetLastUpdatedDateTime(v time.Time) *DescribeSlotOutput

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (*DescribeSlotOutput) SetLocaleId

func (s *DescribeSlotOutput) SetLocaleId(v string) *DescribeSlotOutput

SetLocaleId sets the LocaleId field's value.

func (*DescribeSlotOutput) SetMultipleValuesSetting

func (s *DescribeSlotOutput) SetMultipleValuesSetting(v *MultipleValuesSetting) *DescribeSlotOutput

SetMultipleValuesSetting sets the MultipleValuesSetting field's value.

func (*DescribeSlotOutput) SetObfuscationSetting

func (s *DescribeSlotOutput) SetObfuscationSetting(v *ObfuscationSetting) *DescribeSlotOutput

SetObfuscationSetting sets the ObfuscationSetting field's value.

func (*DescribeSlotOutput) SetSlotId

func (s *DescribeSlotOutput) SetSlotId(v string) *DescribeSlotOutput

SetSlotId sets the SlotId field's value.

func (*DescribeSlotOutput) SetSlotName

func (s *DescribeSlotOutput) SetSlotName(v string) *DescribeSlotOutput

SetSlotName sets the SlotName field's value.

func (*DescribeSlotOutput) SetSlotTypeId

func (s *DescribeSlotOutput) SetSlotTypeId(v string) *DescribeSlotOutput

SetSlotTypeId sets the SlotTypeId field's value.

func (*DescribeSlotOutput) SetSubSlotSetting

func (s *DescribeSlotOutput) SetSubSlotSetting(v *SubSlotSetting) *DescribeSlotOutput

SetSubSlotSetting sets the SubSlotSetting field's value.

func (*DescribeSlotOutput) SetValueElicitationSetting

func (s *DescribeSlotOutput) SetValueElicitationSetting(v *SlotValueElicitationSetting) *DescribeSlotOutput

SetValueElicitationSetting sets the ValueElicitationSetting field's value.

func (DescribeSlotOutput) String

func (s DescribeSlotOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeSlotTypeInput

type DescribeSlotTypeInput struct {

    // The identifier of the bot associated with the slot type.
    //
    // BotId is a required field
    BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`

    // The version of the bot associated with the slot type.
    //
    // BotVersion is a required field
    BotVersion *string `location:"uri" locationName:"botVersion" min:"1" type:"string" required:"true"`

    // The identifier of the language and locale of the slot type to describe. The
    // string must match one of the supported locales. For more information, see
    // Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
    //
    // LocaleId is a required field
    LocaleId *string `location:"uri" locationName:"localeId" type:"string" required:"true"`

    // The identifier of the slot type.
    //
    // SlotTypeId is a required field
    SlotTypeId *string `location:"uri" locationName:"slotTypeId" min:"10" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeSlotTypeInput) GoString

func (s DescribeSlotTypeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeSlotTypeInput) SetBotId

func (s *DescribeSlotTypeInput) SetBotId(v string) *DescribeSlotTypeInput

SetBotId sets the BotId field's value.

func (*DescribeSlotTypeInput) SetBotVersion

func (s *DescribeSlotTypeInput) SetBotVersion(v string) *DescribeSlotTypeInput

SetBotVersion sets the BotVersion field's value.

func (*DescribeSlotTypeInput) SetLocaleId

func (s *DescribeSlotTypeInput) SetLocaleId(v string) *DescribeSlotTypeInput

SetLocaleId sets the LocaleId field's value.

func (*DescribeSlotTypeInput) SetSlotTypeId

func (s *DescribeSlotTypeInput) SetSlotTypeId(v string) *DescribeSlotTypeInput

SetSlotTypeId sets the SlotTypeId field's value.

func (DescribeSlotTypeInput) String

func (s DescribeSlotTypeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeSlotTypeInput) Validate

func (s *DescribeSlotTypeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeSlotTypeOutput

type DescribeSlotTypeOutput struct {

    // The identifier of the bot associated with the slot type.
    BotId *string `locationName:"botId" min:"10" type:"string"`

    // The version of the bot associated with the slot type.
    BotVersion *string `locationName:"botVersion" min:"1" type:"string"`

    // Specifications for a composite slot type.
    CompositeSlotTypeSetting *CompositeSlotTypeSetting `locationName:"compositeSlotTypeSetting" type:"structure"`

    // A timestamp of the date and time that the slot type was created.
    CreationDateTime *time.Time `locationName:"creationDateTime" type:"timestamp"`

    // The description specified for the slot type.
    Description *string `locationName:"description" type:"string"`

    // Provides information about the external source of the slot type's definition.
    ExternalSourceSetting *ExternalSourceSetting `locationName:"externalSourceSetting" type:"structure"`

    // A timestamp of the date and time that the slot type was last updated.
    LastUpdatedDateTime *time.Time `locationName:"lastUpdatedDateTime" type:"timestamp"`

    // The language and locale specified for the slot type.
    LocaleId *string `locationName:"localeId" type:"string"`

    // The built in slot type used as a parent to this slot type.
    ParentSlotTypeSignature *string `locationName:"parentSlotTypeSignature" type:"string"`

    // The unique identifier for the slot type.
    SlotTypeId *string `locationName:"slotTypeId" min:"10" type:"string"`

    // The name specified for the slot type.
    SlotTypeName *string `locationName:"slotTypeName" min:"1" type:"string"`

    // The values that the slot type can take. Includes any synonyms for the slot
    // type values.
    SlotTypeValues []*SlotTypeValue `locationName:"slotTypeValues" min:"1" type:"list"`

    // The strategy that Amazon Lex uses to choose a value from a list of possible
    // values.
    ValueSelectionSetting *SlotValueSelectionSetting `locationName:"valueSelectionSetting" type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeSlotTypeOutput) GoString

func (s DescribeSlotTypeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeSlotTypeOutput) SetBotId

func (s *DescribeSlotTypeOutput) SetBotId(v string) *DescribeSlotTypeOutput

SetBotId sets the BotId field's value.

func (*DescribeSlotTypeOutput) SetBotVersion

func (s *DescribeSlotTypeOutput) SetBotVersion(v string) *DescribeSlotTypeOutput

SetBotVersion sets the BotVersion field's value.

func (*DescribeSlotTypeOutput) SetCompositeSlotTypeSetting

func (s *DescribeSlotTypeOutput) SetCompositeSlotTypeSetting(v *CompositeSlotTypeSetting) *DescribeSlotTypeOutput

SetCompositeSlotTypeSetting sets the CompositeSlotTypeSetting field's value.

func (*DescribeSlotTypeOutput) SetCreationDateTime

func (s *DescribeSlotTypeOutput) SetCreationDateTime(v time.Time) *DescribeSlotTypeOutput

SetCreationDateTime sets the CreationDateTime field's value.

func (*DescribeSlotTypeOutput) SetDescription

func (s *DescribeSlotTypeOutput) SetDescription(v string) *DescribeSlotTypeOutput

SetDescription sets the Description field's value.

func (*DescribeSlotTypeOutput) SetExternalSourceSetting

func (s *DescribeSlotTypeOutput) SetExternalSourceSetting(v *ExternalSourceSetting) *DescribeSlotTypeOutput

SetExternalSourceSetting sets the ExternalSourceSetting field's value.

func (*DescribeSlotTypeOutput) SetLastUpdatedDateTime

func (s *DescribeSlotTypeOutput) SetLastUpdatedDateTime(v time.Time) *DescribeSlotTypeOutput

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (*DescribeSlotTypeOutput) SetLocaleId

func (s *DescribeSlotTypeOutput) SetLocaleId(v string) *DescribeSlotTypeOutput

SetLocaleId sets the LocaleId field's value.

func (*DescribeSlotTypeOutput) SetParentSlotTypeSignature

func (s *DescribeSlotTypeOutput) SetParentSlotTypeSignature(v string) *DescribeSlotTypeOutput

SetParentSlotTypeSignature sets the ParentSlotTypeSignature field's value.

func (*DescribeSlotTypeOutput) SetSlotTypeId

func (s *DescribeSlotTypeOutput) SetSlotTypeId(v string) *DescribeSlotTypeOutput

SetSlotTypeId sets the SlotTypeId field's value.

func (*DescribeSlotTypeOutput) SetSlotTypeName

func (s *DescribeSlotTypeOutput) SetSlotTypeName(v string) *DescribeSlotTypeOutput

SetSlotTypeName sets the SlotTypeName field's value.

func (*DescribeSlotTypeOutput) SetSlotTypeValues

func (s *DescribeSlotTypeOutput) SetSlotTypeValues(v []*SlotTypeValue) *DescribeSlotTypeOutput

SetSlotTypeValues sets the SlotTypeValues field's value.

func (*DescribeSlotTypeOutput) SetValueSelectionSetting

func (s *DescribeSlotTypeOutput) SetValueSelectionSetting(v *SlotValueSelectionSetting) *DescribeSlotTypeOutput

SetValueSelectionSetting sets the ValueSelectionSetting field's value.

func (DescribeSlotTypeOutput) String

func (s DescribeSlotTypeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DialogAction

type DialogAction struct {

    // If the dialog action is ElicitSlot, defines the slot to elicit from the user.
    SlotToElicit *string `locationName:"slotToElicit" min:"1" type:"string"`

    // When true the next message for the intent is not used.
    SuppressNextMessage *bool `locationName:"suppressNextMessage" type:"boolean"`

    // The action that the bot should execute.
    //
    // Type is a required field
    Type *string `locationName:"type" type:"string" required:"true" enum:"DialogActionType"`
    // contains filtered or unexported fields
}

Defines the action that the bot executes at runtime when the conversation reaches this step.

func (DialogAction) GoString

func (s DialogAction) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DialogAction) SetSlotToElicit

func (s *DialogAction) SetSlotToElicit(v string) *DialogAction

SetSlotToElicit sets the SlotToElicit field's value.

func (*DialogAction) SetSuppressNextMessage

func (s *DialogAction) SetSuppressNextMessage(v bool) *DialogAction

SetSuppressNextMessage sets the SuppressNextMessage field's value.

func (*DialogAction) SetType

func (s *DialogAction) SetType(v string) *DialogAction

SetType sets the Type field's value.

func (DialogAction) String

func (s DialogAction) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DialogAction) Validate

func (s *DialogAction) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DialogCodeHookInvocationSetting

type DialogCodeHookInvocationSetting struct {

    // Determines whether a dialog code hook is used when the intent is activated.
    //
    // Active is a required field
    Active *bool `locationName:"active" type:"boolean" required:"true"`

    // Indicates whether a Lambda function should be invoked for the dialog.
    //
    // EnableCodeHookInvocation is a required field
    EnableCodeHookInvocation *bool `locationName:"enableCodeHookInvocation" type:"boolean" required:"true"`

    // A label that indicates the dialog step from which the dialog code hook is
    // happening.
    InvocationLabel *string `locationName:"invocationLabel" min:"1" type:"string"`

    // Contains the responses and actions that Amazon Lex takes after the Lambda
    // function is complete.
    //
    // PostCodeHookSpecification is a required field
    PostCodeHookSpecification *PostDialogCodeHookInvocationSpecification `locationName:"postCodeHookSpecification" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.

func (DialogCodeHookInvocationSetting) GoString

func (s DialogCodeHookInvocationSetting) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DialogCodeHookInvocationSetting) SetActive

func (s *DialogCodeHookInvocationSetting) SetActive(v bool) *DialogCodeHookInvocationSetting

SetActive sets the Active field's value.

func (*DialogCodeHookInvocationSetting) SetEnableCodeHookInvocation

func (s *DialogCodeHookInvocationSetting) SetEnableCodeHookInvocation(v bool) *DialogCodeHookInvocationSetting

SetEnableCodeHookInvocation sets the EnableCodeHookInvocation field's value.

func (*DialogCodeHookInvocationSetting) SetInvocationLabel

func (s *DialogCodeHookInvocationSetting) SetInvocationLabel(v string) *DialogCodeHookInvocationSetting

SetInvocationLabel sets the InvocationLabel field's value.

func (*DialogCodeHookInvocationSetting) SetPostCodeHookSpecification

func (s *DialogCodeHookInvocationSetting) SetPostCodeHookSpecification(v *PostDialogCodeHookInvocationSpecification) *DialogCodeHookInvocationSetting

SetPostCodeHookSpecification sets the PostCodeHookSpecification field's value.

func (DialogCodeHookInvocationSetting) String

func (s DialogCodeHookInvocationSetting) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DialogCodeHookInvocationSetting) Validate

func (s *DialogCodeHookInvocationSetting) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DialogCodeHookSettings

type DialogCodeHookSettings struct {

    // Enables the dialog code hook so that it processes user requests.
    //
    // Enabled is a required field
    Enabled *bool `locationName:"enabled" type:"boolean" required:"true"`
    // contains filtered or unexported fields
}

Settings that determine the Lambda function that Amazon Lex uses for processing user responses.

func (DialogCodeHookSettings) GoString

func (s DialogCodeHookSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DialogCodeHookSettings) SetEnabled

func (s *DialogCodeHookSettings) SetEnabled(v bool) *DialogCodeHookSettings

SetEnabled sets the Enabled field's value.

func (DialogCodeHookSettings) String

func (s DialogCodeHookSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DialogCodeHookSettings) Validate

func (s *DialogCodeHookSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DialogState

type DialogState struct {

    // Defines the action that the bot executes at runtime when the conversation
    // reaches this step.
    DialogAction *DialogAction `locationName:"dialogAction" type:"structure"`

    // Override settings to configure the intent state.
    Intent *IntentOverride `locationName:"intent" type:"structure"`

    // Map of key/value pairs representing session-specific context information.
    // It contains application information passed between Amazon Lex and a client
    // application.
    SessionAttributes map[string]*string `locationName:"sessionAttributes" type:"map"`
    // contains filtered or unexported fields
}

The current state of the conversation with the user.

func (DialogState) GoString

func (s DialogState) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DialogState) SetDialogAction

func (s *DialogState) SetDialogAction(v *DialogAction) *DialogState

SetDialogAction sets the DialogAction field's value.

func (*DialogState) SetIntent

func (s *DialogState) SetIntent(v *IntentOverride) *DialogState

SetIntent sets the Intent field's value.

func (*DialogState) SetSessionAttributes

func (s *DialogState) SetSessionAttributes(v map[string]*string) *DialogState

SetSessionAttributes sets the SessionAttributes field's value.

func (DialogState) String

func (s DialogState) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DialogState) Validate

func (s *DialogState) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ElicitationCodeHookInvocationSetting

type ElicitationCodeHookInvocationSetting struct {

    // Indicates whether a Lambda function should be invoked for the dialog.
    //
    // EnableCodeHookInvocation is a required field
    EnableCodeHookInvocation *bool `locationName:"enableCodeHookInvocation" type:"boolean" required:"true"`

    // A label that indicates the dialog step from which the dialog code hook is
    // happening.
    InvocationLabel *string `locationName:"invocationLabel" min:"1" type:"string"`
    // contains filtered or unexported fields
}

Settings that specify the dialog code hook that is called by Amazon Lex between eliciting slot values.

func (ElicitationCodeHookInvocationSetting) GoString

func (s ElicitationCodeHookInvocationSetting) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ElicitationCodeHookInvocationSetting) SetEnableCodeHookInvocation

func (s *ElicitationCodeHookInvocationSetting) SetEnableCodeHookInvocation(v bool) *ElicitationCodeHookInvocationSetting

SetEnableCodeHookInvocation sets the EnableCodeHookInvocation field's value.

func (*ElicitationCodeHookInvocationSetting) SetInvocationLabel

func (s *ElicitationCodeHookInvocationSetting) SetInvocationLabel(v string) *ElicitationCodeHookInvocationSetting

SetInvocationLabel sets the InvocationLabel field's value.

func (ElicitationCodeHookInvocationSetting) String

func (s ElicitationCodeHookInvocationSetting) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ElicitationCodeHookInvocationSetting) Validate

func (s *ElicitationCodeHookInvocationSetting) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EncryptionSetting

type EncryptionSetting struct {

    // The password used to encrypt the associated transcript file.
    //
    // AssociatedTranscriptsPassword is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by EncryptionSetting's
    // String and GoString methods.
    AssociatedTranscriptsPassword *string `locationName:"associatedTranscriptsPassword" type:"string" sensitive:"true"`

    // The password used to encrypt the recommended bot recommendation file.
    //
    // BotLocaleExportPassword is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by EncryptionSetting's
    // String and GoString methods.
    BotLocaleExportPassword *string `locationName:"botLocaleExportPassword" type:"string" sensitive:"true"`

    // The KMS key ARN used to encrypt the metadata associated with the bot recommendation.
    KmsKeyArn *string `locationName:"kmsKeyArn" min:"20" type:"string"`
    // contains filtered or unexported fields
}

The object representing the passwords that were used to encrypt the data related to the bot recommendation, as well as the KMS key ARN used to encrypt the associated metadata.

func (EncryptionSetting) GoString

func (s EncryptionSetting) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EncryptionSetting) SetAssociatedTranscriptsPassword

func (s *EncryptionSetting) SetAssociatedTranscriptsPassword(v string) *EncryptionSetting

SetAssociatedTranscriptsPassword sets the AssociatedTranscriptsPassword field's value.

func (*EncryptionSetting) SetBotLocaleExportPassword

func (s *EncryptionSetting) SetBotLocaleExportPassword(v string) *EncryptionSetting

SetBotLocaleExportPassword sets the BotLocaleExportPassword field's value.

func (*EncryptionSetting) SetKmsKeyArn

func (s *EncryptionSetting) SetKmsKeyArn(v string) *EncryptionSetting

SetKmsKeyArn sets the KmsKeyArn field's value.

func (EncryptionSetting) String

func (s EncryptionSetting) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EncryptionSetting) Validate

func (s *EncryptionSetting) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ExportFilter

type ExportFilter struct {

    // The name of the field to use for filtering.
    //
    // Name is a required field
    Name *string `locationName:"name" type:"string" required:"true" enum:"ExportFilterName"`

    // The operator to use for the filter. Specify EQ when the ListExports operation
    // should return only resource types that equal the specified value. Specify
    // CO when the ListExports operation should return resource types that contain
    // the specified value.
    //
    // Operator is a required field
    Operator *string `locationName:"operator" type:"string" required:"true" enum:"ExportFilterOperator"`

    // The values to use to filter the response. The values must be Bot, BotLocale,
    // or CustomVocabulary.
    //
    // Values is a required field
    Values []*string `locationName:"values" min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Filters the response form the ListExports (https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListExports.html) operation

func (ExportFilter) GoString

func (s ExportFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExportFilter) SetName

func (s *ExportFilter) SetName(v string) *ExportFilter

SetName sets the Name field's value.

func (*ExportFilter) SetOperator

func (s *ExportFilter) SetOperator(v string) *ExportFilter

SetOperator sets the Operator field's value.

func (*ExportFilter) SetValues

func (s *ExportFilter) SetValues(v []*string) *ExportFilter

SetValues sets the Values field's value.

func (ExportFilter) String

func (s ExportFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExportFilter) Validate

func (s *ExportFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ExportResourceSpecification

type ExportResourceSpecification struct {

    // Parameters for exporting a bot.
    BotExportSpecification *BotExportSpecification `locationName:"botExportSpecification" type:"structure"`

    // Parameters for exporting a bot locale.
    BotLocaleExportSpecification *BotLocaleExportSpecification `locationName:"botLocaleExportSpecification" type:"structure"`

    // The parameters required to export a custom vocabulary.
    CustomVocabularyExportSpecification *CustomVocabularyExportSpecification `locationName:"customVocabularyExportSpecification" type:"structure"`
    // contains filtered or unexported fields
}

Provides information about the bot or bot locale that you want to export. You can specify the botExportSpecification or the botLocaleExportSpecification, but not both.

func (ExportResourceSpecification) GoString

func (s ExportResourceSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExportResourceSpecification) SetBotExportSpecification

func (s *ExportResourceSpecification) SetBotExportSpecification(v *BotExportSpecification) *ExportResourceSpecification

SetBotExportSpecification sets the BotExportSpecification field's value.

func (*ExportResourceSpecification) SetBotLocaleExportSpecification

func (s *ExportResourceSpecification) SetBotLocaleExportSpecification(v *BotLocaleExportSpecification) *ExportResourceSpecification

SetBotLocaleExportSpecification sets the BotLocaleExportSpecification field's value.

func (*ExportResourceSpecification) SetCustomVocabularyExportSpecification

func (s *ExportResourceSpecification) SetCustomVocabularyExportSpecification(v *CustomVocabularyExportSpecification) *ExportResourceSpecification

SetCustomVocabularyExportSpecification sets the CustomVocabularyExportSpecification field's value.

func (ExportResourceSpecification) String

func (s ExportResourceSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExportResourceSpecification) Validate

func (s *ExportResourceSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ExportSortBy

type ExportSortBy struct {

    // The export field to use for sorting.
    //
    // Attribute is a required field
    Attribute *string `locationName:"attribute" type:"string" required:"true" enum:"ExportSortAttribute"`

    // The order to sort the list.
    //
    // Order is a required field
    Order *string `locationName:"order" type:"string" required:"true" enum:"SortOrder"`
    // contains filtered or unexported fields
}

Provides information about sorting a list of exports.

func (ExportSortBy) GoString

func (s ExportSortBy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExportSortBy) SetAttribute

func (s *ExportSortBy) SetAttribute(v string) *ExportSortBy

SetAttribute sets the Attribute field's value.

func (*ExportSortBy) SetOrder

func (s *ExportSortBy) SetOrder(v string) *ExportSortBy

SetOrder sets the Order field's value.

func (ExportSortBy) String

func (s ExportSortBy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExportSortBy) Validate

func (s *ExportSortBy) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ExportSummary

type ExportSummary struct {

    // The date and time that the export was created.
    CreationDateTime *time.Time `locationName:"creationDateTime" type:"timestamp"`

    // The unique identifier that Amazon Lex assigned to the export.
    ExportId *string `locationName:"exportId" min:"10" type:"string"`

    // The status of the export. When the status is Completed the export is ready
    // to download.
    ExportStatus *string `locationName:"exportStatus" type:"string" enum:"ExportStatus"`

    // The file format used in the export files.
    FileFormat *string `locationName:"fileFormat" type:"string" enum:"ImportExportFileFormat"`

    // The date and time that the export was last updated.
    LastUpdatedDateTime *time.Time `locationName:"lastUpdatedDateTime" type:"timestamp"`

    // Information about the bot or bot locale that was exported.
    ResourceSpecification *ExportResourceSpecification `locationName:"resourceSpecification" type:"structure"`
    // contains filtered or unexported fields
}

Provides summary information about an export in an export list.

func (ExportSummary) GoString

func (s ExportSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExportSummary) SetCreationDateTime

func (s *ExportSummary) SetCreationDateTime(v time.Time) *ExportSummary

SetCreationDateTime sets the CreationDateTime field's value.

func (*ExportSummary) SetExportId

func (s *ExportSummary) SetExportId(v string) *ExportSummary

SetExportId sets the ExportId field's value.

func (*ExportSummary) SetExportStatus

func (s *ExportSummary) SetExportStatus(v string) *ExportSummary

SetExportStatus sets the ExportStatus field's value.

func (*ExportSummary) SetFileFormat

func (s *ExportSummary) SetFileFormat(v string) *ExportSummary

SetFileFormat sets the FileFormat field's value.

func (*ExportSummary) SetLastUpdatedDateTime

func (s *ExportSummary) SetLastUpdatedDateTime(v time.Time) *ExportSummary

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (*ExportSummary) SetResourceSpecification

func (s *ExportSummary) SetResourceSpecification(v *ExportResourceSpecification) *ExportSummary

SetResourceSpecification sets the ResourceSpecification field's value.

func (ExportSummary) String

func (s ExportSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ExternalSourceSetting

type ExternalSourceSetting struct {

    // Settings required for a slot type based on a grammar that you provide.
    GrammarSlotTypeSetting *GrammarSlotTypeSetting `locationName:"grammarSlotTypeSetting" type:"structure"`
    // contains filtered or unexported fields
}

Provides information about the external source of the slot type's definition.

func (ExternalSourceSetting) GoString

func (s ExternalSourceSetting) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExternalSourceSetting) SetGrammarSlotTypeSetting

func (s *ExternalSourceSetting) SetGrammarSlotTypeSetting(v *GrammarSlotTypeSetting) *ExternalSourceSetting

SetGrammarSlotTypeSetting sets the GrammarSlotTypeSetting field's value.

func (ExternalSourceSetting) String

func (s ExternalSourceSetting) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExternalSourceSetting) Validate

func (s *ExternalSourceSetting) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FailedCustomVocabularyItem

type FailedCustomVocabularyItem struct {

    // The unique error code for the failed custom vocabulary item from the custom
    // vocabulary list.
    ErrorCode *string `locationName:"errorCode" type:"string" enum:"ErrorCode"`

    // The error message for the failed custom vocabulary item from the custom vocabulary
    // list.
    ErrorMessage *string `locationName:"errorMessage" type:"string"`

    // The unique item identifer for the failed custom vocabulary item from the
    // custom vocabulary list.
    ItemId *string `locationName:"itemId" min:"1" type:"string"`
    // contains filtered or unexported fields
}

The unique failed custom vocabulary item from the custom vocabulary list.

func (FailedCustomVocabularyItem) GoString

func (s FailedCustomVocabularyItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FailedCustomVocabularyItem) SetErrorCode

func (s *FailedCustomVocabularyItem) SetErrorCode(v string) *FailedCustomVocabularyItem

SetErrorCode sets the ErrorCode field's value.

func (*FailedCustomVocabularyItem) SetErrorMessage

func (s *FailedCustomVocabularyItem) SetErrorMessage(v string) *FailedCustomVocabularyItem

SetErrorMessage sets the ErrorMessage field's value.

func (*FailedCustomVocabularyItem) SetItemId

func (s *FailedCustomVocabularyItem) SetItemId(v string) *FailedCustomVocabularyItem

SetItemId sets the ItemId field's value.

func (FailedCustomVocabularyItem) String

func (s FailedCustomVocabularyItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FulfillmentCodeHookSettings

type FulfillmentCodeHookSettings struct {

    // Determines whether the fulfillment code hook is used. When active is false,
    // the code hook doesn't run.
    Active *bool `locationName:"active" type:"boolean"`

    // Indicates whether a Lambda function should be invoked to fulfill a specific
    // intent.
    //
    // Enabled is a required field
    Enabled *bool `locationName:"enabled" type:"boolean" required:"true"`

    // Provides settings for update messages sent to the user for long-running Lambda
    // fulfillment functions. Fulfillment updates can be used only with streaming
    // conversations.
    FulfillmentUpdatesSpecification *FulfillmentUpdatesSpecification `locationName:"fulfillmentUpdatesSpecification" type:"structure"`

    // Provides settings for messages sent to the user for after the Lambda fulfillment
    // function completes. Post-fulfillment messages can be sent for both streaming
    // and non-streaming conversations.
    PostFulfillmentStatusSpecification *PostFulfillmentStatusSpecification `locationName:"postFulfillmentStatusSpecification" type:"structure"`
    // contains filtered or unexported fields
}

Determines if a Lambda function should be invoked for a specific intent.

func (FulfillmentCodeHookSettings) GoString

func (s FulfillmentCodeHookSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FulfillmentCodeHookSettings) SetActive

func (s *FulfillmentCodeHookSettings) SetActive(v bool) *FulfillmentCodeHookSettings

SetActive sets the Active field's value.

func (*FulfillmentCodeHookSettings) SetEnabled

func (s *FulfillmentCodeHookSettings) SetEnabled(v bool) *FulfillmentCodeHookSettings

SetEnabled sets the Enabled field's value.

func (*FulfillmentCodeHookSettings) SetFulfillmentUpdatesSpecification

func (s *FulfillmentCodeHookSettings) SetFulfillmentUpdatesSpecification(v *FulfillmentUpdatesSpecification) *FulfillmentCodeHookSettings

SetFulfillmentUpdatesSpecification sets the FulfillmentUpdatesSpecification field's value.

func (*FulfillmentCodeHookSettings) SetPostFulfillmentStatusSpecification

func (s *FulfillmentCodeHookSettings) SetPostFulfillmentStatusSpecification(v *PostFulfillmentStatusSpecification) *FulfillmentCodeHookSettings

SetPostFulfillmentStatusSpecification sets the PostFulfillmentStatusSpecification field's value.

func (FulfillmentCodeHookSettings) String

func (s FulfillmentCodeHookSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FulfillmentCodeHookSettings) Validate

func (s *FulfillmentCodeHookSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FulfillmentStartResponseSpecification

type FulfillmentStartResponseSpecification struct {

    // Determines whether the user can interrupt the start message while it is playing.
    AllowInterrupt *bool `locationName:"allowInterrupt" type:"boolean"`

    // The delay between when the Lambda fulfillment function starts running and
    // the start message is played. If the Lambda function returns before the delay
    // is over, the start message isn't played.
    //
    // DelayInSeconds is a required field
    DelayInSeconds *int64 `locationName:"delayInSeconds" min:"1" type:"integer" required:"true"`

    // One to 5 message groups that contain start messages. Amazon Lex chooses one
    // of the messages to play to the user.
    //
    // MessageGroups is a required field
    MessageGroups []*MessageGroup `locationName:"messageGroups" min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Provides settings for a message that is sent to the user when a fulfillment Lambda function starts running.

func (FulfillmentStartResponseSpecification) GoString

func (s FulfillmentStartResponseSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FulfillmentStartResponseSpecification) SetAllowInterrupt

func (s *FulfillmentStartResponseSpecification) SetAllowInterrupt(v bool) *FulfillmentStartResponseSpecification

SetAllowInterrupt sets the AllowInterrupt field's value.

func (*FulfillmentStartResponseSpecification) SetDelayInSeconds

func (s *FulfillmentStartResponseSpecification) SetDelayInSeconds(v int64) *FulfillmentStartResponseSpecification

SetDelayInSeconds sets the DelayInSeconds field's value.

func (*FulfillmentStartResponseSpecification) SetMessageGroups

func (s *FulfillmentStartResponseSpecification) SetMessageGroups(v []*MessageGroup) *FulfillmentStartResponseSpecification

SetMessageGroups sets the MessageGroups field's value.

func (FulfillmentStartResponseSpecification) String

func (s FulfillmentStartResponseSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FulfillmentStartResponseSpecification) Validate

func (s *FulfillmentStartResponseSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FulfillmentUpdateResponseSpecification

type FulfillmentUpdateResponseSpecification struct {

    // Determines whether the user can interrupt an update message while it is playing.
    AllowInterrupt *bool `locationName:"allowInterrupt" type:"boolean"`

    // The frequency that a message is sent to the user. When the period ends, Amazon
    // Lex chooses a message from the message groups and plays it to the user. If
    // the fulfillment Lambda returns before the first period ends, an update message
    // is not played to the user.
    //
    // FrequencyInSeconds is a required field
    FrequencyInSeconds *int64 `locationName:"frequencyInSeconds" min:"1" type:"integer" required:"true"`

    // One to 5 message groups that contain update messages. Amazon Lex chooses
    // one of the messages to play to the user.
    //
    // MessageGroups is a required field
    MessageGroups []*MessageGroup `locationName:"messageGroups" min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Provides settings for a message that is sent periodically to the user while a fulfillment Lambda function is running.

func (FulfillmentUpdateResponseSpecification) GoString

func (s FulfillmentUpdateResponseSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FulfillmentUpdateResponseSpecification) SetAllowInterrupt

func (s *FulfillmentUpdateResponseSpecification) SetAllowInterrupt(v bool) *FulfillmentUpdateResponseSpecification

SetAllowInterrupt sets the AllowInterrupt field's value.

func (*FulfillmentUpdateResponseSpecification) SetFrequencyInSeconds

func (s *FulfillmentUpdateResponseSpecification) SetFrequencyInSeconds(v int64) *FulfillmentUpdateResponseSpecification

SetFrequencyInSeconds sets the FrequencyInSeconds field's value.

func (*FulfillmentUpdateResponseSpecification) SetMessageGroups

func (s *FulfillmentUpdateResponseSpecification) SetMessageGroups(v []*MessageGroup) *FulfillmentUpdateResponseSpecification

SetMessageGroups sets the MessageGroups field's value.

func (FulfillmentUpdateResponseSpecification) String

func (s FulfillmentUpdateResponseSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FulfillmentUpdateResponseSpecification) Validate

func (s *FulfillmentUpdateResponseSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FulfillmentUpdatesSpecification

type FulfillmentUpdatesSpecification struct {

    // Determines whether fulfillment updates are sent to the user. When this field
    // is true, updates are sent.
    //
    // If the active field is set to true, the startResponse, updateResponse, and
    // timeoutInSeconds fields are required.
    //
    // Active is a required field
    Active *bool `locationName:"active" type:"boolean" required:"true"`

    // Provides configuration information for the message sent to users when the
    // fulfillment Lambda functions starts running.
    StartResponse *FulfillmentStartResponseSpecification `locationName:"startResponse" type:"structure"`

    // The length of time that the fulfillment Lambda function should run before
    // it times out.
    TimeoutInSeconds *int64 `locationName:"timeoutInSeconds" min:"1" type:"integer"`

    // Provides configuration information for messages sent periodically to the
    // user while the fulfillment Lambda function is running.
    UpdateResponse *FulfillmentUpdateResponseSpecification `locationName:"updateResponse" type:"structure"`
    // contains filtered or unexported fields
}

Provides information for updating the user on the progress of fulfilling an intent.

func (FulfillmentUpdatesSpecification) GoString

func (s FulfillmentUpdatesSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FulfillmentUpdatesSpecification) SetActive

func (s *FulfillmentUpdatesSpecification) SetActive(v bool) *FulfillmentUpdatesSpecification

SetActive sets the Active field's value.

func (*FulfillmentUpdatesSpecification) SetStartResponse

func (s *FulfillmentUpdatesSpecification) SetStartResponse(v *FulfillmentStartResponseSpecification) *FulfillmentUpdatesSpecification

SetStartResponse sets the StartResponse field's value.

func (*FulfillmentUpdatesSpecification) SetTimeoutInSeconds

func (s *FulfillmentUpdatesSpecification) SetTimeoutInSeconds(v int64) *FulfillmentUpdatesSpecification

SetTimeoutInSeconds sets the TimeoutInSeconds field's value.

func (*FulfillmentUpdatesSpecification) SetUpdateResponse

func (s *FulfillmentUpdatesSpecification) SetUpdateResponse(v *FulfillmentUpdateResponseSpecification) *FulfillmentUpdatesSpecification

SetUpdateResponse sets the UpdateResponse field's value.

func (FulfillmentUpdatesSpecification) String

func (s FulfillmentUpdatesSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FulfillmentUpdatesSpecification) Validate

func (s *FulfillmentUpdatesSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GrammarSlotTypeSetting

type GrammarSlotTypeSetting struct {

    // The source of the grammar used to create the slot type.
    Source *GrammarSlotTypeSource `locationName:"source" type:"structure"`
    // contains filtered or unexported fields
}

Settings requried for a slot type based on a grammar that you provide.

func (GrammarSlotTypeSetting) GoString

func (s GrammarSlotTypeSetting) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GrammarSlotTypeSetting) SetSource

func (s *GrammarSlotTypeSetting) SetSource(v *GrammarSlotTypeSource) *GrammarSlotTypeSetting

SetSource sets the Source field's value.

func (GrammarSlotTypeSetting) String

func (s GrammarSlotTypeSetting) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GrammarSlotTypeSetting) Validate

func (s *GrammarSlotTypeSetting) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GrammarSlotTypeSource

type GrammarSlotTypeSource struct {

    // The Amazon KMS key required to decrypt the contents of the grammar, if any.
    KmsKeyArn *string `locationName:"kmsKeyArn" min:"20" type:"string"`

    // The name of the S3 bucket that contains the grammar source.
    //
    // S3BucketName is a required field
    S3BucketName *string `locationName:"s3BucketName" min:"3" type:"string" required:"true"`

    // The path to the grammar in the S3 bucket.
    //
    // S3ObjectKey is a required field
    S3ObjectKey *string `locationName:"s3ObjectKey" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Describes the Amazon S3 bucket name and location for the grammar that is the source for the slot type.

func (GrammarSlotTypeSource) GoString

func (s GrammarSlotTypeSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GrammarSlotTypeSource) SetKmsKeyArn

func (s *GrammarSlotTypeSource) SetKmsKeyArn(v string) *GrammarSlotTypeSource

SetKmsKeyArn sets the KmsKeyArn field's value.

func (*GrammarSlotTypeSource) SetS3BucketName

func (s *GrammarSlotTypeSource) SetS3BucketName(v string) *GrammarSlotTypeSource

SetS3BucketName sets the S3BucketName field's value.

func (*GrammarSlotTypeSource) SetS3ObjectKey

func (s *GrammarSlotTypeSource) SetS3ObjectKey(v string) *GrammarSlotTypeSource

SetS3ObjectKey sets the S3ObjectKey field's value.

func (GrammarSlotTypeSource) String

func (s GrammarSlotTypeSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GrammarSlotTypeSource) Validate

func (s *GrammarSlotTypeSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ImageResponseCard

type ImageResponseCard struct {

    // A list of buttons that should be displayed on the response card. The arrangement
    // of the buttons is determined by the platform that displays the button.
    Buttons []*Button `locationName:"buttons" type:"list"`

    // The URL of an image to display on the response card. The image URL must be
    // publicly available so that the platform displaying the response card has
    // access to the image.
    ImageUrl *string `locationName:"imageUrl" min:"1" type:"string"`

    // The subtitle to display on the response card. The format of the subtitle
    // is determined by the platform displaying the response card.
    Subtitle *string `locationName:"subtitle" min:"1" type:"string"`

    // The title to display on the response card. The format of the title is determined
    // by the platform displaying the response card.
    //
    // Title is a required field
    Title *string `locationName:"title" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

A card that is shown to the user by a messaging platform. You define the contents of the card, the card is displayed by the platform.

When you use a response card, the response from the user is constrained to the text associated with a button on the card.

func (ImageResponseCard) GoString

func (s ImageResponseCard) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImageResponseCard) SetButtons

func (s *ImageResponseCard) SetButtons(v []*Button) *ImageResponseCard

SetButtons sets the Buttons field's value.

func (*ImageResponseCard) SetImageUrl

func (s *ImageResponseCard) SetImageUrl(v string) *ImageResponseCard

SetImageUrl sets the ImageUrl field's value.

func (*ImageResponseCard) SetSubtitle

func (s *ImageResponseCard) SetSubtitle(v string) *ImageResponseCard

SetSubtitle sets the Subtitle field's value.

func (*ImageResponseCard) SetTitle

func (s *ImageResponseCard) SetTitle(v string) *ImageResponseCard

SetTitle sets the Title field's value.

func (ImageResponseCard) String

func (s ImageResponseCard) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImageResponseCard) Validate

func (s *ImageResponseCard) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ImportFilter

type ImportFilter struct {

    // The name of the field to use for filtering.
    //
    // Name is a required field
    Name *string `locationName:"name" type:"string" required:"true" enum:"ImportFilterName"`

    // The operator to use for the filter. Specify EQ when the ListImports operation
    // should return only resource types that equal the specified value. Specify
    // CO when the ListImports operation should return resource types that contain
    // the specified value.
    //
    // Operator is a required field
    Operator *string `locationName:"operator" type:"string" required:"true" enum:"ImportFilterOperator"`

    // The values to use to filter the response. The values must be Bot, BotLocale,
    // or CustomVocabulary.
    //
    // Values is a required field
    Values []*string `locationName:"values" min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Filters the response from the ListImports (https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListImports.html) operation.

func (ImportFilter) GoString

func (s ImportFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImportFilter) SetName

func (s *ImportFilter) SetName(v string) *ImportFilter

SetName sets the Name field's value.

func (*ImportFilter) SetOperator

func (s *ImportFilter) SetOperator(v string) *ImportFilter

SetOperator sets the Operator field's value.

func (*ImportFilter) SetValues

func (s *ImportFilter) SetValues(v []*string) *ImportFilter

SetValues sets the Values field's value.

func (ImportFilter) String

func (s ImportFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImportFilter) Validate

func (s *ImportFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ImportResourceSpecification

type ImportResourceSpecification struct {

    // Parameters for importing a bot.
    BotImportSpecification *BotImportSpecification `locationName:"botImportSpecification" type:"structure"`

    // Parameters for importing a bot locale.
    BotLocaleImportSpecification *BotLocaleImportSpecification `locationName:"botLocaleImportSpecification" type:"structure"`

    // Provides the parameters required for importing a custom vocabulary.
    CustomVocabularyImportSpecification *CustomVocabularyImportSpecification `locationName:"customVocabularyImportSpecification" type:"structure"`
    // contains filtered or unexported fields
}

Provides information about the bot or bot locale that you want to import. You can specify the botImportSpecification or the botLocaleImportSpecification, but not both.

func (ImportResourceSpecification) GoString

func (s ImportResourceSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImportResourceSpecification) SetBotImportSpecification

func (s *ImportResourceSpecification) SetBotImportSpecification(v *BotImportSpecification) *ImportResourceSpecification

SetBotImportSpecification sets the BotImportSpecification field's value.

func (*ImportResourceSpecification) SetBotLocaleImportSpecification

func (s *ImportResourceSpecification) SetBotLocaleImportSpecification(v *BotLocaleImportSpecification) *ImportResourceSpecification

SetBotLocaleImportSpecification sets the BotLocaleImportSpecification field's value.

func (*ImportResourceSpecification) SetCustomVocabularyImportSpecification

func (s *ImportResourceSpecification) SetCustomVocabularyImportSpecification(v *CustomVocabularyImportSpecification) *ImportResourceSpecification

SetCustomVocabularyImportSpecification sets the CustomVocabularyImportSpecification field's value.

func (ImportResourceSpecification) String

func (s ImportResourceSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImportResourceSpecification) Validate

func (s *ImportResourceSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ImportSortBy

type ImportSortBy struct {

    // The export field to use for sorting.
    //
    // Attribute is a required field
    Attribute *string `locationName:"attribute" type:"string" required:"true" enum:"ImportSortAttribute"`

    // The order to sort the list.
    //
    // Order is a required field
    Order *string `locationName:"order" type:"string" required:"true" enum:"SortOrder"`
    // contains filtered or unexported fields
}

Provides information for sorting a list of imports.

func (ImportSortBy) GoString

func (s ImportSortBy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImportSortBy) SetAttribute

func (s *ImportSortBy) SetAttribute(v string) *ImportSortBy

SetAttribute sets the Attribute field's value.

func (*ImportSortBy) SetOrder

func (s *ImportSortBy) SetOrder(v string) *ImportSortBy

SetOrder sets the Order field's value.

func (ImportSortBy) String

func (s ImportSortBy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImportSortBy) Validate

func (s *ImportSortBy) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ImportSummary

type ImportSummary struct {

    // The date and time that the import was created.
    CreationDateTime *time.Time `locationName:"creationDateTime" type:"timestamp"`

    // The unique identifier that Amazon Lex assigned to the import.
    ImportId *string `locationName:"importId" min:"10" type:"string"`

    // The status of the resource. When the status is Completed the resource is
    // ready to build.
    ImportStatus *string `locationName:"importStatus" type:"string" enum:"ImportStatus"`

    // The unique identifier that Amazon Lex assigned to the imported resource.
    ImportedResourceId *string `locationName:"importedResourceId" min:"5" type:"string"`

    // The name that you gave the imported resource.
    ImportedResourceName *string `locationName:"importedResourceName" min:"1" type:"string"`

    // The type of resource that was imported.
    ImportedResourceType *string `locationName:"importedResourceType" type:"string" enum:"ImportResourceType"`

    // The date and time that the import was last updated.
    LastUpdatedDateTime *time.Time `locationName:"lastUpdatedDateTime" type:"timestamp"`

    // The strategy used to merge existing bot or bot locale definitions with the
    // imported definition.
    MergeStrategy *string `locationName:"mergeStrategy" type:"string" enum:"MergeStrategy"`
    // contains filtered or unexported fields
}

Provides summary information about an import in an import list.

func (ImportSummary) GoString

func (s ImportSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImportSummary) SetCreationDateTime

func (s *ImportSummary) SetCreationDateTime(v time.Time) *ImportSummary

SetCreationDateTime sets the CreationDateTime field's value.

func (*ImportSummary) SetImportId

func (s *ImportSummary) SetImportId(v string) *ImportSummary

SetImportId sets the ImportId field's value.

func (*ImportSummary) SetImportStatus

func (s *ImportSummary) SetImportStatus(v string) *ImportSummary

SetImportStatus sets the ImportStatus field's value.

func (*ImportSummary) SetImportedResourceId

func (s *ImportSummary) SetImportedResourceId(v string) *ImportSummary

SetImportedResourceId sets the ImportedResourceId field's value.

func (*ImportSummary) SetImportedResourceName

func (s *ImportSummary) SetImportedResourceName(v string) *ImportSummary

SetImportedResourceName sets the ImportedResourceName field's value.

func (*ImportSummary) SetImportedResourceType

func (s *ImportSummary) SetImportedResourceType(v string) *ImportSummary

SetImportedResourceType sets the ImportedResourceType field's value.

func (*ImportSummary) SetLastUpdatedDateTime

func (s *ImportSummary) SetLastUpdatedDateTime(v time.Time) *ImportSummary

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (*ImportSummary) SetMergeStrategy

func (s *ImportSummary) SetMergeStrategy(v string) *ImportSummary

SetMergeStrategy sets the MergeStrategy field's value.

func (ImportSummary) String

func (s ImportSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InitialResponseSetting

type InitialResponseSetting struct {

    // Settings that specify the dialog code hook that is called by Amazon Lex at
    // a step of the conversation.
    CodeHook *DialogCodeHookInvocationSetting `locationName:"codeHook" type:"structure"`

    // Provides a list of conditional branches. Branches are evaluated in the order
    // that they are entered in the list. The first branch with a condition that
    // evaluates to true is executed. The last branch in the list is the default
    // branch. The default branch should not have any condition expression. The
    // default branch is executed if no other branch has a matching condition.
    Conditional *ConditionalSpecification `locationName:"conditional" type:"structure"`

    // Specifies a list of message groups that Amazon Lex uses to respond the user
    // input.
    InitialResponse *ResponseSpecification `locationName:"initialResponse" type:"structure"`

    // The next step in the conversation.
    NextStep *DialogState `locationName:"nextStep" type:"structure"`
    // contains filtered or unexported fields
}

Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.

func (InitialResponseSetting) GoString

func (s InitialResponseSetting) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InitialResponseSetting) SetCodeHook

func (s *InitialResponseSetting) SetCodeHook(v *DialogCodeHookInvocationSetting) *InitialResponseSetting

SetCodeHook sets the CodeHook field's value.

func (*InitialResponseSetting) SetConditional

func (s *InitialResponseSetting) SetConditional(v *ConditionalSpecification) *InitialResponseSetting

SetConditional sets the Conditional field's value.

func (*InitialResponseSetting) SetInitialResponse

func (s *InitialResponseSetting) SetInitialResponse(v *ResponseSpecification) *InitialResponseSetting

SetInitialResponse sets the InitialResponse field's value.

func (*InitialResponseSetting) SetNextStep

func (s *InitialResponseSetting) SetNextStep(v *DialogState) *InitialResponseSetting

SetNextStep sets the NextStep field's value.

func (InitialResponseSetting) String

func (s InitialResponseSetting) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InitialResponseSetting) Validate

func (s *InitialResponseSetting) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type InputContext

type InputContext struct {

    // The name of the context.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

The name of a context that must be active for an intent to be selected by Amazon Lex.

func (InputContext) GoString

func (s InputContext) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputContext) SetName

func (s *InputContext) SetName(v string) *InputContext

SetName sets the Name field's value.

func (InputContext) String

func (s InputContext) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputContext) Validate

func (s *InputContext) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type IntentClosingSetting

type IntentClosingSetting struct {

    // Specifies whether an intent's closing response is used. When this field is
    // false, the closing response isn't sent to the user. If the active field isn't
    // specified, the default is true.
    Active *bool `locationName:"active" type:"boolean"`

    // The response that Amazon Lex sends to the user when the intent is complete.
    ClosingResponse *ResponseSpecification `locationName:"closingResponse" type:"structure"`

    // A list of conditional branches associated with the intent's closing response.
    // These branches are executed when the nextStep attribute is set to EvalutateConditional.
    Conditional *ConditionalSpecification `locationName:"conditional" type:"structure"`

    // Specifies the next step that the bot executes after playing the intent's
    // closing response.
    NextStep *DialogState `locationName:"nextStep" type:"structure"`
    // contains filtered or unexported fields
}

Provides a statement the Amazon Lex conveys to the user when the intent is successfully fulfilled.

func (IntentClosingSetting) GoString

func (s IntentClosingSetting) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntentClosingSetting) SetActive

func (s *IntentClosingSetting) SetActive(v bool) *IntentClosingSetting

SetActive sets the Active field's value.

func (*IntentClosingSetting) SetClosingResponse

func (s *IntentClosingSetting) SetClosingResponse(v *ResponseSpecification) *IntentClosingSetting

SetClosingResponse sets the ClosingResponse field's value.

func (*IntentClosingSetting) SetConditional

func (s *IntentClosingSetting) SetConditional(v *ConditionalSpecification) *IntentClosingSetting

SetConditional sets the Conditional field's value.

func (*IntentClosingSetting) SetNextStep

func (s *IntentClosingSetting) SetNextStep(v *DialogState) *IntentClosingSetting

SetNextStep sets the NextStep field's value.

func (IntentClosingSetting) String

func (s IntentClosingSetting) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntentClosingSetting) Validate

func (s *IntentClosingSetting) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type IntentConfirmationSetting

type IntentConfirmationSetting struct {

    // Specifies whether the intent's confirmation is sent to the user. When this
    // field is false, confirmation and declination responses aren't sent. If the
    // active field isn't specified, the default is true.
    Active *bool `locationName:"active" type:"boolean"`

    // The DialogCodeHookInvocationSetting object associated with intent's confirmation
    // step. The dialog code hook is triggered based on these invocation settings
    // when the confirmation next step or declination next step or failure next
    // step is InvokeDialogCodeHook.
    CodeHook *DialogCodeHookInvocationSetting `locationName:"codeHook" type:"structure"`

    // A list of conditional branches to evaluate after the intent is closed.
    ConfirmationConditional *ConditionalSpecification `locationName:"confirmationConditional" type:"structure"`

    // Specifies the next step that the bot executes when the customer confirms
    // the intent.
    ConfirmationNextStep *DialogState `locationName:"confirmationNextStep" type:"structure"`

    // Specifies a list of message groups that Amazon Lex uses to respond the user
    // input.
    ConfirmationResponse *ResponseSpecification `locationName:"confirmationResponse" type:"structure"`

    // A list of conditional branches to evaluate after the intent is declined.
    DeclinationConditional *ConditionalSpecification `locationName:"declinationConditional" type:"structure"`

    // Specifies the next step that the bot executes when the customer declines
    // the intent.
    DeclinationNextStep *DialogState `locationName:"declinationNextStep" type:"structure"`

    // When the user answers "no" to the question defined in promptSpecification,
    // Amazon Lex responds with this response to acknowledge that the intent was
    // canceled.
    DeclinationResponse *ResponseSpecification `locationName:"declinationResponse" type:"structure"`

    // The DialogCodeHookInvocationSetting used when the code hook is invoked during
    // confirmation prompt retries.
    ElicitationCodeHook *ElicitationCodeHookInvocationSetting `locationName:"elicitationCodeHook" type:"structure"`

    // Provides a list of conditional branches. Branches are evaluated in the order
    // that they are entered in the list. The first branch with a condition that
    // evaluates to true is executed. The last branch in the list is the default
    // branch. The default branch should not have any condition expression. The
    // default branch is executed if no other branch has a matching condition.
    FailureConditional *ConditionalSpecification `locationName:"failureConditional" type:"structure"`

    // The next step to take in the conversation if the confirmation step fails.
    FailureNextStep *DialogState `locationName:"failureNextStep" type:"structure"`

    // Specifies a list of message groups that Amazon Lex uses to respond the user
    // input.
    FailureResponse *ResponseSpecification `locationName:"failureResponse" type:"structure"`

    // Prompts the user to confirm the intent. This question should have a yes or
    // no answer.
    //
    // Amazon Lex uses this prompt to ensure that the user acknowledges that the
    // intent is ready for fulfillment. For example, with the OrderPizza intent,
    // you might want to confirm that the order is correct before placing it. For
    // other intents, such as intents that simply respond to user questions, you
    // might not need to ask the user for confirmation before providing the information.
    //
    // PromptSpecification is a required field
    PromptSpecification *PromptSpecification `locationName:"promptSpecification" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Provides a prompt for making sure that the user is ready for the intent to be fulfilled.

func (IntentConfirmationSetting) GoString

func (s IntentConfirmationSetting) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntentConfirmationSetting) SetActive

func (s *IntentConfirmationSetting) SetActive(v bool) *IntentConfirmationSetting

SetActive sets the Active field's value.

func (*IntentConfirmationSetting) SetCodeHook

func (s *IntentConfirmationSetting) SetCodeHook(v *DialogCodeHookInvocationSetting) *IntentConfirmationSetting

SetCodeHook sets the CodeHook field's value.

func (*IntentConfirmationSetting) SetConfirmationConditional

func (s *IntentConfirmationSetting) SetConfirmationConditional(v *ConditionalSpecification) *IntentConfirmationSetting

SetConfirmationConditional sets the ConfirmationConditional field's value.

func (*IntentConfirmationSetting) SetConfirmationNextStep

func (s *IntentConfirmationSetting) SetConfirmationNextStep(v *DialogState) *IntentConfirmationSetting

SetConfirmationNextStep sets the ConfirmationNextStep field's value.

func (*IntentConfirmationSetting) SetConfirmationResponse

func (s *IntentConfirmationSetting) SetConfirmationResponse(v *ResponseSpecification) *IntentConfirmationSetting

SetConfirmationResponse sets the ConfirmationResponse field's value.

func (*IntentConfirmationSetting) SetDeclinationConditional

func (s *IntentConfirmationSetting) SetDeclinationConditional(v *ConditionalSpecification) *IntentConfirmationSetting

SetDeclinationConditional sets the DeclinationConditional field's value.

func (*IntentConfirmationSetting) SetDeclinationNextStep

func (s *IntentConfirmationSetting) SetDeclinationNextStep(v *DialogState) *IntentConfirmationSetting

SetDeclinationNextStep sets the DeclinationNextStep field's value.

func (*IntentConfirmationSetting) SetDeclinationResponse

func (s *IntentConfirmationSetting) SetDeclinationResponse(v *ResponseSpecification) *IntentConfirmationSetting

SetDeclinationResponse sets the DeclinationResponse field's value.

func (*IntentConfirmationSetting) SetElicitationCodeHook

func (s *IntentConfirmationSetting) SetElicitationCodeHook(v *ElicitationCodeHookInvocationSetting) *IntentConfirmationSetting

SetElicitationCodeHook sets the ElicitationCodeHook field's value.

func (*IntentConfirmationSetting) SetFailureConditional

func (s *IntentConfirmationSetting) SetFailureConditional(v *ConditionalSpecification) *IntentConfirmationSetting

SetFailureConditional sets the FailureConditional field's value.

func (*IntentConfirmationSetting) SetFailureNextStep

func (s *IntentConfirmationSetting) SetFailureNextStep(v *DialogState) *IntentConfirmationSetting

SetFailureNextStep sets the FailureNextStep field's value.

func (*IntentConfirmationSetting) SetFailureResponse

func (s *IntentConfirmationSetting) SetFailureResponse(v *ResponseSpecification) *IntentConfirmationSetting

SetFailureResponse sets the FailureResponse field's value.

func (*IntentConfirmationSetting) SetPromptSpecification

func (s *IntentConfirmationSetting) SetPromptSpecification(v *PromptSpecification) *IntentConfirmationSetting

SetPromptSpecification sets the PromptSpecification field's value.

func (IntentConfirmationSetting) String

func (s IntentConfirmationSetting) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntentConfirmationSetting) Validate

func (s *IntentConfirmationSetting) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type IntentFilter

type IntentFilter struct {

    // The name of the field to use for the filter.
    //
    // Name is a required field
    Name *string `locationName:"name" type:"string" required:"true" enum:"IntentFilterName"`

    // The operator to use for the filter. Specify EQ when the ListIntents operation
    // should return only aliases that equal the specified value. Specify CO when
    // the ListIntents operation should return aliases that contain the specified
    // value.
    //
    // Operator is a required field
    Operator *string `locationName:"operator" type:"string" required:"true" enum:"IntentFilterOperator"`

    // The value to use for the filter.
    //
    // Values is a required field
    Values []*string `locationName:"values" min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Filters the response from the ListIntents operation.

func (IntentFilter) GoString

func (s IntentFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntentFilter) SetName

func (s *IntentFilter) SetName(v string) *IntentFilter

SetName sets the Name field's value.

func (*IntentFilter) SetOperator

func (s *IntentFilter) SetOperator(v string) *IntentFilter

SetOperator sets the Operator field's value.

func (*IntentFilter) SetValues

func (s *IntentFilter) SetValues(v []*string) *IntentFilter

SetValues sets the Values field's value.

func (IntentFilter) String

func (s IntentFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntentFilter) Validate

func (s *IntentFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type IntentOverride

type IntentOverride struct {

    // The name of the intent. Only required when you're switching intents.
    Name *string `locationName:"name" min:"1" type:"string"`

    // A map of all of the slot value overrides for the intent. The name of the
    // slot maps to the value of the slot. Slots that are not included in the map
    // aren't overridden.,
    Slots map[string]*SlotValueOverride `locationName:"slots" type:"map"`
    // contains filtered or unexported fields
}

Override settings to configure the intent state.

func (IntentOverride) GoString

func (s IntentOverride) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntentOverride) SetName

func (s *IntentOverride) SetName(v string) *IntentOverride

SetName sets the Name field's value.

func (*IntentOverride) SetSlots

func (s *IntentOverride) SetSlots(v map[string]*SlotValueOverride) *IntentOverride

SetSlots sets the Slots field's value.

func (IntentOverride) String

func (s IntentOverride) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntentOverride) Validate

func (s *IntentOverride) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type IntentSortBy

type IntentSortBy struct {

    // The attribute to use to sort the list of intents.
    //
    // Attribute is a required field
    Attribute *string `locationName:"attribute" type:"string" required:"true" enum:"IntentSortAttribute"`

    // The order to sort the list. You can choose ascending or descending.
    //
    // Order is a required field
    Order *string `locationName:"order" type:"string" required:"true" enum:"SortOrder"`
    // contains filtered or unexported fields
}

Specifies attributes for sorting a list of intents.

func (IntentSortBy) GoString

func (s IntentSortBy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sens