'2.0', 'service' => '
', 'operations' => [ 'BatchCreateCustomVocabularyItem' => 'Create a batch of custom vocabulary items for a given bot locale\'s custom vocabulary.
', 'BatchDeleteCustomVocabularyItem' => 'Delete a batch of custom vocabulary items for a given bot locale\'s custom vocabulary.
', 'BatchUpdateCustomVocabularyItem' => 'Update a batch of custom vocabulary items for a given bot locale\'s custom vocabulary.
', 'BuildBotLocale' => 'Builds a bot, its intents, and its slot types into a specific locale. A bot can be built into multiple locales. At runtime the locale is used to choose a specific build of the bot.
', 'CreateBot' => 'Creates an Amazon Lex conversational bot.
', 'CreateBotAlias' => 'Creates an alias for the specified version of a bot. Use an alias to enable you to change the version of a bot without updating applications that use the bot.
For example, you can create an alias called "PROD" that your applications use to call the Amazon Lex bot.
', 'CreateBotLocale' => 'Creates a locale in the bot. The locale contains the intents and slot types that the bot uses in conversations with users in the specified language and locale. You must add a locale to a bot before you can add intents and slot types to the bot.
', 'CreateBotVersion' => 'Creates a new version of the bot based on the DRAFT
version. If the DRAFT
version of this resource hasn\'t changed since you created the last version, Amazon Lex doesn\'t create a new version, it returns the last created version.
When you create the first version of a bot, Amazon Lex sets the version to 1. Subsequent versions increment by 1.
', 'CreateExport' => 'Creates a zip archive containing the contents of a bot or a bot locale. The archive contains a directory structure that contains JSON files that define the bot.
You can create an archive that contains the complete definition of a bot, or you can specify that the archive contain only the definition of a single bot locale.
For more information about exporting bots, and about the structure of the export archive, see Importing and exporting bots
', 'CreateIntent' => 'Creates an intent.
To define the interaction between the user and your bot, you define one or more intents. For example, for a pizza ordering bot you would create an OrderPizza
intent.
When you create an intent, you must provide a name. You can optionally provide the following:
Sample utterances. For example, "I want to order a pizza" and "Can I order a pizza." You can\'t provide utterances for built-in intents.
Information to be gathered. You specify slots for the information that you bot requests from the user. You can specify standard slot types, such as date and time, or custom slot types for your application.
How the intent is fulfilled. You can provide a Lambda function or configure the intent to return the intent information to your client application. If you use a Lambda function, Amazon Lex invokes the function when all of the intent information is available.
A confirmation prompt to send to the user to confirm an intent. For example, "Shall I order your pizza?"
A conclusion statement to send to the user after the intent is fulfilled. For example, "I ordered your pizza."
A follow-up prompt that asks the user for additional activity. For example, "Do you want a drink with your pizza?"
Creates a new resource policy with the specified policy statements.
', 'CreateResourcePolicyStatement' => 'Adds a new resource policy statement to a bot or bot alias. If a resource policy exists, the statement is added to the current resource policy. If a policy doesn\'t exist, a new policy is created.
You can\'t create a resource policy statement that allows cross-account access.
', 'CreateSlot' => 'Creates a slot in an intent. A slot is a variable needed to fulfill an intent. For example, an OrderPizza
intent might need slots for size, crust, and number of pizzas. For each slot, you define one or more utterances that Amazon Lex uses to elicit a response from the user.
Creates a custom slot type
To create a custom slot type, specify a name for the slot type and a set of enumeration values, the values that a slot of this type can assume.
', 'CreateTestSetDiscrepancyReport' => 'Create a report that describes the differences between the bot and the test set.
', 'CreateUploadUrl' => 'Gets a pre-signed S3 write URL that you use to upload the zip archive when importing a bot or a bot locale.
', 'DeleteBot' => 'Deletes all versions of a bot, including the Draft
version. To delete a specific version, use the DeleteBotVersion
operation.
When you delete a bot, all of the resources contained in the bot are also deleted. Deleting a bot removes all locales, intents, slot, and slot types defined for the bot.
If a bot has an alias, the DeleteBot
operation returns a ResourceInUseException
exception. If you want to delete the bot and the alias, set the skipResourceInUseCheck
parameter to true
.
Deletes the specified bot alias.
', 'DeleteBotLocale' => 'Removes a locale from a bot.
When you delete a locale, all intents, slots, and slot types defined for the locale are also deleted.
', 'DeleteBotVersion' => 'Deletes a specific version of a bot. To delete all versions of a bot, use the DeleteBot operation.
', 'DeleteCustomVocabulary' => 'Removes a custom vocabulary from the specified locale in the specified bot.
', 'DeleteExport' => 'Removes a previous export and the associated files stored in an S3 bucket.
', 'DeleteImport' => 'Removes a previous import and the associated file stored in an S3 bucket.
', 'DeleteIntent' => 'Removes the specified intent.
Deleting an intent also deletes the slots associated with the intent.
', 'DeleteResourcePolicy' => 'Removes an existing policy from a bot or bot alias. If the resource doesn\'t have a policy attached, Amazon Lex returns an exception.
', 'DeleteResourcePolicyStatement' => 'Deletes a policy statement from a resource policy. If you delete the last statement from a policy, the policy is deleted. If you specify a statement ID that doesn\'t exist in the policy, or if the bot or bot alias doesn\'t have a policy attached, Amazon Lex returns an exception.
', 'DeleteSlot' => 'Deletes the specified slot from an intent.
', 'DeleteSlotType' => 'Deletes a slot type from a bot locale.
If a slot is using the slot type, Amazon Lex throws a ResourceInUseException
exception. To avoid the exception, set the skipResourceInUseCheck
parameter to true
.
The action to delete the selected test set.
', 'DeleteUtterances' => 'Deletes stored utterances.
Amazon Lex stores the utterances that users send to your bot. Utterances are stored for 15 days for use with the ListAggregatedUtterances operation, and then stored indefinitely for use in improving the ability of your bot to respond to user input..
Use the DeleteUtterances
operation to manually delete utterances for a specific session. When you use the DeleteUtterances
operation, utterances stored for improving your bot\'s ability to respond to user input are deleted immediately. Utterances stored for use with the ListAggregatedUtterances
operation are deleted after 15 days.
Provides metadata information about a bot.
', 'DescribeBotAlias' => 'Get information about a specific bot alias.
', 'DescribeBotLocale' => 'Describes the settings that a bot has for a specific locale.
', 'DescribeBotRecommendation' => 'Provides metadata information about a bot recommendation. This information will enable you to get a description on the request inputs, to download associated transcripts after processing is complete, and to download intents and slot-types generated by the bot recommendation.
', 'DescribeBotVersion' => 'Provides metadata about a version of a bot.
', 'DescribeCustomVocabularyMetadata' => 'Provides metadata information about a custom vocabulary.
', 'DescribeExport' => 'Gets information about a specific export.
', 'DescribeImport' => 'Gets information about a specific import.
', 'DescribeIntent' => 'Returns metadata about an intent.
', 'DescribeResourcePolicy' => 'Gets the resource policy and policy revision for a bot or bot alias.
', 'DescribeSlot' => 'Gets metadata information about a slot.
', 'DescribeSlotType' => 'Gets metadata information about a slot type.
', 'DescribeTestExecution' => 'Gets metadata information about the test execution.
', 'DescribeTestSet' => 'Gets metadata information about the test set.
', 'DescribeTestSetDiscrepancyReport' => 'Gets metadata information about the test set discrepancy report.
', 'DescribeTestSetGeneration' => 'Gets metadata information about the test set generation.
', 'GetTestExecutionArtifactsUrl' => 'The pre-signed Amazon S3 URL to download the test execution result artifacts.
', 'ListAggregatedUtterances' => 'Provides a list of utterances that users have sent to the bot.
Utterances are aggregated by the text of the utterance. For example, all instances where customers used the phrase "I want to order pizza" are aggregated into the same line in the response.
You can see both detected utterances and missed utterances. A detected utterance is where the bot properly recognized the utterance and activated the associated intent. A missed utterance was not recognized by the bot and didn\'t activate an intent.
Utterances can be aggregated for a bot alias or for a bot version, but not both at the same time.
Utterances statistics are not generated under the following conditions:
The childDirected
field was set to true when the bot was created.
You are using slot obfuscation with one or more slots.
You opted out of participating in improving Amazon Lex.
Gets a list of aliases for the specified bot.
', 'ListBotLocales' => 'Gets a list of locales for the specified bot.
', 'ListBotRecommendations' => 'Get a list of bot recommendations that meet the specified criteria.
', 'ListBotVersions' => 'Gets information about all of the versions of a bot.
The ListBotVersions
operation returns a summary of each version of a bot. For example, if a bot has three numbered versions, the ListBotVersions
operation returns for summaries, one for each numbered version and one for the DRAFT
version.
The ListBotVersions
operation always returns at least one version, the DRAFT
version.
Gets a list of available bots.
', 'ListBuiltInIntents' => 'Gets a list of built-in intents provided by Amazon Lex that you can use in your bot.
To use a built-in intent as a the base for your own intent, include the built-in intent signature in the parentIntentSignature
parameter when you call the CreateIntent
operation. For more information, see CreateIntent.
Gets a list of built-in slot types that meet the specified criteria.
', 'ListCustomVocabularyItems' => 'Paginated list of custom vocabulary items for a given bot locale\'s custom vocabulary.
', 'ListExports' => 'Lists the exports for a bot, bot locale, or custom vocabulary. Exports are kept in the list for 7 days.
', 'ListImports' => 'Lists the imports for a bot, bot locale, or custom vocabulary. Imports are kept in the list for 7 days.
', 'ListIntentMetrics' => 'Retrieves summary metrics for the intents in your bot. The following fields are required:
metrics
– A list of AnalyticsIntentMetric objects. In each object, use the name
field to specify the metric to calculate, the statistic
field to specify whether to calculate the Sum
, Average
, or Max
number, and the order
field to specify whether to sort the results in Ascending
or Descending
order.
startDateTime
and endDateTime
– Define a time range for which you want to retrieve results.
Of the optional fields, you can organize the results in the following ways:
Use the filters
field to filter the results, the groupBy
field to specify categories by which to group the results, and the binBy
field to specify time intervals by which to group the results.
Use the maxResults
field to limit the number of results to return in a single response and the nextToken
field to return the next batch of results if the response does not return the full set of results.
Note that an order
field exists in both binBy
and metrics
. You can specify only one order
in a given request.
Retrieves summary statistics for a path of intents that users take over sessions with your bot. The following fields are required:
startDateTime
and endDateTime
– Define a time range for which you want to retrieve results.
intentPath
– Define an order of intents for which you want to retrieve metrics. Separate intents in the path with a forward slash. For example, populate the intentPath
field with /BookCar/BookHotel
to see details about how many times users invoked the BookCar
and BookHotel
intents in that order.
Use the optional filters
field to filter the results.
Retrieves summary metrics for the stages within intents in your bot. The following fields are required:
metrics
– A list of AnalyticsIntentStageMetric objects. In each object, use the name
field to specify the metric to calculate, the statistic
field to specify whether to calculate the Sum
, Average
, or Max
number, and the order
field to specify whether to sort the results in Ascending
or Descending
order.
startDateTime
and endDateTime
– Define a time range for which you want to retrieve results.
Of the optional fields, you can organize the results in the following ways:
Use the filters
field to filter the results, the groupBy
field to specify categories by which to group the results, and the binBy
field to specify time intervals by which to group the results.
Use the maxResults
field to limit the number of results to return in a single response and the nextToken
field to return the next batch of results if the response does not return the full set of results.
Note that an order
field exists in both binBy
and metrics
. You can only specify one order
in a given request.
Get a list of intents that meet the specified criteria.
', 'ListRecommendedIntents' => 'Gets a list of recommended intents provided by the bot recommendation that you can use in your bot. Intents in the response are ordered by relevance.
', 'ListSessionAnalyticsData' => 'Retrieves a list of metadata for individual user sessions with your bot. The startDateTime
and endDateTime
fields are required. These fields define a time range for which you want to retrieve results. Of the optional fields, you can organize the results in the following ways:
Use the filters
field to filter the results and the sortBy
field to specify the values by which to sort the results.
Use the maxResults
field to limit the number of results to return in a single response and the nextToken
field to return the next batch of results if the response does not return the full set of results.
Retrieves summary metrics for the user sessions with your bot. The following fields are required:
metrics
– A list of AnalyticsSessionMetric objects. In each object, use the name
field to specify the metric to calculate, the statistic
field to specify whether to calculate the Sum
, Average
, or Max
number, and the order
field to specify whether to sort the results in Ascending
or Descending
order.
startDateTime
and endDateTime
– Define a time range for which you want to retrieve results.
Of the optional fields, you can organize the results in the following ways:
Use the filters
field to filter the results, the groupBy
field to specify categories by which to group the results, and the binBy
field to specify time intervals by which to group the results.
Use the maxResults
field to limit the number of results to return in a single response and the nextToken
field to return the next batch of results if the response does not return the full set of results.
Note that an order
field exists in both binBy
and metrics
. Currently, you can specify it in either field, but not in both.
Gets a list of slot types that match the specified criteria.
', 'ListSlots' => 'Gets a list of slots that match the specified criteria.
', 'ListTagsForResource' => 'Gets a list of tags associated with a resource. Only bots, bot aliases, and bot channels can have tags associated with them.
', 'ListTestExecutionResultItems' => 'Gets a list of test execution result items.
', 'ListTestExecutions' => 'The list of test set executions.
', 'ListTestSetRecords' => 'The list of test set records.
', 'ListTestSets' => 'The list of the test sets
', 'ListUtteranceAnalyticsData' => 'To use this API operation, your IAM role must have permissions to perform the ListAggregatedUtterances operation, which provides access to utterance-related analytics. See Viewing utterance statistics for the IAM policy to apply to the IAM role.
Retrieves a list of metadata for individual user utterances to your bot. The following fields are required:
startDateTime
and endDateTime
– Define a time range for which you want to retrieve results.
Of the optional fields, you can organize the results in the following ways:
Use the filters
field to filter the results and the sortBy
field to specify the values by which to sort the results.
Use the maxResults
field to limit the number of results to return in a single response and the nextToken
field to return the next batch of results if the response does not return the full set of results.
To use this API operation, your IAM role must have permissions to perform the ListAggregatedUtterances operation, which provides access to utterance-related analytics. See Viewing utterance statistics for the IAM policy to apply to the IAM role.
Retrieves summary metrics for the utterances in your bot. The following fields are required:
metrics
– A list of AnalyticsUtteranceMetric objects. In each object, use the name
field to specify the metric to calculate, the statistic
field to specify whether to calculate the Sum
, Average
, or Max
number, and the order
field to specify whether to sort the results in Ascending
or Descending
order.
startDateTime
and endDateTime
– Define a time range for which you want to retrieve results.
Of the optional fields, you can organize the results in the following ways:
Use the filters
field to filter the results, the groupBy
field to specify categories by which to group the results, and the binBy
field to specify time intervals by which to group the results.
Use the maxResults
field to limit the number of results to return in a single response and the nextToken
field to return the next batch of results if the response does not return the full set of results.
Note that an order
field exists in both binBy
and metrics
. Currently, you can specify it in either field, but not in both.
Search for associated transcripts that meet the specified criteria.
', 'StartBotRecommendation' => 'Use this to provide your transcript data, and to start the bot recommendation process.
', 'StartImport' => 'Starts importing a bot, bot locale, or custom vocabulary from a zip archive that you uploaded to an S3 bucket.
', 'StartTestExecution' => 'The action to start test set execution.
', 'StartTestSetGeneration' => 'The action to start the generation of test set.
', 'StopBotRecommendation' => 'Stop an already running Bot Recommendation request.
', 'TagResource' => 'Adds the specified tags to the specified resource. If a tag key already exists, the existing value is replaced with the new value.
', 'UntagResource' => 'Removes tags from a bot, bot alias, or bot channel.
', 'UpdateBot' => 'Updates the configuration of an existing bot.
', 'UpdateBotAlias' => 'Updates the configuration of an existing bot alias.
', 'UpdateBotLocale' => 'Updates the settings that a bot has for a specific locale.
', 'UpdateBotRecommendation' => 'Updates an existing bot recommendation request.
', 'UpdateExport' => 'Updates the password used to protect an export zip archive.
The password is not required. If you don\'t supply a password, Amazon Lex generates a zip file that is not protected by a password. This is the archive that is available at the pre-signed S3 URL provided by the DescribeExport operation.
', 'UpdateIntent' => 'Updates the settings for an intent.
', 'UpdateResourcePolicy' => 'Replaces the existing resource policy for a bot or bot alias with a new one. If the policy doesn\'t exist, Amazon Lex returns an exception.
', 'UpdateSlot' => 'Updates the settings for a slot.
', 'UpdateSlotType' => 'Updates the configuration of an existing slot type.
', 'UpdateTestSet' => 'The action to update the test set.
', ], 'shapes' => [ 'ActiveContext' => [ 'base' => 'The active context used in the test execution.
', 'refs' => [ 'ActiveContextList$member' => NULL, ], ], 'ActiveContextList' => [ 'base' => NULL, 'refs' => [ 'InputSessionStateSpecification$activeContexts' => 'Active contexts for the session state.
', 'UserTurnOutputSpecification$activeContexts' => 'The contexts that are active in the turn.
', ], ], 'ActiveContextName' => [ 'base' => NULL, 'refs' => [ 'ActiveContext$name' => 'The name of active context.
', ], ], 'AdvancedRecognitionSetting' => [ 'base' => 'Provides settings that enable advanced recognition settings for slot values.
', 'refs' => [ 'SlotValueSelectionSetting$advancedRecognitionSetting' => 'Provides settings that enable advanced recognition settings for slot values. You can use this to enable using slot values as a custom vocabulary for recognizing user utterances.
', ], ], 'AgentTurnResult' => [ 'base' => 'The information about the agent turn in a test set execution.
', 'refs' => [ 'TestSetTurnResult$agent' => 'Contains information about the agent messages in the turn.
', ], ], 'AgentTurnSpecification' => [ 'base' => 'The specification of an agent turn.
', 'refs' => [ 'TurnSpecification$agentTurn' => 'Contains information about the agent messages in the turn.
', ], ], 'AggregatedUtterancesFilter' => [ 'base' => 'Filters responses returned by the ListAggregatedUtterances
operation.
The name of the field to filter the utterance list.
', ], ], 'AggregatedUtterancesFilterOperator' => [ 'base' => NULL, 'refs' => [ 'AggregatedUtterancesFilter$operator' => '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.
Provides the specification of a filter used to limit the utterances in the response to only those that match the filter specification. You can only specify one filter and one string to filter on.
', ], ], 'AggregatedUtterancesSortAttribute' => [ 'base' => NULL, 'refs' => [ 'AggregatedUtterancesSortBy$attribute' => 'The utterance attribute to sort by.
', ], ], 'AggregatedUtterancesSortBy' => [ 'base' => 'Specifies attributes for sorting a list of utterances.
', 'refs' => [ 'ListAggregatedUtterancesRequest$sortBy' => 'Specifies sorting parameters for the list of utterances. You can sort by the hit count, the missed count, or the number of distinct sessions the utterance appeared in.
', ], ], 'AggregatedUtterancesSummary' => [ 'base' => 'Provides summary information for aggregated utterances. The ListAggregatedUtterances
operations combines all instances of the same utterance into a single aggregated summary.
Summaries of the aggregated utterance data. Each response contains information about the number of times that the utterance was seen during the time period, whether it was detected or missed, and when it was seen during the time period.
', ], ], 'AllowedInputTypes' => [ 'base' => 'Specifies the allowed input types.
', 'refs' => [ 'PromptAttemptSpecification$allowedInputTypes' => 'Indicates the allowed input types of the prompt attempt.
', ], ], 'AmazonResourceName' => [ 'base' => NULL, 'refs' => [ 'CreateResourcePolicyRequest$resourceArn' => 'The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.
', 'CreateResourcePolicyResponse$resourceArn' => 'The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy was attached to.
', 'CreateResourcePolicyStatementRequest$resourceArn' => 'The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.
', 'CreateResourcePolicyStatementResponse$resourceArn' => 'The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.
', 'DeleteResourcePolicyRequest$resourceArn' => 'The Amazon Resource Name (ARN) of the bot or bot alias that has the resource policy attached.
', 'DeleteResourcePolicyResponse$resourceArn' => 'The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy was deleted from.
', 'DeleteResourcePolicyStatementRequest$resourceArn' => 'The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.
', 'DeleteResourcePolicyStatementResponse$resourceArn' => 'The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy statement was removed from.
', 'DescribeResourcePolicyRequest$resourceArn' => 'The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.
', 'DescribeResourcePolicyResponse$resourceArn' => 'The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.
', 'ListTagsForResourceRequest$resourceARN' => 'The Amazon Resource Name (ARN) of the resource to get a list of tags for.
', 'TagResourceRequest$resourceARN' => 'The Amazon Resource Name (ARN) of the bot, bot alias, or bot channel to tag.
', 'UntagResourceRequest$resourceARN' => 'The Amazon Resource Name (ARN) of the resource to remove the tags from.
', 'UpdateResourcePolicyRequest$resourceArn' => 'The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.
', 'UpdateResourcePolicyResponse$resourceArn' => 'The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.
', ], ], 'AnalyticsBinByList' => [ 'base' => NULL, 'refs' => [ 'ListIntentMetricsRequest$binBy' => 'A list of objects, each of which contains specifications for organizing the results by time.
', 'ListIntentStageMetricsRequest$binBy' => 'A list of objects, each of which contains specifications for organizing the results by time.
', 'ListSessionMetricsRequest$binBy' => 'A list of objects, each of which contains specifications for organizing the results by time.
', 'ListUtteranceMetricsRequest$binBy' => 'A list of objects, each of which contains specifications for organizing the results by time.
', ], ], 'AnalyticsBinByName' => [ 'base' => NULL, 'refs' => [ 'AnalyticsBinBySpecification$name' => 'Specifies the time metric by which to bin the analytics data.
', 'AnalyticsBinKey$name' => 'The criterion by which to bin the results.
', ], ], 'AnalyticsBinBySpecification' => [ 'base' => 'Contains the time metric, interval, and method by which to bin the analytics data.
', 'refs' => [ 'AnalyticsBinByList$member' => NULL, ], ], 'AnalyticsBinKey' => [ 'base' => 'An object containing the criterion by which to bin the results and the value that defines that bin.
', 'refs' => [ 'AnalyticsBinKeys$member' => NULL, ], ], 'AnalyticsBinKeys' => [ 'base' => NULL, 'refs' => [ 'AnalyticsIntentResult$binKeys' => 'A list of objects containing the criteria you requested for binning results and the values of the bins.
', 'AnalyticsIntentStageResult$binKeys' => 'A list of objects containing the criteria you requested for binning results and the values of the bins.
', 'AnalyticsSessionResult$binKeys' => 'A list of objects containing the criteria you requested for binning results and the values of the bins.
', 'AnalyticsUtteranceResult$binKeys' => 'A list of objects containing the criteria you requested for binning results and the values of the bins.
', ], ], 'AnalyticsBinValue' => [ 'base' => NULL, 'refs' => [ 'AnalyticsBinKey$value' => 'The value of the criterion that defines the bin.
', ], ], 'AnalyticsChannel' => [ 'base' => NULL, 'refs' => [ 'SessionSpecification$channel' => 'The channel that is integrated with the bot that the session was held with.
', 'UtteranceSpecification$channel' => 'The channel that is integrated with the bot that the utterance was made to.
', ], ], 'AnalyticsCommonFilterName' => [ 'base' => NULL, 'refs' => [ 'AnalyticsPathFilter$name' => 'The category by which to filter the intent paths. The descriptions for each option are as follows:
BotAlias
– The name of the bot alias.
BotVersion
– The version of the bot.
LocaleId
– The locale of the bot.
Modality
– The modality of the session with the bot (audio, DTMF, or text).
Channel
– The channel that the bot is integrated with.
The operation by which to filter the category. The following operations are possible:
CO
– Contains
EQ
– Equals
GT
– Greater than
LT
– Less than
The operators that each filter supports are listed below:
BotAlias
– EQ
.
BotVersion
– EQ
.
LocaleId
– EQ
.
Modality
– EQ
.
Channel
– EQ
.
SessionId
– EQ
.
OriginatingRequestId
– EQ
.
IntentName
– EQ
, CO
.
IntentEndState
– EQ
, CO
.
The operation by which to filter the category. The following operations are possible:
CO
– Contains
EQ
– Equals
GT
– Greater than
LT
– Less than
The operators that each filter supports are listed below:
BotAlias
– EQ
.
BotVersion
– EQ
.
LocaleId
– EQ
.
Modality
– EQ
.
Channel
– EQ
.
SessionId
– EQ
.
OriginatingRequestId
– EQ
.
IntentName
– EQ
, CO
.
IntentStageName
– EQ
, CO
.
The operation by which to filter the category. The following operations are possible:
CO
– Contains
EQ
– Equals
GT
– Greater than
LT
– Less than
The operators that each filter supports are listed below:
BotAlias
– EQ
.
BotVersion
– EQ
.
LocaleId
– EQ
.
Modality
– EQ
.
Channel
– EQ
.
The operation by which to filter the category. The following operations are possible:
CO
– Contains
EQ
– Equals
GT
– Greater than
LT
– Less than
The operators that each filter supports are listed below:
BotAlias
– EQ
.
BotVersion
– EQ
.
LocaleId
– EQ
.
Modality
– EQ
.
Channel
– EQ
.
Duration
– EQ
, GT
, LT
.
conversationEndState
– EQ
, CO
.
SessionId
– EQ
.
OriginatingRequestId
– EQ
.
IntentPath
– EQ
.
The operation by which to filter the category. The following operations are possible:
CO
– Contains
EQ
– Equals
GT
– Greater than
LT
– Less than
The operators that each filter supports are listed below:
BotAlias
– EQ
.
BotVersion
– EQ
.
LocaleId
– EQ
.
Modality
– EQ
.
Channel
– EQ
.
SessionId
– EQ
.
OriginatingRequestId
– EQ
.
UtteranceState
– EQ
.
UtteranceText
– EQ
, CO
.
An array containing the values of the category by which to apply the operator to filter the results. You can provide multiple values if the operator is EQ
or CO
. If you provide multiple values, you filter for results that equal/contain any of the values. For example, if the name
, operator
, and values
fields are Modality
, EQ
, and [Speech, Text]
, the operation filters for results where the modality was either Speech
or Text
.
An array containing the values of the category by which to apply the operator to filter the results. You can provide multiple values if the operator is EQ
or CO
. If you provide multiple values, you filter for results that equal/contain any of the values. For example, if the name
, operator
, and values
fields are Modality
, EQ
, and [Speech, Text]
, the operation filters for results where the modality was either Speech
or Text
.
An array containing the values of the category by which to apply the operator to filter the results. You can provide multiple values if the operator is EQ
or CO
. If you provide multiple values, you filter for results that equal/contain any of the values. For example, if the name
, operator
, and values
fields are Modality
, EQ
, and [Speech, Text]
, the operation filters for results where the modality was either Speech
or Text
.
An array containing the values of the category by which to apply the operator to filter the results. You can provide multiple values if the operator is EQ
or CO
. If you provide multiple values, you filter for results that equal/contain any of the values. For example, if the name
, operator
, and values
fields are Modality
, EQ
, and [Speech, Text]
, the operation filters for results where the modality was either Speech
or Text
.
An array containing the values of the category by which to apply the operator to filter the results. You can provide multiple values if the operator is EQ
or CO
. If you provide multiple values, you filter for results that equal/contain any of the values. For example, if the name
, operator
, and values
fields are Modality
, EQ
, and [Speech, Text]
, the operation filters for results where the modality was either Speech
or Text
.
A member of the category by which the intent analytics were grouped.
', 'AnalyticsIntentStageGroupByKey$value' => 'A member of the category by which the intent stage analytics were grouped.
', 'AnalyticsSessionGroupByKey$value' => 'A member of the category by which the session analytics were grouped.
', 'AnalyticsUtteranceGroupByKey$value' => 'A member of the category by which the utterance analytics were grouped.
', ], ], 'AnalyticsIntentField' => [ 'base' => NULL, 'refs' => [ 'AnalyticsIntentGroupByKey$name' => 'A category by which the intent analytics were grouped.
', 'AnalyticsIntentGroupBySpecification$name' => 'Specifies whether to group the intent stages by their name or their end state.
', ], ], 'AnalyticsIntentFilter' => [ 'base' => 'Contains fields describing a condition by which to filter the intents. The expression may be understood as name
operator
values
. For example:
IntentName CO Book
– The intent name contains the string "Book."
BotVersion EQ 2
– The bot version is equal to two.
The operators that each filter supports are listed below:
BotAlias
– EQ
.
BotVersion
– EQ
.
LocaleId
– EQ
.
Modality
– EQ
.
Channel
– EQ
.
SessionId
– EQ
.
OriginatingRequestId
– EQ
.
IntentName
– EQ
, CO
.
IntentEndState
– EQ
, CO
.
The category by which to filter the intents. The descriptions for each option are as follows:
BotAlias
– The name of the bot alias.
BotVersion
– The version of the bot.
LocaleId
– The locale of the bot.
Modality
– The modality of the session with the bot (audio, DTMF, or text).
Channel
– The channel that the bot is integrated with.
SessionId
– The identifier of the session with the bot.
OriginatingRequestId
– The identifier of the first request in a session.
IntentName
– The name of the intent.
IntentEndState
– The final state of the intent.
A list of objects, each of which describes a condition by which you want to filter the results.
', ], ], 'AnalyticsIntentGroupByKey' => [ 'base' => 'Contains the category by which the intent analytics were grouped and a member of that category.
', 'refs' => [ 'AnalyticsIntentGroupByKeys$member' => NULL, ], ], 'AnalyticsIntentGroupByKeys' => [ 'base' => NULL, 'refs' => [ 'AnalyticsIntentResult$groupByKeys' => 'A list of objects containing the criteria you requested for grouping results and the values of the groups.
', ], ], 'AnalyticsIntentGroupByList' => [ 'base' => NULL, 'refs' => [ 'ListIntentMetricsRequest$groupBy' => 'A list of objects, each of which specifies how to group the results. You can group by the following criteria:
IntentName
– The name of the intent.
IntentEndState
– The final state of the intent. The possible end states are detailed in Key definitions in the user guide.
Contains the category by which to group the intents.
', 'refs' => [ 'AnalyticsIntentGroupByList$member' => NULL, ], ], 'AnalyticsIntentMetric' => [ 'base' => 'Contains the metric and the summary statistic you want to calculate, and the order in which to sort the results, for the intents in the bot.
', 'refs' => [ 'AnalyticsIntentMetrics$member' => NULL, ], ], 'AnalyticsIntentMetricName' => [ 'base' => NULL, 'refs' => [ 'AnalyticsIntentMetric$name' => 'The metric for which you want to get intent summary statistics.
Count
– The number of times the intent was invoked.
Success
– The number of times the intent succeeded.
Failure
– The number of times the intent failed.
Switched
– The number of times there was a switch to a different intent.
Dropped
– The number of times the user dropped the intent.
The metric that you requested. See Key definitions for more details about these metrics.
Count
– The number of times the intent was invoked.
Success
– The number of times the intent succeeded.
Failure
– The number of times the intent failed.
Switched
– The number of times there was a switch to a different intent.
Dropped
– The number of times the user dropped the intent.
An object containing the results for the intent metric you requested.
', 'refs' => [ 'AnalyticsIntentMetricResults$member' => NULL, ], ], 'AnalyticsIntentMetricResults' => [ 'base' => NULL, 'refs' => [ 'AnalyticsIntentResult$metricsResults' => 'A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.
', ], ], 'AnalyticsIntentMetrics' => [ 'base' => NULL, 'refs' => [ 'ListIntentMetricsRequest$metrics' => 'A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the order by which to organize the results.
', ], ], 'AnalyticsIntentNodeSummaries' => [ 'base' => NULL, 'refs' => [ 'ListIntentPathsResponse$nodeSummaries' => 'A list of objects, each of which contains information about a node in the intent path for which you requested metrics.
', ], ], 'AnalyticsIntentNodeSummary' => [ 'base' => 'An object containing information about the requested path.
', 'refs' => [ 'AnalyticsIntentNodeSummaries$member' => NULL, ], ], 'AnalyticsIntentResult' => [ 'base' => 'An object containing the results for the intent metrics you requested and the bin and/or group(s) they refer to, if applicable.
', 'refs' => [ 'AnalyticsIntentResults$member' => NULL, ], ], 'AnalyticsIntentResults' => [ 'base' => NULL, 'refs' => [ 'ListIntentMetricsResponse$results' => 'The results for the intent metrics.
', ], ], 'AnalyticsIntentStageField' => [ 'base' => NULL, 'refs' => [ 'AnalyticsIntentStageGroupByKey$name' => 'A category by which the intent stage analytics were grouped.
', 'AnalyticsIntentStageGroupBySpecification$name' => 'Specifies whether to group the intent stages by their name or the intent to which the session was switched.
', ], ], 'AnalyticsIntentStageFilter' => [ 'base' => 'Contains fields describing a condition by which to filter the intent stages. The expression may be understood as name
operator
values
. For example:
IntentName CO Book
– The intent name contains the string "Book."
BotVersion EQ 2
– The bot version is equal to two.
The operators that each filter supports are listed below:
BotAlias
– EQ
.
BotVersion
– EQ
.
LocaleId
– EQ
.
Modality
– EQ
.
Channel
– EQ
.
SessionId
– EQ
.
OriginatingRequestId
– EQ
.
IntentName
– EQ
, CO
.
IntentStageName
– EQ
, CO
.
The category by which to filter the intent stages. The descriptions for each option are as follows:
BotAlias
– The name of the bot alias.
BotVersion
– The version of the bot.
LocaleId
– The locale of the bot.
Modality
– The modality of the session with the bot (audio, DTMF, or text).
Channel
– The channel that the bot is integrated with.
SessionId
– The identifier of the session with the bot.
OriginatingRequestId
– The identifier of the first request in a session.
IntentName
– The name of the intent.
IntentStageName
– The stage in the intent.
A list of objects, each of which describes a condition by which you want to filter the results.
', ], ], 'AnalyticsIntentStageGroupByKey' => [ 'base' => 'Contains the category by which the intent stage analytics and the values for that category were grouped.
', 'refs' => [ 'AnalyticsIntentStageGroupByKeys$member' => NULL, ], ], 'AnalyticsIntentStageGroupByKeys' => [ 'base' => NULL, 'refs' => [ 'AnalyticsIntentStageResult$groupByKeys' => 'A list of objects containing the criteria you requested for grouping results and the values of the bins.
', ], ], 'AnalyticsIntentStageGroupByList' => [ 'base' => NULL, 'refs' => [ 'ListIntentStageMetricsRequest$groupBy' => 'A list of objects, each of which specifies how to group the results. You can group by the following criteria:
IntentStageName
– The name of the intent stage.
SwitchedToIntent
– The intent to which the conversation was switched (if any).
Contains the category by which to group the intent stages.
', 'refs' => [ 'AnalyticsIntentStageGroupByList$member' => NULL, ], ], 'AnalyticsIntentStageMetric' => [ 'base' => 'Contains the metric and the summary statistic you want to calculate, and the order in which to sort the results, for the intent stages across the user sessions with the bot.
', 'refs' => [ 'AnalyticsIntentStageMetrics$member' => NULL, ], ], 'AnalyticsIntentStageMetricName' => [ 'base' => NULL, 'refs' => [ 'AnalyticsIntentStageMetric$name' => 'The metric for which you want to get intent stage summary statistics. See Key definitions for more details about these metrics.
Count
– The number of times the intent stage occurred.
Success
– The number of times the intent stage succeeded.
Failure
– The number of times the intent stage failed.
Dropped
– The number of times the user dropped the intent stage.
Retry
– The number of times the bot tried to elicit a response from the user at this stage.
The metric that you requested.
Count
– The number of times the intent stage occurred.
Success
– The number of times the intent stage succeeded.
Failure
– The number of times the intent stage failed.
Dropped
– The number of times the user dropped the intent stage.
Retry
– The number of times the bot tried to elicit a response from the user at this stage.
An object containing the results for an intent stage metric you requested.
', 'refs' => [ 'AnalyticsIntentStageMetricResults$member' => NULL, ], ], 'AnalyticsIntentStageMetricResults' => [ 'base' => NULL, 'refs' => [ 'AnalyticsIntentStageResult$metricsResults' => 'A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.
', ], ], 'AnalyticsIntentStageMetrics' => [ 'base' => NULL, 'refs' => [ 'ListIntentStageMetricsRequest$metrics' => 'A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.
', ], ], 'AnalyticsIntentStageResult' => [ 'base' => 'An object containing the results for the intent stage metrics you requested and the bin and/or group they refer to, if applicable.
', 'refs' => [ 'AnalyticsIntentStageResults$member' => NULL, ], ], 'AnalyticsIntentStageResults' => [ 'base' => NULL, 'refs' => [ 'ListIntentStageMetricsResponse$results' => 'The results for the intent stage metrics.
', ], ], 'AnalyticsInterval' => [ 'base' => NULL, 'refs' => [ 'AnalyticsBinBySpecification$interval' => 'Specifies the interval of time by which to bin the analytics data.
', ], ], 'AnalyticsLongValue' => [ 'base' => NULL, 'refs' => [ 'SessionSpecification$conversationDurationSeconds' => 'The duration of the conversation in seconds. A conversation is defined as a unique combination of a sessionId
and an originatingRequestId
.
The number of turns that the session took.
', 'UtteranceSpecification$audioVoiceDurationMillis' => 'The duration in milliseconds of the audio associated with the utterance.
', ], ], 'AnalyticsMetricStatistic' => [ 'base' => NULL, 'refs' => [ 'AnalyticsIntentMetric$statistic' => 'The summary statistic to calculate.
Sum
– The total count for the category you provide in name
.
Average
– The total count divided by the number of intents in the category you provide in name
.
Max
– The highest count in the category you provide in name
.
The statistic that you requested to calculate.
Sum
– The total count for the category you provide in name
.
Average
– The total count divided by the number of intents in the category you provide in name
.
Max
– The highest count in the category you provide in name
.
The summary statistic to calculate.
Sum
– The total count for the category you provide in name
.
Average
– The total count divided by the number of intent stages in the category you provide in name
.
Max
– The highest count in the category you provide in name
.
The summary statistic that you requested to calculate.
Sum
– The total count for the category you provide in name
.
Average
– The total count divided by the number of intent stages in the category you provide in name
.
Max
– The highest count in the category you provide in name
.
The summary statistic to calculate.
Sum
– The total count for the category you provide in name
.
Average
– The total count divided by the number of sessions in the category you provide in name
.
Max
– The highest count in the category you provide in name
.
The summary statistic that you requested to calculate.
Sum
– The total count for the category you provide in name
.
Average
– The total count divided by the number of sessions in the category you provide in name
.
Max
– The highest count in the category you provide in name
.
The summary statistic to calculate.
Sum
– The total count for the category you provide in name
.
Average
– The total count divided by the number of utterances in the category you provide in name
.
Max
– The highest count in the category you provide in name
.
The summary statistic that you requested to calculate.
Sum
– The total count for the category you provide in name
.
Average
– The total count divided by the number of utterances in the category you provide in name
.
Max
– The highest count in the category you provide in name
.
The value of the summary statistic for the metric that you requested.
', 'AnalyticsIntentStageMetricResult$value' => 'The value of the summary statistic for the metric that you requested.
', 'AnalyticsSessionMetricResult$value' => 'The value of the summary statistic for the metric that you requested.
', 'AnalyticsUtteranceMetricResult$value' => 'The value of the summary statistic for the metric that you requested.
', ], ], 'AnalyticsModality' => [ 'base' => NULL, 'refs' => [ 'SessionSpecification$mode' => 'The mode of the session. The possible values are as follows:
Speech
– The session was spoken.
Text
– The session was written.
DTMF
– The session used a touch-tone keypad (Dual Tone Multi-Frequency).
MultiMode
– The session used multiple modes.
The mode of the session. The possible values are as follows:
Speech
– The session consisted of spoken dialogue.
Text
– The session consisted of written dialogue.
DTMF
– The session consisted of touch-tone keypad (Dual Tone Multi-Frequency) key presses.
MultiMode
– The session consisted of multiple modes.
The total number of sessions that follow the given path to the given intent.
', ], ], 'AnalyticsNodeLevel' => [ 'base' => NULL, 'refs' => [ 'AnalyticsIntentNodeSummary$intentLevel' => 'The number of intents up to and including the requested path.
', ], ], 'AnalyticsNodeType' => [ 'base' => NULL, 'refs' => [ 'AnalyticsIntentNodeSummary$nodeType' => 'Specifies whether the node is the end of a path (Exit
) or not (Inner
).
The identifier of the first request in a session.
', ], ], 'AnalyticsPath' => [ 'base' => NULL, 'refs' => [ 'AnalyticsIntentNodeSummary$intentPath' => 'The path.
', 'ListIntentPathsRequest$intentPath' => 'The intent path for which you want to retrieve metrics. Use a forward slash to separate intents in the path. For example:
/BookCar
/BookCar/BookHotel
/BookHotel/BookCar
Contains fields describing a condition by which to filter the paths. The expression may be understood as name
operator
values
. For example:
LocaleId EQ en
– The locale is "en".
BotVersion EQ 2
– The bot version is equal to two.
The operators that each filter supports are listed below:
BotAlias
– EQ
.
BotVersion
– EQ
.
LocaleId
– EQ
.
Modality
– EQ
.
Channel
– EQ
.
A list of objects, each describes a condition by which you want to filter the results.
', ], ], 'AnalyticsSessionField' => [ 'base' => NULL, 'refs' => [ 'AnalyticsSessionGroupByKey$name' => 'The category by which the session analytics were grouped.
', 'AnalyticsSessionGroupBySpecification$name' => 'Specifies whether to group the session by their end state or their locale.
', ], ], 'AnalyticsSessionFilter' => [ 'base' => 'Contains fields describing a condition by which to filter the sessions. The expression may be understood as name
operator
values
. For example:
LocaleId EQ en
– The locale is "en".
Duration GT 200
– The duration is greater than 200 seconds.
The operators that each filter supports are listed below:
BotAlias
– EQ
.
BotVersion
– EQ
.
LocaleId
– EQ
.
Modality
– EQ
.
Channel
– EQ
.
Duration
– EQ
, GT
, LT
.
conversationEndState
– EQ
, CO
.
SessionId
– EQ
.
OriginatingRequestId
– EQ
.
IntentPath
– EQ
.
The category by which to filter the sessions. The descriptions for each option are as follows:
BotAlias
– The name of the bot alias.
BotVersion
– The version of the bot.
LocaleId
– The locale of the bot.
Modality
– The modality of the session with the bot (audio, DTMF, or text).
Channel
– The channel that the bot is integrated with.
Duration
– The duration of the session.
conversationEndState
– The final state of the session.
SessionId
– The identifier of the session with the bot.
OriginatingRequestId
– The identifier of the first request in a session.
IntentPath
– The order of intents taken in a session.
A list of objects, each of which describes a condition by which you want to filter the results.
', 'ListSessionMetricsRequest$filters' => 'A list of objects, each of which describes a condition by which you want to filter the results.
', ], ], 'AnalyticsSessionGroupByKey' => [ 'base' => 'Contains the category by which the session analytics were grouped and a member of that category.
', 'refs' => [ 'AnalyticsSessionGroupByKeys$member' => NULL, ], ], 'AnalyticsSessionGroupByKeys' => [ 'base' => NULL, 'refs' => [ 'AnalyticsSessionResult$groupByKeys' => 'A list of objects containing the criteria you requested for grouping results and the values of the bins.
', ], ], 'AnalyticsSessionGroupByList' => [ 'base' => NULL, 'refs' => [ 'ListSessionMetricsRequest$groupBy' => 'A list of objects, each of which specifies how to group the results. You can group by the following criteria:
ConversationEndState
– The final state of the conversation. The possible end states are detailed in Key definitions in the user guide.
LocaleId
– The unique identifier of the bot locale.
Contains the category by which to group the sessions.
', 'refs' => [ 'AnalyticsSessionGroupByList$member' => NULL, ], ], 'AnalyticsSessionId' => [ 'base' => NULL, 'refs' => [ 'SessionSpecification$sessionId' => 'The identifier of the session.
', 'UtteranceSpecification$sessionId' => 'The identifier of the session that the utterance was made in.
', ], ], 'AnalyticsSessionMetric' => [ 'base' => 'Contains the metric and the summary statistic you want to calculate, and the order in which to sort the results, for the user sessions with the bot.
', 'refs' => [ 'AnalyticsSessionMetrics$member' => NULL, ], ], 'AnalyticsSessionMetricName' => [ 'base' => NULL, 'refs' => [ 'AnalyticsSessionMetric$name' => 'The metric for which you want to get session summary statistics.
Count
– The number of sessions.
Success
– The number of sessions that succeeded.
Failure
– The number of sessions that failed.
Dropped
– The number of sessions that the user dropped.
Duration
– The duration of sessions.
TurnsPerSession
– The number of turns in the sessions.
Concurrency
– The number of sessions occurring in the same period of time.
The metric that you requested.
Count
– The number of sessions.
Success
– The number of sessions that succeeded.
Failure
– The number of sessions that failed.
Dropped
– The number of sessions that the user dropped.
Duration
– The duration of sessions.
TurnPersession
– The number of turns in the sessions.
Concurrency
– The number of sessions occurring in the same period of time.
An object containing the results for a session metric you requested.
', 'refs' => [ 'AnalyticsSessionMetricResults$member' => NULL, ], ], 'AnalyticsSessionMetricResults' => [ 'base' => NULL, 'refs' => [ 'AnalyticsSessionResult$metricsResults' => 'A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.
', ], ], 'AnalyticsSessionMetrics' => [ 'base' => NULL, 'refs' => [ 'ListSessionMetricsRequest$metrics' => 'A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.
', ], ], 'AnalyticsSessionResult' => [ 'base' => 'An object containing the results for the session metrics you requested and the bin and/or group(s) they refer to, if applicable.
', 'refs' => [ 'AnalyticsSessionResults$member' => NULL, ], ], 'AnalyticsSessionResults' => [ 'base' => NULL, 'refs' => [ 'ListSessionMetricsResponse$results' => 'The results for the session metrics.
', ], ], 'AnalyticsSessionSortByName' => [ 'base' => NULL, 'refs' => [ 'SessionDataSortBy$name' => 'The measure by which to sort the session analytics data.
conversationStartTime
– The date and time when the conversation began. A conversation is defined as a unique combination of a sessionId
and an originatingRequestId
.
numberOfTurns
– The number of turns that the session took.
conversationDurationSeconds
– The duration of the conversation in seconds.
Specifies whether to bin the analytics data in ascending or descending order. If this field is left blank, the default order is by the key of the bin in descending order.
', 'AnalyticsIntentMetric$order' => 'Specifies whether to sort the results in ascending or descending order.
', 'AnalyticsIntentStageMetric$order' => 'Specifies whether to sort the results in ascending or descending order of the summary statistic (value
in the response).
Specifies whether to sort the results in ascending or descending order.
', 'AnalyticsUtteranceMetric$order' => 'Specifies whether to sort the results in ascending or descending order.
', 'SessionDataSortBy$order' => 'Specifies whether to sort the results in ascending or descending order.
', 'UtteranceDataSortBy$order' => 'Specifies whether to sort the results in ascending or descending order.
', ], ], 'AnalyticsUtteranceAttribute' => [ 'base' => 'An object that specifies the last used intent at the time of the utterance as an attribute to return.
', 'refs' => [ 'AnalyticsUtteranceAttributes$member' => NULL, ], ], 'AnalyticsUtteranceAttributeName' => [ 'base' => NULL, 'refs' => [ 'AnalyticsUtteranceAttribute$name' => 'An attribute to return. The only available attribute is the intent that the bot mapped the utterance to.
', ], ], 'AnalyticsUtteranceAttributeResult' => [ 'base' => 'An object containing the intent that the bot mapped the utterance to.
', 'refs' => [ 'AnalyticsUtteranceAttributeResults$member' => NULL, ], ], 'AnalyticsUtteranceAttributeResults' => [ 'base' => NULL, 'refs' => [ 'AnalyticsUtteranceResult$attributeResults' => 'A list of objects containing information about the last used intent at the time of an utterance.
', ], ], 'AnalyticsUtteranceAttributes' => [ 'base' => NULL, 'refs' => [ 'ListUtteranceMetricsRequest$attributes' => 'A list containing attributes related to the utterance that you want the response to return. The following attributes are possible:
LastUsedIntent
– The last used intent at the time of the utterance.
The category by which the utterance analytics were grouped.
', 'AnalyticsUtteranceGroupBySpecification$name' => 'Specifies whether to group the utterances by their text or their state.
', ], ], 'AnalyticsUtteranceFilter' => [ 'base' => 'Contains fields describing a condition by which to filter the utterances. The expression may be understood as name
operator
values
. For example:
LocaleId EQ Book
– The locale is the string "en".
UtteranceText CO help
– The text of the utterance contains the string "help".
The operators that each filter supports are listed below:
BotAlias
– EQ
.
BotVersion
– EQ
.
LocaleId
– EQ
.
Modality
– EQ
.
Channel
– EQ
.
SessionId
– EQ
.
OriginatingRequestId
– EQ
.
UtteranceState
– EQ
.
UtteranceText
– EQ
, CO
.
The category by which to filter the utterances. The descriptions for each option are as follows:
BotAlias
– The name of the bot alias.
BotVersion
– The version of the bot.
LocaleId
– The locale of the bot.
Modality
– The modality of the session with the bot (audio, DTMF, or text).
Channel
– The channel that the bot is integrated with.
SessionId
– The identifier of the session with the bot.
OriginatingRequestId
– The identifier of the first request in a session.
UtteranceState
– The state of the utterance.
UtteranceText
– The text in the utterance.
A list of objects, each of which describes a condition by which you want to filter the results.
', 'ListUtteranceMetricsRequest$filters' => 'A list of objects, each of which describes a condition by which you want to filter the results.
', ], ], 'AnalyticsUtteranceGroupByKey' => [ 'base' => 'Contains the category by which the utterance analytics were grouped and the values for that category.
', 'refs' => [ 'AnalyticsUtteranceGroupByKeys$member' => NULL, ], ], 'AnalyticsUtteranceGroupByKeys' => [ 'base' => NULL, 'refs' => [ 'AnalyticsUtteranceResult$groupByKeys' => 'A list of objects containing the criteria you requested for grouping results and the values of the bins.
', ], ], 'AnalyticsUtteranceGroupByList' => [ 'base' => NULL, 'refs' => [ 'ListUtteranceMetricsRequest$groupBy' => 'A list of objects, each of which specifies how to group the results. You can group by the following criteria:
UtteranceText
– The transcription of the utterance.
UtteranceState
– The state of the utterance. The possible states are detailed in Key definitions in the user guide.
Contains the category by which to group the utterances.
', 'refs' => [ 'AnalyticsUtteranceGroupByList$member' => NULL, ], ], 'AnalyticsUtteranceMetric' => [ 'base' => 'Contains the metric and the summary statistic you want to calculate, and the order in which to sort the results, for the utterances across the user sessions with the bot.
', 'refs' => [ 'AnalyticsUtteranceMetrics$member' => NULL, ], ], 'AnalyticsUtteranceMetricName' => [ 'base' => NULL, 'refs' => [ 'AnalyticsUtteranceMetric$name' => 'The metric for which you want to get utterance summary statistics.
Count
– The number of utterances.
Missed
– The number of utterances that Amazon Lex failed to recognize.
Detected
– The number of utterances that Amazon Lex managed to detect.
UtteranceTimestamp
– The date and time of the utterance.
The metric that you requested.
Count
– The number of utterances.
Missed
– The number of utterances that Amazon Lex failed to recognize.
Detected
– The number of utterances that Amazon Lex managed to detect.
UtteranceTimestamp
– The date and time of the utterance.
An object containing the results for the utterance metric you requested.
', 'refs' => [ 'AnalyticsUtteranceMetricResults$member' => NULL, ], ], 'AnalyticsUtteranceMetricResults' => [ 'base' => NULL, 'refs' => [ 'AnalyticsUtteranceResult$metricsResults' => 'A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.
', ], ], 'AnalyticsUtteranceMetrics' => [ 'base' => NULL, 'refs' => [ 'ListUtteranceMetricsRequest$metrics' => 'A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.
', ], ], 'AnalyticsUtteranceResult' => [ 'base' => 'An object containing the results for the utterance metrics you requested and the bin and/or group(s) they refer to, if applicable.
', 'refs' => [ 'AnalyticsUtteranceResults$member' => NULL, ], ], 'AnalyticsUtteranceResults' => [ 'base' => NULL, 'refs' => [ 'ListUtteranceMetricsResponse$results' => 'The results for the utterance metrics.
', ], ], 'AnalyticsUtteranceSortByName' => [ 'base' => NULL, 'refs' => [ 'UtteranceDataSortBy$name' => 'The measure by which to sort the utterance analytics data.
Count
– The number of utterances.
UtteranceTimestamp
– The date and time of the utterance.
The object containing information that associates the recommended intent/slot type with a conversation.
', 'refs' => [ 'AssociatedTranscriptList$member' => NULL, ], ], 'AssociatedTranscriptFilter' => [ 'base' => 'Filters to search for the associated transcript.
', 'refs' => [ 'AssociatedTranscriptFilters$member' => NULL, ], ], 'AssociatedTranscriptFilterName' => [ 'base' => NULL, 'refs' => [ 'AssociatedTranscriptFilter$name' => 'The name of the field to use for filtering. The allowed names are IntentId and SlotTypeId.
', ], ], 'AssociatedTranscriptFilters' => [ 'base' => NULL, 'refs' => [ 'SearchAssociatedTranscriptsRequest$filters' => 'A list of filter objects.
', ], ], 'AssociatedTranscriptList' => [ 'base' => NULL, 'refs' => [ 'SearchAssociatedTranscriptsResponse$associatedTranscripts' => 'The object that contains the associated transcript that meet the criteria you specified.
', ], ], 'AttachmentTitle' => [ 'base' => NULL, 'refs' => [ 'ImageResponseCard$title' => 'The title to display on the response card. The format of the title is determined by the platform displaying the response card.
', 'ImageResponseCard$subtitle' => 'The subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.
', ], ], 'AttachmentUrl' => [ 'base' => NULL, 'refs' => [ 'ImageResponseCard$imageUrl' => '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.
', ], ], 'AudioAndDTMFInputSpecification' => [ 'base' => 'Specifies the audio and DTMF input specification.
', 'refs' => [ 'PromptAttemptSpecification$audioAndDTMFInputSpecification' => 'Specifies the settings on audio and DTMF input.
', ], ], 'AudioFileS3Location' => [ 'base' => NULL, 'refs' => [ 'UtteranceAudioInputSpecification$audioFileS3Location' => 'Amazon S3 file pointing to the audio.
', ], ], 'AudioLogDestination' => [ 'base' => 'The location of audio log files collected when conversation logging is enabled for a bot.
', 'refs' => [ 'AudioLogSetting$destination' => NULL, ], ], 'AudioLogSetting' => [ 'base' => '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.
', 'refs' => [ 'AudioLogSettingsList$member' => NULL, ], ], 'AudioLogSettingsList' => [ 'base' => NULL, 'refs' => [ 'ConversationLogSettings$audioLogSettings' => 'The Amazon S3 settings for logging audio to an S3 bucket.
', ], ], 'AudioRecognitionStrategy' => [ 'base' => NULL, 'refs' => [ 'AdvancedRecognitionSetting$audioRecognitionStrategy' => 'Enables using the slot values as a custom vocabulary for recognizing user utterances.
', ], ], 'AudioSpecification' => [ 'base' => 'Specifies the audio input specifications.
', 'refs' => [ 'AudioAndDTMFInputSpecification$audioSpecification' => 'Specifies the settings on audio input.
', ], ], 'BatchCreateCustomVocabularyItemRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchCreateCustomVocabularyItemResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeleteCustomVocabularyItemRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeleteCustomVocabularyItemResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchUpdateCustomVocabularyItemRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchUpdateCustomVocabularyItemResponse' => [ 'base' => NULL, 'refs' => [], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'AudioLogSetting$enabled' => 'Determines whether audio logging in enabled for the bot.
', 'BotAliasLocaleSettings$enabled' => 'Determines whether the locale is enabled for the bot. If the value is false
, the locale isn\'t available for use.
Enables the dialog code hook so that it processes user requests.
', 'FulfillmentCodeHookSettings$enabled' => 'Indicates whether a Lambda function should be invoked to fulfill a specific intent.
', 'IntentClassificationTestResultItem$multiTurnConversation' => 'Indicates whether the conversation involves multiple turns or not.
', 'IntentLevelSlotResolutionTestResultItem$multiTurnConversation' => 'Indicates whether the conversation involves multiple turns or not.
', 'KendraConfiguration$queryFilterStringEnabled' => 'Determines whether the AMAZON.KendraSearchIntent
intent uses a custom query string to query the Amazon Kendra index.
Indicates whether a slot can return multiple values. When true
, the slot may return more than one value in a response. When false
, the slot returns only a single value.
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 allowMutlipleValues
is not set, the default value is false
.
Indicates whether the conversation contains multiple turns or not.
', 'SentimentAnalysisSettings$detectSentiment' => 'Sets whether Amazon Lex uses Amazon Comprehend to detect the sentiment of user utterances.
', 'TextLogSetting$enabled' => 'Determines whether conversation logs should be stored for an alias.
', ], ], 'BotAliasHistoryEvent' => [ 'base' => '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.
', 'refs' => [ 'BotAliasHistoryEventsList$member' => NULL, ], ], 'BotAliasHistoryEventsList' => [ 'base' => NULL, 'refs' => [ 'DescribeBotAliasResponse$botAliasHistoryEvents' => 'A list of events that affect a bot alias. For example, an event is recorded when the version that the alias points to changes.
', ], ], 'BotAliasId' => [ 'base' => NULL, 'refs' => [ 'BotAliasSummary$botAliasId' => 'The unique identifier assigned to the bot alias. You can use this ID to get detailed information about the alias using the DescribeBotAlias operation.
', 'BotAliasTestExecutionTarget$botAliasId' => 'The bot alias Id of the bot alias used in the test set execution.
', 'BotMember$botMemberAliasId' => 'The alias ID of a bot that is a member of this network of bots.
', 'ConversationLogsDataSource$botAliasId' => 'The bot alias Id from the conversation logs.
', 'CreateBotAliasResponse$botAliasId' => 'The unique identifier of the bot alias.
', 'DeleteBotAliasRequest$botAliasId' => 'The unique identifier of the bot alias to delete.
', 'DeleteBotAliasResponse$botAliasId' => 'The unique identifier of the bot alias to delete.
', 'DescribeBotAliasRequest$botAliasId' => 'The identifier of the bot alias to describe.
', 'DescribeBotAliasResponse$botAliasId' => 'The identifier of the bot alias.
', 'ListAggregatedUtterancesRequest$botAliasId' => 'The identifier of the bot alias associated with this request. If you specify the bot alias, you can\'t specify the bot version.
', 'ListAggregatedUtterancesResponse$botAliasId' => 'The identifier of the bot alias that contains the utterances. If you specified the bot version, the bot alias ID isn\'t returned.
', 'SessionSpecification$botAliasId' => 'The identifier of the alias of the bot that the session was held with.
', 'TestSetDiscrepancyReportBotAliasTarget$botAliasId' => 'The unique identifier for the bot associated with the bot alias.
', 'UpdateBotAliasRequest$botAliasId' => 'The unique identifier of the bot alias.
', 'UpdateBotAliasResponse$botAliasId' => 'The identifier of the updated bot alias.
', 'UtteranceSpecification$botAliasId' => 'The identifier of the alias of the bot that the utterance was made to.
', ], ], 'BotAliasLocaleSettings' => [ 'base' => 'Specifies settings that are unique to a locale. For example, you can use different Lambda function depending on the bot\'s locale.
', 'refs' => [ 'BotAliasLocaleSettingsMap$value' => NULL, ], ], 'BotAliasLocaleSettingsMap' => [ 'base' => NULL, 'refs' => [ 'CreateBotAliasRequest$botAliasLocaleSettings' => '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.
', 'CreateBotAliasResponse$botAliasLocaleSettings' => 'Configuration information for a specific locale.
', 'DescribeBotAliasResponse$botAliasLocaleSettings' => 'The locale settings that are unique to the alias.
', 'UpdateBotAliasRequest$botAliasLocaleSettings' => 'The new Lambda functions to use in each locale for the bot alias.
', 'UpdateBotAliasResponse$botAliasLocaleSettings' => 'The updated Lambda functions to use in each locale for the bot alias.
', ], ], 'BotAliasName' => [ 'base' => NULL, 'refs' => [ 'BotMember$botMemberAliasName' => 'The alias name of a bot that is a member of this network of bots.
', ], ], 'BotAliasStatus' => [ 'base' => NULL, 'refs' => [ 'BotAliasSummary$botAliasStatus' => 'The current state of the bot alias. If the status is Available
, the alias is ready for use.
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.
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.
The current status of the alias. When the alias is Available
, the alias is ready for use with your bot.
The current status of the bot alias. When the status is Available
the alias is ready for use.
Summary information about bot aliases returned from the ListBotAliases operation.
', 'refs' => [ 'BotAliasSummaryList$member' => NULL, ], ], 'BotAliasSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListBotAliasesResponse$botAliasSummaries' => 'Summary information for the bot aliases that meet the filter criteria specified in the request. The length of the list is specified in the maxResults
parameter of the request. If there are more aliases available, the nextToken
field contains a token to get the next page of results.
The target Amazon S3 location for the test set execution using a bot alias.
', 'refs' => [ 'TestExecutionTarget$botAliasTarget' => 'Contains information about the bot alias used for the test execution.
', ], ], 'BotExportSpecification' => [ 'base' => 'Provides the identity of a the bot that was exported.
', 'refs' => [ 'ExportResourceSpecification$botExportSpecification' => 'Parameters for exporting a bot.
', ], ], 'BotFilter' => [ 'base' => 'Filters the responses returned by the ListBots
operation.
The name of the field to filter the list of bots.
', ], ], 'BotFilterOperator' => [ 'base' => NULL, 'refs' => [ 'BotFilter$operator' => '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.
Provides the specification of a filter used to limit the bots in the response to only those that match the filter specification. You can only specify one filter and one string to filter on.
', ], ], 'BotImportSpecification' => [ 'base' => 'Provides the bot parameters required for importing a bot.
', 'refs' => [ 'ImportResourceSpecification$botImportSpecification' => 'Parameters for importing a bot.
', ], ], 'BotLocaleExportSpecification' => [ 'base' => 'Provides the bot locale parameters required for exporting a bot locale.
', 'refs' => [ 'ExportResourceSpecification$botLocaleExportSpecification' => 'Parameters for exporting a bot locale.
', ], ], 'BotLocaleFilter' => [ 'base' => 'Filters responses returned by the ListBotLocales
operation.
The name of the field to filter the list of bots.
', ], ], 'BotLocaleFilterOperator' => [ 'base' => NULL, 'refs' => [ 'BotLocaleFilter$operator' => '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.
Provides the specification for a filter used to limit the response to only those locales that match the filter specification. You can only specify one filter and one value to filter on.
', ], ], 'BotLocaleHistoryEvent' => [ 'base' => 'Provides information about an event that occurred affecting the bot locale.
', 'refs' => [ 'BotLocaleHistoryEventsList$member' => NULL, ], ], 'BotLocaleHistoryEventDescription' => [ 'base' => NULL, 'refs' => [ 'BotLocaleHistoryEvent$event' => 'A description of the event that occurred.
', ], ], 'BotLocaleHistoryEventsList' => [ 'base' => NULL, 'refs' => [ 'DescribeBotLocaleResponse$botLocaleHistoryEvents' => 'History of changes, such as when a locale is used in an alias, that have taken place for the locale.
', ], ], 'BotLocaleImportSpecification' => [ 'base' => 'Provides the bot locale parameters required for importing a bot locale.
', 'refs' => [ 'ImportResourceSpecification$botLocaleImportSpecification' => 'Parameters for importing a bot locale.
', ], ], 'BotLocaleSortAttribute' => [ 'base' => NULL, 'refs' => [ 'BotLocaleSortBy$attribute' => 'The bot locale attribute to sort by.
', ], ], 'BotLocaleSortBy' => [ 'base' => 'Specifies attributes for sorting a list of bot locales.
', 'refs' => [ 'ListBotLocalesRequest$sortBy' => 'Specifies sorting parameters for the list of locales. You can sort by locale name in ascending or descending order.
', ], ], 'BotLocaleStatus' => [ 'base' => NULL, 'refs' => [ 'BotLocaleSummary$botLocaleStatus' => 'The current status of the bot locale. When the status is Built
the locale is ready for use.
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.
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
.
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.
The status of the bot. If the status is Failed
, the reasons for the failure are listed in the failureReasons
field.
The current status of the locale. When the bot status is Built
the locale is ready for use.
Summary information about bot locales returned by the ListBotLocales operation.
', 'refs' => [ 'BotLocaleSummaryList$member' => NULL, ], ], 'BotLocaleSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListBotLocalesResponse$botLocaleSummaries' => 'Summary information for the locales that meet the filter criteria specified in the request. The length of the list is specified in the maxResults
parameter of the request. If there are more locales available, the nextToken
field contains a token to get the next page of results.
A bot that is a member of a network of bots.
', 'refs' => [ 'BotMembers$member' => NULL, ], ], 'BotMembers' => [ 'base' => NULL, 'refs' => [ 'CreateBotRequest$botMembers' => 'The list of bot members in a network to be created.
', 'CreateBotResponse$botMembers' => 'The list of bots in a network that was created.
', 'DescribeBotResponse$botMembers' => 'The list of bots in the network that was described.
', 'DescribeBotVersionResponse$botMembers' => 'The members of bot network in the version that was described.
', 'UpdateBotRequest$botMembers' => 'The list of bot members in the network associated with the update action.
', 'UpdateBotResponse$botMembers' => 'The list of bot members in the network that was updated.
', ], ], 'BotRecommendationResultStatistics' => [ 'base' => 'A statistical summary of the bot recommendation results.
', 'refs' => [ 'BotRecommendationResults$statistics' => 'The statistical summary of the bot recommendation results.
', ], ], 'BotRecommendationResults' => [ 'base' => 'The object representing the URL of the bot definition, the URL of the associated transcript, and a statistical summary of the bot recommendation results.
', 'refs' => [ 'DescribeBotRecommendationResponse$botRecommendationResults' => 'The object representing the URL of the bot definition, the URL of the associated transcript and a statistical summary of the bot recommendation results.
', ], ], 'BotRecommendationStatus' => [ 'base' => NULL, 'refs' => [ 'BotRecommendationSummary$botRecommendationStatus' => 'The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
', 'DescribeBotRecommendationResponse$botRecommendationStatus' => 'The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
', 'StartBotRecommendationResponse$botRecommendationStatus' => 'The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
', 'StopBotRecommendationResponse$botRecommendationStatus' => 'The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
', 'UpdateBotRecommendationResponse$botRecommendationStatus' => 'The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
', ], ], 'BotRecommendationSummary' => [ 'base' => 'A summary of the bot recommendation.
', 'refs' => [ 'BotRecommendationSummaryList$member' => NULL, ], ], 'BotRecommendationSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListBotRecommendationsResponse$botRecommendationSummaries' => 'Summary information for the bot recommendations that meet the filter specified in this request. The length of the list is specified in the maxResults parameter of the request. If there are more bot recommendations available, the nextToken field contains a token to get the next page of results.
', ], ], 'BotSortAttribute' => [ 'base' => NULL, 'refs' => [ 'BotSortBy$attribute' => 'The attribute to use to sort the list of bots.
', ], ], 'BotSortBy' => [ 'base' => 'Specifies attributes for sorting a list of bots.
', 'refs' => [ 'ListBotsRequest$sortBy' => 'Specifies sorting parameters for the list of bots. You can specify that the list be sorted by bot name in ascending or descending order.
', ], ], 'BotStatus' => [ 'base' => NULL, 'refs' => [ 'BotSummary$botStatus' => 'The current status of the bot. When the status is Available
the bot is ready for use.
The status of the bot. When the status is available, the version of the bot is ready for use.
', 'CreateBotResponse$botStatus' => '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.
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
.
The current status of the bot. The status is Deleting
while the bot and its associated resources are being deleted.
The current status of the bot.
', 'DescribeBotResponse$botStatus' => 'The current status of the bot. When the status is Available
the bot is ready to be used in conversations with users.
The current status of the bot. When the status is Available
, the bot version is ready for use.
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.
Summary information about a bot returned by the ListBots operation.
', 'refs' => [ 'BotSummaryList$member' => NULL, ], ], 'BotSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListBotsResponse$botSummaries' => 'Summary information for the bots that meet the filter criteria specified in the request. The length of the list is specified in the maxResults
parameter of the request. If there are more bots available, the nextToken
field contains a token to the next page of results.
The type of the bot.
', 'CreateBotRequest$botType' => 'The type of a bot to create.
', 'CreateBotResponse$botType' => 'The type of a bot that was created.
', 'DescribeBotResponse$botType' => 'The type of the bot that was described.
', 'DescribeBotVersionResponse$botType' => 'The type of the bot in the version that was described.
', 'UpdateBotRequest$botType' => 'The type of the bot to be updated.
', 'UpdateBotResponse$botType' => 'The type of the bot that was updated.
', ], ], 'BotVersion' => [ 'base' => NULL, 'refs' => [ 'BatchCreateCustomVocabularyItemRequest$botVersion' => 'The identifier of the version of the bot associated with this custom vocabulary.
', 'BatchCreateCustomVocabularyItemResponse$botVersion' => 'The identifier of the version of the bot associated with this custom vocabulary.
', 'BatchDeleteCustomVocabularyItemRequest$botVersion' => 'The identifier of the version of the bot associated with this custom vocabulary.
', 'BatchDeleteCustomVocabularyItemResponse$botVersion' => 'The identifier of the version of the bot associated with this custom vocabulary.
', 'BatchUpdateCustomVocabularyItemRequest$botVersion' => 'The identifier of the version of the bot associated with this custom vocabulary.
', 'BatchUpdateCustomVocabularyItemResponse$botVersion' => 'The identifier of the version of the bot associated with this custom vocabulary.
', 'BotAliasHistoryEvent$botVersion' => 'The version of the bot that was used in the event.
', 'BotAliasSummary$botVersion' => 'The version of the bot that the bot alias references.
', 'BotExportSpecification$botVersion' => 'The version of the bot that was exported. This will be either DRAFT
or the version number.
The version of the bot to export.
', 'BotMember$botMemberVersion' => 'The version of a bot that is a member of this network of bots.
', 'BotVersionLocaleDetails$sourceBotVersion' => 'The version of a bot used for a bot locale.
', 'BotVersionSummary$botVersion' => 'The numeric version of the bot, or DRAFT
to indicate that this is the version of the bot that can be updated..
The version of the bot that contains the custom vocabulary to export.
', 'DescribeBotAliasResponse$botVersion' => 'The version of the bot associated with the bot alias.
', 'DescribeBotLocaleRequest$botVersion' => 'The version of the bot associated with the locale.
', 'DescribeBotLocaleResponse$botVersion' => 'The version of the bot associated with the locale.
', 'DescribeCustomVocabularyMetadataRequest$botVersion' => 'The bot version of the bot to return metadata for.
', 'DescribeCustomVocabularyMetadataResponse$botVersion' => 'The version of the bot that contains the custom vocabulary to describe.
', 'DescribeIntentRequest$botVersion' => 'The version of the bot associated with the intent.
', 'DescribeSlotRequest$botVersion' => 'The version of the bot associated with the slot.
', 'DescribeSlotResponse$botVersion' => 'The version of the bot associated with the slot.
', 'DescribeSlotTypeRequest$botVersion' => 'The version of the bot associated with the slot type.
', 'DescribeSlotTypeResponse$botVersion' => 'The version of the bot associated with the slot type.
', 'ListAggregatedUtterancesRequest$botVersion' => 'The identifier of the bot version associated with this request. If you specify the bot version, you can\'t specify the bot alias.
', 'ListAggregatedUtterancesResponse$botVersion' => 'The identifier of the bot version that contains the utterances. If you specified the bot alias, the bot version isn\'t returned.
', 'ListBotLocalesRequest$botVersion' => 'The version of the bot to list locales for.
', 'ListBotLocalesResponse$botVersion' => 'The version of the bot.
', 'ListCustomVocabularyItemsRequest$botVersion' => 'The bot version of the bot to the list custom vocabulary request.
', 'ListCustomVocabularyItemsResponse$botVersion' => 'The identifier of the version of the bot associated with this custom vocabulary.
', 'ListExportsRequest$botVersion' => 'The version of the bot to list exports for.
', 'ListExportsResponse$botVersion' => 'The version of the bot that was exported.
', 'ListIntentsRequest$botVersion' => 'The version of the bot that contains the intent.
', 'ListIntentsResponse$botVersion' => 'The version of the bot that contains the intent.
', 'ListSlotTypesRequest$botVersion' => 'The version of the bot that contains the slot type.
', 'ListSlotTypesResponse$botVersion' => 'The version of the bot that contains the slot types.
', 'ListSlotsRequest$botVersion' => 'The version of the bot that contains the slot.
', 'ListSlotsResponse$botVersion' => 'The version of the bot that contains the slots.
', 'ParentBotNetwork$botVersion' => 'The version of the network of bots.
', 'SearchAssociatedTranscriptsRequest$botVersion' => 'The version of the bot containing the transcripts that you are searching.
', 'SearchAssociatedTranscriptsResponse$botVersion' => 'The version of the bot containing the transcripts that you are searching.
', 'UpdateBotAliasRequest$botVersion' => 'The new bot version to assign to the bot alias.
', 'UpdateBotAliasResponse$botVersion' => 'The updated version of the bot that the alias points to.
', ], ], 'BotVersionLocaleDetails' => [ 'base' => 'The version of a bot used for a bot locale.
', 'refs' => [ 'BotVersionLocaleSpecification$value' => NULL, ], ], 'BotVersionLocaleSpecification' => [ 'base' => NULL, 'refs' => [ 'CreateBotVersionRequest$botVersionLocaleSpecification' => '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.
The source versions used for each locale in the new version.
', ], ], 'BotVersionSortAttribute' => [ 'base' => NULL, 'refs' => [ 'BotVersionSortBy$attribute' => 'The attribute to use to sort the list of versions.
', ], ], 'BotVersionSortBy' => [ 'base' => 'Specifies attributes for sorting a list of bot versions.
', 'refs' => [ 'ListBotVersionsRequest$sortBy' => 'Specifies sorting parameters for the list of versions. You can specify that the list be sorted by version name in either ascending or descending order.
', ], ], 'BotVersionSummary' => [ 'base' => 'Summary information about a bot version returned by the ListBotVersions operation.
', 'refs' => [ 'BotVersionSummaryList$member' => NULL, ], ], 'BotVersionSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListBotVersionsResponse$botVersionSummaries' => 'Summary information for the bot versions that meet the filter criteria specified in the request. The length of the list is specified in the maxResults
parameter of the request. If there are more versions available, the nextToken
field contains a token to get the next page of results.
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.
', 'AllowedInputTypes$allowAudioInput' => 'Indicates whether audio input is allowed.
', 'AllowedInputTypes$allowDTMFInput' => 'Indicates whether DTMF input is allowed.
', 'ConditionalSpecification$active' => 'Determines whether a conditional branch is active. When active
is false, the conditions are not evaluated.
When true the next message for the intent is not used.
', 'DialogCodeHookInvocationSetting$enableCodeHookInvocation' => 'Indicates whether a Lambda function should be invoked for the dialog.
', 'DialogCodeHookInvocationSetting$active' => 'Determines whether a dialog code hook is used when the intent is activated.
', 'ElicitationCodeHookInvocationSetting$enableCodeHookInvocation' => 'Indicates whether a Lambda function should be invoked for the dialog.
', 'FulfillmentCodeHookSettings$active' => 'Determines whether the fulfillment code hook is used. When active
is false, the code hook doesn\'t run.
Determines whether the user can interrupt the start message while it is playing.
', 'FulfillmentUpdateResponseSpecification$allowInterrupt' => 'Determines whether the user can interrupt an update message while it is playing.
', 'FulfillmentUpdatesSpecification$active' => '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.
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.
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.
Indicates whether the user can interrupt a speech prompt attempt from the bot.
', 'PromptSpecification$allowInterrupt' => 'Indicates whether the user can interrupt a speech prompt from the bot.
', 'ResponseSpecification$allowInterrupt' => 'Indicates whether the user can interrupt a speech response from Amazon Lex.
', 'StillWaitingResponseSpecification$allowInterrupt' => 'Indicates that the user can interrupt the response by speaking while the message is being played.
', 'WaitAndContinueSpecification$active' => 'Specifies whether the bot will wait for a user to respond. When this field is false, wait and continue responses for a slot aren\'t used. If the active
field isn\'t specified, the default is true.
The attribute to use to sort the list of built-in intents.
', ], ], 'BuiltInIntentSortBy' => [ 'base' => 'Specifies attributes for sorting a list of built-in intents.
', 'refs' => [ 'ListBuiltInIntentsRequest$sortBy' => 'Specifies sorting parameters for the list of built-in intents. You can specify that the list be sorted by the built-in intent signature in either ascending or descending order.
', ], ], 'BuiltInIntentSummary' => [ 'base' => 'Provides summary information about a built-in intent for the ListBuiltInIntents operation.
', 'refs' => [ 'BuiltInIntentSummaryList$member' => NULL, ], ], 'BuiltInIntentSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListBuiltInIntentsResponse$builtInIntentSummaries' => 'Summary information for the built-in intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults
parameter of the request. If there are more intents available, the nextToken
field contains a token to get the next page of results.
The unique identifier for the slot type associated with this slot. The slot type determines the values that can be entered into the slot.
', 'CreateSlotResponse$slotTypeId' => 'The unique identifier of the slot type associated with this slot.
', 'DescribeSlotResponse$slotTypeId' => 'The identifier of the slot type that determines the values entered into the slot.
', 'SlotSummary$slotTypeId' => 'The unique identifier for the slot type that defines the values for the slot.
', 'Specifications$slotTypeId' => 'The unique identifier assigned to the slot type.
', 'SubSlotTypeComposition$slotTypeId' => 'The unique identifier assigned to a slot type. This refers to either a built-in slot type or the unique slotTypeId of a custom slot type.
', 'UpdateSlotRequest$slotTypeId' => 'The unique identifier of the new slot type to associate with this slot.
', 'UpdateSlotResponse$slotTypeId' => 'The updated identifier of the slot type that provides values for the slot.
', ], ], 'BuiltInSlotTypeSortAttribute' => [ 'base' => NULL, 'refs' => [ 'BuiltInSlotTypeSortBy$attribute' => 'The attribute to use to sort the list of built-in intents.
', ], ], 'BuiltInSlotTypeSortBy' => [ 'base' => 'Specifies attributes for sorting a list of built-in slot types.
', 'refs' => [ 'ListBuiltInSlotTypesRequest$sortBy' => 'Determines the sort order for the response from the ListBuiltInSlotTypes
operation. You can choose to sort by the slot type signature in either ascending or descending order.
Provides summary information about a built-in slot type for the ListBuiltInSlotTypes operation.
', 'refs' => [ 'BuiltInSlotTypeSummaryList$member' => NULL, ], ], 'BuiltInSlotTypeSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListBuiltInSlotTypesResponse$builtInSlotTypeSummaries' => 'Summary information for the built-in slot types that meet the filter criteria specified in the request. The length of the list is specified in the maxResults
parameter of the request. If there are more slot types available, the nextToken
field contains a token to get the next page of results.
The maximum number of built-in intents to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
', 'ListBuiltInSlotTypesRequest$maxResults' => 'The maximum number of built-in slot types to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
', ], ], 'Button' => [ 'base' => 'Describes a button to use on a response card used to gather slot values from a user.
', 'refs' => [ 'ButtonsList$member' => NULL, ], ], 'ButtonText' => [ 'base' => NULL, 'refs' => [ 'Button$text' => 'The text that appears on the button. Use this to tell the user what value is returned when they choose this button.
', ], ], 'ButtonValue' => [ 'base' => NULL, 'refs' => [ 'Button$value' => 'The value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.
', ], ], 'ButtonsList' => [ 'base' => NULL, 'refs' => [ 'ImageResponseCard$buttons' => '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.
', ], ], 'ChildDirected' => [ 'base' => NULL, 'refs' => [ 'DataPrivacy$childDirected' => '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.
The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.
', ], ], 'CloudWatchLogGroupLogDestination' => [ 'base' => 'The Amazon CloudWatch Logs log group where the text and metadata logs are delivered. The log group must exist before you enable logging.
', 'refs' => [ 'TextLogDestination$cloudWatch' => 'Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.
', ], ], 'CodeHookInterfaceVersion' => [ 'base' => NULL, 'refs' => [ 'LambdaCodeHook$codeHookInterfaceVersion' => 'The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
', ], ], 'CodeHookSpecification' => [ 'base' => 'Contains information about code hooks that Amazon Lex calls during a conversation.
', 'refs' => [ 'BotAliasLocaleSettings$codeHookSpecification' => 'Specifies the Lambda function that should be used in the locale.
', ], ], 'CompositeSlotTypeSetting' => [ 'base' => 'A composite slot is a combination of two or more slots that capture multiple pieces of information in a single user input.
', 'refs' => [ 'CreateSlotTypeRequest$compositeSlotTypeSetting' => 'Specifications for a composite slot type.
', 'CreateSlotTypeResponse$compositeSlotTypeSetting' => 'Specifications for a composite slot type.
', 'DescribeSlotTypeResponse$compositeSlotTypeSetting' => 'Specifications for a composite slot type.
', 'UpdateSlotTypeRequest$compositeSlotTypeSetting' => 'Specifications for a composite slot type.
', 'UpdateSlotTypeResponse$compositeSlotTypeSetting' => 'Specifications for a composite slot type.
', ], ], 'Condition' => [ 'base' => 'Provides an expression that evaluates to true or false.
', 'refs' => [ 'ConditionalBranch$condition' => 'Contains the expression to evaluate. If the condition is true, the branch\'s actions are taken.
', ], ], 'ConditionExpression' => [ 'base' => NULL, 'refs' => [ 'Condition$expressionString' => 'The expression string that is evaluated.
', ], ], 'ConditionKey' => [ 'base' => NULL, 'refs' => [ 'ConditionKeyValueMap$key' => NULL, ], ], 'ConditionKeyValueMap' => [ 'base' => NULL, 'refs' => [ 'ConditionMap$value' => NULL, ], ], 'ConditionMap' => [ 'base' => NULL, 'refs' => [ 'CreateResourcePolicyStatementRequest$condition' => '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 .
', ], ], 'ConditionOperator' => [ 'base' => NULL, 'refs' => [ 'ConditionMap$key' => NULL, ], ], 'ConditionValue' => [ 'base' => NULL, 'refs' => [ 'ConditionKeyValueMap$value' => NULL, ], ], 'ConditionalBranch' => [ 'base' => 'A set of actions that Amazon Lex should run if the condition is matched.
', 'refs' => [ 'ConditionalBranches$member' => NULL, ], ], 'ConditionalBranches' => [ 'base' => NULL, 'refs' => [ 'ConditionalSpecification$conditionalBranches' => '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.
', ], ], 'ConditionalSpecification' => [ 'base' => '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.
', 'refs' => [ 'InitialResponseSetting$conditional' => NULL, 'IntentClosingSetting$conditional' => 'A list of conditional branches associated with the intent\'s closing response. These branches are executed when the nextStep
attribute is set to EvalutateConditional
.
A list of conditional branches to evaluate after the intent is closed.
', 'IntentConfirmationSetting$declinationConditional' => 'A list of conditional branches to evaluate after the intent is declined.
', 'IntentConfirmationSetting$failureConditional' => NULL, 'PostDialogCodeHookInvocationSpecification$successConditional' => 'A list of conditional branches to evaluate after the dialog code hook finishes successfully.
', 'PostDialogCodeHookInvocationSpecification$failureConditional' => 'A list of conditional branches to evaluate after the dialog code hook throws an exception or returns with the State
field of the Intent
object set to Failed
.
A list of conditional branches to evaluate if the code hook times out.
', 'PostFulfillmentStatusSpecification$successConditional' => 'A list of conditional branches to evaluate after the fulfillment code hook finishes successfully.
', 'PostFulfillmentStatusSpecification$failureConditional' => 'A list of conditional branches to evaluate after the fulfillment code hook throws an exception or returns with the State
field of the Intent
object set to Failed
.
A list of conditional branches to evaluate if the fulfillment code hook times out.
', 'SlotCaptureSetting$captureConditional' => 'A list of conditional branches to evaluate after the slot value is captured.
', 'SlotCaptureSetting$failureConditional' => 'A list of conditional branches to evaluate when the slot value isn\'t captured.
', ], ], 'ConfidenceThreshold' => [ 'base' => NULL, 'refs' => [ 'BotLocaleImportSpecification$nluIntentConfidenceThreshold' => '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
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
The specified confidence threshold for inserting the AMAZON.FallbackIntent
and AMAZON.KendraSearchIntent
intents.
The confidence threshold where Amazon Lex inserts the AMAZON.FallbackIntent
and AMAZON.KendraSearchIntent
intents in the list of possible intents for an utterance.
The new confidence threshold where Amazon Lex inserts the AMAZON.FallbackIntent
and AMAZON.KendraSearchIntent
intents in the list of possible intents for an utterance.
The updated confidence threshold for inserting the AMAZON.FallbackIntent
and AMAZON.KendraSearchIntent
intents in the list of possible intents for an utterance.
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.
', 'refs' => [], ], 'ContextTimeToLiveInSeconds' => [ 'base' => NULL, 'refs' => [ 'OutputContext$timeToLiveInSeconds' => 'The amount of time, in seconds, that the output context should remain active. The time is figured from the first time the context is sent to the user.
', ], ], 'ContextTurnsToLive' => [ 'base' => NULL, 'refs' => [ 'OutputContext$turnsToLive' => 'The number of conversation turns that the output context should remain active. The number of turns is counted from the first time that the context is sent to the user.
', ], ], 'ConversationEndState' => [ 'base' => NULL, 'refs' => [ 'SessionSpecification$conversationEndState' => 'The final state of the conversation. A conversation is defined as a unique combination of a sessionId
and an originatingRequestId
.
The item listing the evaluation of intent level success or failure.
', 'refs' => [ 'ConversationLevelIntentClassificationResults$member' => NULL, ], ], 'ConversationLevelIntentClassificationResults' => [ 'base' => NULL, 'refs' => [ 'ConversationLevelTestResultItem$intentClassificationResults' => 'The intent classification of the test result evaluation item.
', ], ], 'ConversationLevelResultDetail' => [ 'base' => 'The conversation level details of the conversation used in the test set.
', 'refs' => [ 'UserTurnResult$conversationLevelResult' => 'Contains information about the results related to the conversation associated with the user turn.
', ], ], 'ConversationLevelSlotResolutionResultItem' => [ 'base' => 'The slots used for the slot resolution in the conversation.
', 'refs' => [ 'ConversationLevelSlotResolutionResults$member' => NULL, ], ], 'ConversationLevelSlotResolutionResults' => [ 'base' => NULL, 'refs' => [ 'ConversationLevelTestResultItem$slotResolutionResults' => 'The slot success or failure of the test result evaluation item.
', ], ], 'ConversationLevelTestResultItem' => [ 'base' => 'The test result evaluation item at the conversation level.
', 'refs' => [ 'ConversationLevelTestResultItemList$member' => NULL, ], ], 'ConversationLevelTestResultItemList' => [ 'base' => NULL, 'refs' => [ 'ConversationLevelTestResults$items' => 'The item list in the test set results data at the conversation level.
', ], ], 'ConversationLevelTestResults' => [ 'base' => 'The test set results data at the conversation level.
', 'refs' => [ 'TestExecutionResultItems$conversationLevelTestResults' => 'Results related to conversations in the test set, including metrics about success and failure of conversations and intent and slot failures.
', ], ], 'ConversationLevelTestResultsFilterBy' => [ 'base' => 'The selection to filter the test set results data at the conversation level.
', 'refs' => [ 'TestExecutionResultFilterBy$conversationLevelTestResultsFilterBy' => 'Contains information about the method for filtering Conversation level test results.
', ], ], 'ConversationLogSettings' => [ 'base' => 'Configures conversation logging that saves audio, text, and metadata for the conversations with your users.
', 'refs' => [ 'CreateBotAliasRequest$conversationLogSettings' => '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.
', 'CreateBotAliasResponse$conversationLogSettings' => 'The conversation log settings specified for the alias.
', 'DescribeBotAliasResponse$conversationLogSettings' => 'Specifics of how Amazon Lex logs text and audio conversations with the bot associated with the alias.
', 'UpdateBotAliasRequest$conversationLogSettings' => 'The new settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
', 'UpdateBotAliasResponse$conversationLogSettings' => 'The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
', ], ], 'ConversationLogsDataSource' => [ 'base' => 'The data source that uses conversation logs.
', 'refs' => [ 'TestSetGenerationDataSource$conversationLogsDataSource' => 'Contains information about the bot from which the conversation logs are sourced.
', ], ], 'ConversationLogsDataSourceFilterBy' => [ 'base' => 'The selected data source to filter the conversation log.
', 'refs' => [ 'ConversationLogsDataSource$filter' => 'The filter for the data source of the conversation log.
', ], ], 'ConversationLogsInputModeFilter' => [ 'base' => NULL, 'refs' => [ 'ConversationLogsDataSourceFilterBy$inputMode' => 'The selection to filter by input mode for the conversation logs.
', ], ], 'Count' => [ 'base' => NULL, 'refs' => [ 'DescribeTestSetResponse$numTurns' => 'The total number of agent and user turn in the test set.
', 'IntentClassificationTestResultItemCounts$totalResultCount' => 'The total number of results in the intent classification test.
', 'IntentStatistics$discoveredIntentCount' => 'The number of recommended intents associated with the bot recommendation.
', 'OverallTestResultItem$totalResultCount' => 'The total number of overall results in the result of the test execution.
', 'SlotResolutionTestResultItemCounts$totalResultCount' => 'The total number of results.
', 'SlotTypeStatistics$discoveredSlotTypeCount' => 'The number of recommended slot types associated with the bot recommendation.
', 'TestResultMatchStatusCountMap$value' => NULL, 'TestSetSummary$numTurns' => 'The number of turns in the test set.
', 'UpdateTestSetResponse$numTurns' => 'The number of conversation turns from the updated test set.
', ], ], 'CreateBotAliasRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateBotAliasResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateBotLocaleRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateBotLocaleResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateBotRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateBotResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateBotVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateBotVersionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateCustomVocabularyItemsList' => [ 'base' => NULL, 'refs' => [ 'BatchCreateCustomVocabularyItemRequest$customVocabularyItemList' => 'A list of new custom vocabulary items. Each entry must contain a phrase and can optionally contain a displayAs and/or a weight.
', ], ], 'CreateExportRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateExportResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateIntentRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateIntentResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateResourcePolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateResourcePolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateResourcePolicyStatementRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateResourcePolicyStatementResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateSlotRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateSlotResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateSlotTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateSlotTypeResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateTestSetDiscrepancyReportRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTestSetDiscrepancyReportResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateUploadUrlRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateUploadUrlResponse' => [ 'base' => NULL, 'refs' => [], ], 'CustomPayload' => [ 'base' => 'A custom response string that Amazon Lex sends to your application. You define the content and structure the string.
', 'refs' => [ 'Message$customPayload' => 'A message in a custom format defined by the client application.
', ], ], 'CustomPayloadValue' => [ 'base' => NULL, 'refs' => [ 'CustomPayload$value' => 'The string that is sent to your application.
', ], ], 'CustomVocabularyEntryId' => [ 'base' => 'The unique entry identifier for the custom vocabulary items.
', 'refs' => [ 'DeleteCustomVocabularyItemsList$member' => NULL, ], ], 'CustomVocabularyExportSpecification' => [ 'base' => 'Provides the parameters required for exporting a custom vocabulary.
', 'refs' => [ 'ExportResourceSpecification$customVocabularyExportSpecification' => 'The parameters required to export a custom vocabulary.
', ], ], 'CustomVocabularyImportSpecification' => [ 'base' => 'Provides the parameters required for importing a custom vocabulary.
', 'refs' => [ 'ImportResourceSpecification$customVocabularyImportSpecification' => NULL, ], ], 'CustomVocabularyItem' => [ 'base' => 'The unique custom vocabulary item from the custom vocabulary list.
', 'refs' => [ 'CustomVocabularyItems$member' => NULL, 'UpdateCustomVocabularyItemsList$member' => NULL, ], ], 'CustomVocabularyItems' => [ 'base' => NULL, 'refs' => [ 'BatchCreateCustomVocabularyItemResponse$resources' => 'A list of custom vocabulary items that were successfully created during the operation.
', 'BatchDeleteCustomVocabularyItemResponse$resources' => 'A list of custom vocabulary items that were successfully deleted during the operation.
', 'BatchUpdateCustomVocabularyItemResponse$resources' => 'A list of custom vocabulary items that were successfully updated during the operation.
', 'ListCustomVocabularyItemsResponse$customVocabularyItems' => 'The custom vocabulary items from the list custom vocabulary response.
', ], ], 'CustomVocabularyStatus' => [ 'base' => NULL, 'refs' => [ 'DeleteCustomVocabularyResponse$customVocabularyStatus' => 'The status of removing the custom vocabulary.
', 'DescribeCustomVocabularyMetadataResponse$customVocabularyStatus' => 'The status of the custom vocabulary. If the status is Ready
the custom vocabulary is ready to use.
The DTMF character that clears the accumulated DTMF digits and immediately ends the input.
', 'DTMFSpecification$endCharacter' => 'The DTMF character that immediately ends input. If the user does not press this character, the input ends after the end timeout.
', ], ], 'DTMFSpecification' => [ 'base' => 'Specifies the DTMF input specifications.
', 'refs' => [ 'AudioAndDTMFInputSpecification$dtmfSpecification' => 'Specifies the settings on DTMF input.
', ], ], 'DataPrivacy' => [ 'base' => '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.
Provides information on additional privacy protections Amazon Lex should use with the bot\'s data.
', 'CreateBotResponse$dataPrivacy' => 'The data privacy settings specified for the bot.
', 'DescribeBotResponse$dataPrivacy' => 'Settings for managing data privacy of the bot and its conversations with users.
', 'DescribeBotVersionResponse$dataPrivacy' => 'Data privacy settings for the bot version.
', 'UpdateBotRequest$dataPrivacy' => 'Provides information on additional privacy protections Amazon Lex should use with the bot\'s data.
', 'UpdateBotResponse$dataPrivacy' => 'The data privacy settings for the bot after the update.
', ], ], 'DateRangeFilter' => [ 'base' => 'The object used for specifying the data range that the customer wants Amazon Lex to read through in the input transcripts.
', 'refs' => [ 'LexTranscriptFilter$dateRangeFilter' => 'The object that contains a date range filter that will be applied to the transcript. Specify this object if you want Amazon Lex to only read the files that are within the date range.
', ], ], 'DefaultConditionalBranch' => [ 'base' => 'A set of actions that Amazon Lex should run if none of the other conditions are met.
', 'refs' => [ 'ConditionalSpecification$defaultBranch' => '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.
', ], ], 'DeleteBotAliasRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteBotAliasResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteBotLocaleRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteBotLocaleResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteBotRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteBotResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteBotVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteBotVersionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCustomVocabularyItemsList' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteCustomVocabularyItemRequest$customVocabularyItemList' => 'A list of custom vocabulary items requested to be deleted. Each entry must contain the unique custom vocabulary entry identifier.
', ], ], 'DeleteCustomVocabularyRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCustomVocabularyResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteExportRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteExportResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteImportRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteImportResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteIntentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResourcePolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResourcePolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResourcePolicyStatementRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResourcePolicyStatementResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSlotRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSlotTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTestSetRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteUtterancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteUtterancesResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeBotAliasRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeBotAliasResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeBotLocaleRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeBotLocaleResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeBotRecommendationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeBotRecommendationResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeBotRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeBotResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeBotVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeBotVersionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCustomVocabularyMetadataRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCustomVocabularyMetadataResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeExportRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeExportResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImportRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImportResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIntentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIntentResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeResourcePolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeResourcePolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSlotRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSlotResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSlotTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSlotTypeResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTestExecutionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTestExecutionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTestSetDiscrepancyReportRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTestSetDiscrepancyReportResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTestSetGenerationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTestSetGenerationResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTestSetRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTestSetResponse' => [ 'base' => NULL, 'refs' => [], ], 'Description' => [ 'base' => NULL, 'refs' => [ 'BotAliasSummary$description' => 'The description of the bot alias.
', 'BotLocaleSummary$description' => 'The description of the bot locale.
', 'BotSummary$description' => 'The description of the bot.
', 'BotVersionSummary$description' => 'The description of the version.
', 'BuiltInIntentSummary$description' => 'The description of the intent.
', 'BuiltInSlotTypeSummary$description' => 'The description of the built-in slot type.
', 'CreateBotAliasRequest$description' => 'A description of the alias. Use this description to help identify the alias.
', 'CreateBotAliasResponse$description' => 'The description specified for the bot alias.
', 'CreateBotLocaleRequest$description' => 'A description of the bot locale. Use this to help identify the bot locale in lists.
', 'CreateBotLocaleResponse$description' => 'The specified description of the bot locale.
', 'CreateBotRequest$description' => 'A description of the bot. It appears in lists to help you identify a particular bot.
', 'CreateBotResponse$description' => 'The description specified for the bot.
', 'CreateBotVersionRequest$description' => 'A description of the version. Use the description to help identify the version in lists.
', 'CreateBotVersionResponse$description' => 'The description of the version specified in the request.
', 'CreateIntentRequest$description' => 'A description of the intent. Use the description to help identify the intent in lists.
', 'CreateIntentResponse$description' => 'The description specified for the intent.
', 'CreateSlotRequest$description' => 'A description of the slot. Use this to help identify the slot in lists.
', 'CreateSlotResponse$description' => 'The description associated with the slot.
', 'CreateSlotTypeRequest$description' => 'A description of the slot type. Use the description to help identify the slot type in lists.
', 'CreateSlotTypeResponse$description' => 'The description specified for the slot type.
', 'DescribeBotAliasResponse$description' => 'The description of the bot alias.
', 'DescribeBotLocaleResponse$description' => 'The description of the locale.
', 'DescribeBotResponse$description' => 'The description of the bot.
', 'DescribeBotVersionResponse$description' => 'The description specified for the bot.
', 'DescribeIntentResponse$description' => 'The description of the intent.
', 'DescribeSlotResponse$description' => 'The description specified for the slot.
', 'DescribeSlotTypeResponse$description' => 'The description specified for the slot type.
', 'DescribeTestSetGenerationResponse$description' => 'The test set description for the test set generation.
', 'DescribeTestSetResponse$description' => 'The description of the test set.
', 'IntentSummary$description' => 'The description of the intent.
', 'SlotSummary$description' => 'The description of the slot.
', 'SlotTypeSummary$description' => 'The description of the slot type.
', 'StartTestSetGenerationRequest$description' => 'The test set description for the test set generation request.
', 'StartTestSetGenerationResponse$description' => 'The description used for the test set generation.
', 'TestSetImportResourceSpecification$description' => 'The description of the test set.
', 'TestSetSummary$description' => 'The description of the test set.
', 'UpdateBotAliasRequest$description' => 'The new description to assign to the bot alias.
', 'UpdateBotAliasResponse$description' => 'The updated description of the bot alias.
', 'UpdateBotLocaleRequest$description' => 'The new description of the locale.
', 'UpdateBotLocaleResponse$description' => 'The updated description of the locale.
', 'UpdateBotRequest$description' => 'A description of the bot.
', 'UpdateBotResponse$description' => 'The description of the bot after the update.
', 'UpdateIntentRequest$description' => 'The new description of the intent.
', 'UpdateIntentResponse$description' => 'The updated description of the intent.
', 'UpdateSlotRequest$description' => 'The new description for the slot.
', 'UpdateSlotResponse$description' => 'The updated description of the bot.
', 'UpdateSlotTypeRequest$description' => 'The new description of the slot type.
', 'UpdateSlotTypeResponse$description' => 'The updated description of the slot type.
', 'UpdateTestSetRequest$description' => 'The new test set description.
', 'UpdateTestSetResponse$description' => 'The test set description for the updated test set.
', ], ], 'DialogAction' => [ 'base' => 'Defines the action that the bot executes at runtime when the conversation reaches this step.
', 'refs' => [ 'DialogState$dialogAction' => NULL, ], ], 'DialogActionType' => [ 'base' => NULL, 'refs' => [ 'DialogAction$type' => 'The action that the bot should execute.
', ], ], 'DialogCodeHookInvocationSetting' => [ 'base' => 'Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.
', 'refs' => [ 'InitialResponseSetting$codeHook' => NULL, 'IntentConfirmationSetting$codeHook' => '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
.
Code hook called after Amazon Lex successfully captures a slot value.
', ], ], 'DialogCodeHookSettings' => [ 'base' => 'Settings that determine the Lambda function that Amazon Lex uses for processing user responses.
', 'refs' => [ 'CreateIntentRequest$dialogCodeHook' => '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.
The dialog Lambda function specified for the intent.
', 'DescribeIntentResponse$dialogCodeHook' => 'The Lambda function called during each turn of a conversation with the intent.
', 'UpdateIntentRequest$dialogCodeHook' => 'The new Lambda function to use between each turn of the conversation with the bot.
', 'UpdateIntentResponse$dialogCodeHook' => 'The updated Lambda function called during each turn of the conversation with the user.
', ], ], 'DialogState' => [ 'base' => 'The current state of the conversation with the user.
', 'refs' => [ 'ConditionalBranch$nextStep' => 'The next step in the conversation.
', 'DefaultConditionalBranch$nextStep' => 'The next step in the conversation.
', 'InitialResponseSetting$nextStep' => 'The next step in the conversation.
', 'IntentClosingSetting$nextStep' => 'Specifies the next step that the bot executes after playing the intent\'s closing response.
', 'IntentConfirmationSetting$confirmationNextStep' => 'Specifies the next step that the bot executes when the customer confirms the intent.
', 'IntentConfirmationSetting$declinationNextStep' => 'Specifies the next step that the bot executes when the customer declines the intent.
', 'IntentConfirmationSetting$failureNextStep' => 'The next step to take in the conversation if the confirmation step fails.
', 'PostDialogCodeHookInvocationSpecification$successNextStep' => 'Specifics the next step the bot runs after the dialog code hook finishes successfully.
', 'PostDialogCodeHookInvocationSpecification$failureNextStep' => 'Specifies the next step the bot runs after the dialog code hook throws an exception or returns with the State
field of the Intent
object set to Failed
.
Specifies the next step that the bot runs when the code hook times out.
', 'PostFulfillmentStatusSpecification$successNextStep' => 'Specifies the next step in the conversation that Amazon Lex invokes when the fulfillment code hook completes successfully.
', 'PostFulfillmentStatusSpecification$failureNextStep' => 'Specifies the next step the bot runs after the fulfillment code hook throws an exception or returns with the State
field of the Intent
object set to Failed
.
Specifies the next step that the bot runs when the fulfillment code hook times out.
', 'SlotCaptureSetting$captureNextStep' => 'Specifies the next step that the bot runs when the slot value is captured before the code hook times out.
', 'SlotCaptureSetting$failureNextStep' => 'Specifies the next step that the bot runs when the slot value code is not recognized.
', ], ], 'DraftBotVersion' => [ 'base' => NULL, 'refs' => [ 'BotLocaleImportSpecification$botVersion' => 'The version of the bot to import the locale to. This can only be the DRAFT
version of the bot.
The version of the bot to build. This can only be the draft version of the bot.
', 'BuildBotLocaleResponse$botVersion' => 'The version of the bot that was built. This is only the draft version of the bot.
', 'CreateBotLocaleRequest$botVersion' => 'The version of the bot to create the locale for. This can only be the draft version of the bot.
', 'CreateBotLocaleResponse$botVersion' => 'The specified bot version.
', 'CreateIntentRequest$botVersion' => 'The version of the bot associated with this intent.
', 'CreateIntentResponse$botVersion' => 'The version of the bot associated with the intent.
', 'CreateSlotRequest$botVersion' => 'The version of the bot associated with the slot.
', 'CreateSlotResponse$botVersion' => 'The version of the bot associated with the slot.
', 'CreateSlotTypeRequest$botVersion' => 'The identifier of the bot version associated with this slot type.
', 'CreateSlotTypeResponse$botVersion' => 'The version of the bot associated with the slot type.
', 'CustomVocabularyImportSpecification$botVersion' => 'The version of the bot to import the custom vocabulary to.
', 'DeleteBotLocaleRequest$botVersion' => 'The version of the bot that contains the locale.
', 'DeleteBotLocaleResponse$botVersion' => 'The version of the bot that contained the deleted locale.
', 'DeleteCustomVocabularyRequest$botVersion' => 'The version of the bot to remove the custom vocabulary from.
', 'DeleteCustomVocabularyResponse$botVersion' => 'The version of the bot that the custom vocabulary was removed from.
', 'DeleteIntentRequest$botVersion' => 'The version of the bot associated with the intent.
', 'DeleteSlotRequest$botVersion' => 'The version of the bot associated with the slot to delete.
', 'DeleteSlotTypeRequest$botVersion' => 'The version of the bot associated with the slot type.
', 'DescribeBotRecommendationRequest$botVersion' => 'The version of the bot associated with the bot recommendation.
', 'DescribeBotRecommendationResponse$botVersion' => 'The version of the bot associated with the bot recommendation.
', 'DescribeIntentResponse$botVersion' => 'The version of the bot associated with the intent.
', 'ListBotRecommendationsRequest$botVersion' => 'The version of the bot that contains the bot recommendation list.
', 'ListBotRecommendationsResponse$botVersion' => 'The version of the bot that contains the bot recommendation list.
', 'ListImportsRequest$botVersion' => 'The version of the bot to list imports for.
', 'ListImportsResponse$botVersion' => 'The version of the bot that was imported. It will always be DRAFT
.
The version of the bot that contains the recommended intents.
', 'ListRecommendedIntentsResponse$botVersion' => 'The version of the bot that contains the intent.
', 'StartBotRecommendationRequest$botVersion' => 'The version of the bot containing the bot recommendation.
', 'StartBotRecommendationResponse$botVersion' => 'The version of the bot containing the bot recommendation.
', 'StopBotRecommendationRequest$botVersion' => 'The version of the bot containing the bot recommendation.
', 'StopBotRecommendationResponse$botVersion' => 'The version of the bot containing the recommendation that is being stopped.
', 'UpdateBotLocaleRequest$botVersion' => 'The version of the bot that contains the locale to be updated. The version can only be the DRAFT
version.
The version of the bot that contains the updated locale.
', 'UpdateBotRecommendationRequest$botVersion' => 'The version of the bot containing the bot recommendation to be updated.
', 'UpdateBotRecommendationResponse$botVersion' => 'The version of the bot containing the bot recommendation that has been updated.
', 'UpdateIntentRequest$botVersion' => 'The version of the bot that contains the intent. Must be DRAFT
.
The version of the bot that contains the intent. Will always be DRAFT
.
The version of the bot that contains the slot. Must always be DRAFT
.
The version of the bot that contains the slot. Will always be DRAFT
.
The version of the bot that contains the slot type. Must be DRAFT
.
The version of the bot that contains the slot type. This is always DRAFT
.
Determines whether the statement allows or denies access to the resource.
', ], ], 'ElicitationCodeHookInvocationSetting' => [ 'base' => 'Settings that specify the dialog code hook that is called by Amazon Lex between eliciting slot values.
', 'refs' => [ 'IntentConfirmationSetting$elicitationCodeHook' => 'The DialogCodeHookInvocationSetting
used when the code hook is invoked during confirmation prompt retries.
Code hook called when Amazon Lex doesn\'t capture a slot value.
', ], ], 'EncryptionSetting' => [ 'base' => '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.
', 'refs' => [ 'DescribeBotRecommendationResponse$encryptionSetting' => '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.
', 'StartBotRecommendationRequest$encryptionSetting' => 'The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
', 'StartBotRecommendationResponse$encryptionSetting' => '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.
', 'UpdateBotRecommendationRequest$encryptionSetting' => 'The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
', 'UpdateBotRecommendationResponse$encryptionSetting' => '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.
', ], ], 'ErrorCode' => [ 'base' => NULL, 'refs' => [ 'FailedCustomVocabularyItem$errorCode' => 'The unique error code for the failed custom vocabulary item from the custom vocabulary list.
', ], ], 'ErrorMessage' => [ 'base' => NULL, 'refs' => [ 'FailedCustomVocabularyItem$errorMessage' => 'The error message for the failed custom vocabulary item from the custom vocabulary list.
', ], ], 'ExceptionMessage' => [ 'base' => NULL, 'refs' => [ 'ConflictException$message' => NULL, 'InternalServerException$message' => NULL, 'PreconditionFailedException$message' => NULL, 'ResourceNotFoundException$message' => NULL, 'ServiceQuotaExceededException$message' => NULL, 'ThrottlingException$message' => NULL, 'ValidationException$message' => NULL, ], ], 'ExecutionErrorDetails' => [ 'base' => 'Details about an error in an execution of a test set.
', 'refs' => [ 'AgentTurnResult$errorDetails' => NULL, 'UserTurnResult$errorDetails' => NULL, ], ], 'ExportFilter' => [ 'base' => 'Filters the response form the ListExports operation
', 'refs' => [ 'ExportFilters$member' => NULL, ], ], 'ExportFilterName' => [ 'base' => NULL, 'refs' => [ 'ExportFilter$name' => 'The name of the field to use for filtering.
', ], ], 'ExportFilterOperator' => [ 'base' => NULL, 'refs' => [ 'ExportFilter$operator' => '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.
Provides the specification of a filter used to limit the exports in the response to only those that match the filter specification. You can only specify one filter and one string to filter on.
', ], ], 'ExportResourceSpecification' => [ 'base' => 'Provides information about the bot or bot locale that you want to export. You can specify the botExportSpecification
or the botLocaleExportSpecification
, but not both.
Specifies the type of resource to export, either a bot or a bot locale. You can only specify one type of resource to export.
', 'CreateExportResponse$resourceSpecification' => 'A description of the type of resource that was exported, either a bot or a bot locale.
', 'DescribeExportResponse$resourceSpecification' => 'The bot, bot ID, and optional locale ID of the exported bot or bot locale.
', 'ExportSummary$resourceSpecification' => 'Information about the bot or bot locale that was exported.
', 'UpdateExportResponse$resourceSpecification' => 'A description of the type of resource that was exported, either a bot or a bot locale.
', ], ], 'ExportSortAttribute' => [ 'base' => NULL, 'refs' => [ 'ExportSortBy$attribute' => 'The export field to use for sorting.
', ], ], 'ExportSortBy' => [ 'base' => 'Provides information about sorting a list of exports.
', 'refs' => [ 'ListExportsRequest$sortBy' => 'Determines the field that the list of exports is sorted by. You can sort by the LastUpdatedDateTime
field in ascending or descending order.
The status of the export. When the status is Completed
, you can use the DescribeExport operation to get the pre-signed S3 URL link to your exported bot or bot locale.
The current status of the deletion. When the deletion is complete, the export will no longer be returned by the ListExports operation and calls to the DescribeExport operation with the export identifier will fail.
', 'DescribeExportResponse$exportStatus' => 'The status of the export. When the status is Complete
the export archive file is available for download.
The status of the export. When the status is Completed
the export is ready to download.
The status of the export. When the status is Completed
the export archive is available for download.
Provides summary information about an export in an export list.
', 'refs' => [ 'ExportSummaryList$member' => NULL, ], ], 'ExportSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListExportsResponse$exportSummaries' => 'Summary information for the exports that meet the filter criteria specified in the request. The length of the list is specified in the maxResults
parameter. If there are more exports available, the nextToken
field contains a token to get the next page of results.
Provides information about the external source of the slot type\'s definition.
', 'refs' => [ 'CreateSlotTypeRequest$externalSourceSetting' => 'Sets the type of external information used to create the slot type.
', 'CreateSlotTypeResponse$externalSourceSetting' => 'The type of external information used to create the slot type.
', 'DescribeSlotTypeResponse$externalSourceSetting' => NULL, 'UpdateSlotTypeRequest$externalSourceSetting' => NULL, 'UpdateSlotTypeResponse$externalSourceSetting' => NULL, ], ], 'FailedCustomVocabularyItem' => [ 'base' => 'The unique failed custom vocabulary item from the custom vocabulary list.
', 'refs' => [ 'FailedCustomVocabularyItems$member' => NULL, ], ], 'FailedCustomVocabularyItems' => [ 'base' => NULL, 'refs' => [ 'BatchCreateCustomVocabularyItemResponse$errors' => 'A list of custom vocabulary items that failed to create during the operation. The reason for the error is contained within each error object.
', 'BatchDeleteCustomVocabularyItemResponse$errors' => 'A list of custom vocabulary items that failed to delete during the operation. The reason for the error is contained within each error object.
', 'BatchUpdateCustomVocabularyItemResponse$errors' => 'A list of custom vocabulary items that failed to update during the operation. The reason for the error is contained within each error object.
', ], ], 'FailureReason' => [ 'base' => NULL, 'refs' => [ 'FailureReasons$member' => NULL, ], ], 'FailureReasons' => [ 'base' => NULL, 'refs' => [ 'DescribeBotLocaleResponse$failureReasons' => 'if botLocaleStatus
is Failed
, Amazon Lex explains why it failed to build the bot.
If botRecommendationStatus is Failed, Amazon Lex explains why.
', 'DescribeBotResponse$failureReasons' => 'If the botStatus
is Failed
, this contains a list of reasons that the bot couldn\'t be built.
If the botStatus
is Failed
, this contains a list of reasons that the version couldn\'t be built.
If the exportStatus
is failed, contains one or more reasons why the export could not be completed.
If the importStatus
field is Failed
, this provides one or more reasons for the failure.
Reasons for the failure of the test set execution.
', 'DescribeTestSetDiscrepancyReportResponse$failureReasons' => 'The failure report for the test set discrepancy report generation action.
', 'DescribeTestSetGenerationResponse$failureReasons' => 'The reasons the test set generation failed.
', 'UpdateBotLocaleResponse$failureReasons' => 'If the botLocaleStatus
is Failed
, the failureReasons
field lists the errors that occurred while building the bot.
The password used to encrypt the recommended bot recommendation file.
', 'EncryptionSetting$associatedTranscriptsPassword' => 'The password used to encrypt the associated transcript file.
', ], ], 'FilterValue' => [ 'base' => NULL, 'refs' => [ 'FilterValues$member' => NULL, ], ], 'FilterValues' => [ 'base' => NULL, 'refs' => [ 'AggregatedUtterancesFilter$values' => 'The value to use for filtering the list of bots.
', 'AssociatedTranscriptFilter$values' => 'The values to use to filter the transcript.
', 'BotFilter$values' => 'The value to use for filtering the list of bots.
', 'BotLocaleFilter$values' => 'The value to use for filtering the list of bots.
', 'ExportFilter$values' => 'The values to use to filter the response. The values must be Bot
, BotLocale
, or CustomVocabulary
.
The values to use to filter the response. The values must be Bot
, BotLocale
, or CustomVocabulary
.
The value to use for the filter.
', 'SlotFilter$values' => 'The value to use to filter the response.
', 'SlotTypeFilter$values' => 'The value to use to filter the response.
', ], ], 'FulfillmentCodeHookSettings' => [ 'base' => 'Determines if a Lambda function should be invoked for a specific intent.
', 'refs' => [ 'CreateIntentRequest$fulfillmentCodeHook' => '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.
', 'CreateIntentResponse$fulfillmentCodeHook' => 'The fulfillment Lambda function specified for the intent.
', 'DescribeIntentResponse$fulfillmentCodeHook' => 'The Lambda function called when the intent is complete and ready for fulfillment.
', 'UpdateIntentRequest$fulfillmentCodeHook' => 'The new Lambda function to call when all of the intents required slots are provided and the intent is ready for fulfillment.
', 'UpdateIntentResponse$fulfillmentCodeHook' => 'The updated Lambda function called when the intent is ready for fulfillment.
', ], ], 'FulfillmentStartResponseDelay' => [ 'base' => NULL, 'refs' => [ 'FulfillmentStartResponseSpecification$delayInSeconds' => '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.
', ], ], 'FulfillmentStartResponseSpecification' => [ 'base' => 'Provides settings for a message that is sent to the user when a fulfillment Lambda function starts running.
', 'refs' => [ 'FulfillmentUpdatesSpecification$startResponse' => 'Provides configuration information for the message sent to users when the fulfillment Lambda functions starts running.
', ], ], 'FulfillmentTimeout' => [ 'base' => NULL, 'refs' => [ 'FulfillmentUpdatesSpecification$timeoutInSeconds' => 'The length of time that the fulfillment Lambda function should run before it times out.
', ], ], 'FulfillmentUpdateResponseFrequency' => [ 'base' => NULL, 'refs' => [ 'FulfillmentUpdateResponseSpecification$frequencyInSeconds' => '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.
', ], ], 'FulfillmentUpdateResponseSpecification' => [ 'base' => 'Provides settings for a message that is sent periodically to the user while a fulfillment Lambda function is running.
', 'refs' => [ 'FulfillmentUpdatesSpecification$updateResponse' => 'Provides configuration information for messages sent periodically to the user while the fulfillment Lambda function is running.
', ], ], 'FulfillmentUpdatesSpecification' => [ 'base' => 'Provides information for updating the user on the progress of fulfilling an intent.
', 'refs' => [ 'FulfillmentCodeHookSettings$fulfillmentUpdatesSpecification' => 'Provides settings for update messages sent to the user for long-running Lambda fulfillment functions. Fulfillment updates can be used only with streaming conversations.
', ], ], 'GetTestExecutionArtifactsUrlRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTestExecutionArtifactsUrlResponse' => [ 'base' => NULL, 'refs' => [], ], 'GrammarSlotTypeSetting' => [ 'base' => 'Settings requried for a slot type based on a grammar that you provide.
', 'refs' => [ 'ExternalSourceSetting$grammarSlotTypeSetting' => 'Settings required for a slot type based on a grammar that you provide.
', ], ], 'GrammarSlotTypeSource' => [ 'base' => 'Describes the Amazon S3 bucket name and location for the grammar that is the source for the slot type.
', 'refs' => [ 'GrammarSlotTypeSetting$source' => 'The source of the grammar used to create the slot type.
', ], ], 'HitCount' => [ 'base' => NULL, 'refs' => [ 'AggregatedUtterancesSummary$hitCount' => '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.
', ], ], 'Id' => [ 'base' => NULL, 'refs' => [ 'BatchCreateCustomVocabularyItemRequest$botId' => 'The identifier of the bot associated with this custom vocabulary.
', 'BatchCreateCustomVocabularyItemResponse$botId' => 'The identifier of the bot associated with this custom vocabulary.
', 'BatchDeleteCustomVocabularyItemRequest$botId' => 'The identifier of the bot associated with this custom vocabulary.
', 'BatchDeleteCustomVocabularyItemResponse$botId' => 'The identifier of the bot associated with this custom vocabulary.
', 'BatchUpdateCustomVocabularyItemRequest$botId' => 'The identifier of the bot associated with this custom vocabulary
', 'BatchUpdateCustomVocabularyItemResponse$botId' => 'The identifier of the bot associated with this custom vocabulary.
', 'BotAliasTestExecutionTarget$botId' => 'The bot Id of the bot alias used in the test set execution.
', 'BotExportSpecification$botId' => 'The identifier of the bot assigned by Amazon Lex.
', 'BotLocaleExportSpecification$botId' => 'The identifier of the bot to create the locale for.
', 'BotLocaleImportSpecification$botId' => 'The identifier of the bot to import the locale to.
', 'BotMember$botMemberId' => 'The unique ID of a bot that is a member of this network of bots.
', 'BotRecommendationSummary$botRecommendationId' => 'The unique identifier of the bot recommendation to be updated.
', 'BotSummary$botId' => 'The unique identifier assigned to the bot. Use this ID to get detailed information about the bot with the DescribeBot operation.
', 'BuildBotLocaleRequest$botId' => 'The identifier of the bot to build. The identifier is returned in the response from the CreateBot operation.
', 'BuildBotLocaleResponse$botId' => 'The identifier of the specified bot.
', 'ConversationLogsDataSource$botId' => 'The bot Id from the conversation logs.
', 'CreateBotAliasRequest$botId' => 'The unique identifier of the bot that the alias applies to.
', 'CreateBotAliasResponse$botId' => 'The unique identifier of the bot that this alias applies to.
', 'CreateBotLocaleRequest$botId' => 'The identifier of the bot to create the locale for.
', 'CreateBotLocaleResponse$botId' => 'The specified bot identifier.
', 'CreateBotResponse$botId' => 'A unique identifier for a particular bot. You use this to identify the bot when you call other Amazon Lex API operations.
', 'CreateBotVersionRequest$botId' => 'The identifier of the bot to create the version for.
', 'CreateBotVersionResponse$botId' => 'The bot identifier specified in the request.
', 'CreateExportResponse$exportId' => 'An identifier for a specific request to create an export.
', 'CreateIntentRequest$botId' => 'The identifier of the bot associated with this intent.
', 'CreateIntentResponse$intentId' => 'A unique identifier for the intent.
', 'CreateIntentResponse$botId' => 'The identifier of the bot associated with the intent.
', 'CreateSlotRequest$botId' => 'The identifier of the bot associated with the slot.
', 'CreateSlotRequest$intentId' => 'The identifier of the intent that contains the slot.
', 'CreateSlotResponse$slotId' => 'The unique identifier associated with the slot. Use this to identify the slot when you update or delete it.
', 'CreateSlotResponse$botId' => 'The unique identifier of the bot associated with the slot.
', 'CreateSlotResponse$intentId' => 'The unique identifier of the intent associated with the slot.
', 'CreateSlotTypeRequest$botId' => 'The identifier of the bot associated with this slot type.
', 'CreateSlotTypeResponse$slotTypeId' => 'The unique identifier assigned to the slot type. Use this to identify the slot type in the UpdateSlotType
and DeleteSlotType
operations.
The identifier for the bot associated with the slot type.
', 'CreateTestSetDiscrepancyReportRequest$testSetId' => 'The test set Id for the test set discrepancy report.
', 'CreateTestSetDiscrepancyReportResponse$testSetDiscrepancyReportId' => 'The unique identifier of the test set discrepancy report to describe.
', 'CreateTestSetDiscrepancyReportResponse$testSetId' => 'The test set Id for the test set discrepancy report.
', 'CreateUploadUrlResponse$importId' => 'An identifier for a unique import job. Use it when you call the StartImport operation.
', 'CustomVocabularyExportSpecification$botId' => 'The identifier of the bot that contains the custom vocabulary to export.
', 'CustomVocabularyImportSpecification$botId' => 'The identifier of the bot to import the custom vocabulary to.
', 'DeleteBotAliasRequest$botId' => 'The unique identifier of the bot associated with the alias to delete.
', 'DeleteBotAliasResponse$botId' => 'The unique identifier of the bot that contains the alias to delete.
', 'DeleteBotLocaleRequest$botId' => 'The unique identifier of the bot that contains the locale.
', 'DeleteBotLocaleResponse$botId' => 'The identifier of the bot that contained the deleted locale.
', 'DeleteBotRequest$botId' => 'The identifier of the bot to delete.
', 'DeleteBotResponse$botId' => 'The unique identifier of the bot that Amazon Lex is deleting.
', 'DeleteBotVersionRequest$botId' => 'The identifier of the bot that contains the version.
', 'DeleteBotVersionResponse$botId' => 'The identifier of the bot that is being deleted.
', 'DeleteCustomVocabularyRequest$botId' => 'The unique identifier of the bot to remove the custom vocabulary from.
', 'DeleteCustomVocabularyResponse$botId' => 'The identifier of the bot that the custom vocabulary was removed from.
', 'DeleteExportRequest$exportId' => 'The unique identifier of the export to delete.
', 'DeleteExportResponse$exportId' => 'The unique identifier of the deleted export.
', 'DeleteImportRequest$importId' => 'The unique identifier of the import to delete.
', 'DeleteImportResponse$importId' => 'The unique identifier of the deleted import.
', 'DeleteIntentRequest$intentId' => 'The unique identifier of the intent to delete.
', 'DeleteIntentRequest$botId' => 'The identifier of the bot associated with the intent.
', 'DeleteSlotRequest$slotId' => 'The identifier of the slot to delete.
', 'DeleteSlotRequest$botId' => 'The identifier of the bot associated with the slot to delete.
', 'DeleteSlotRequest$intentId' => 'The identifier of the intent associated with the slot.
', 'DeleteSlotTypeRequest$slotTypeId' => 'The identifier of the slot type to delete.
', 'DeleteSlotTypeRequest$botId' => 'The identifier of the bot associated with the slot type.
', 'DeleteTestSetRequest$testSetId' => 'The test set Id of the test set to be deleted.
', 'DeleteUtterancesRequest$botId' => 'The unique identifier of the bot that contains the utterances.
', 'DescribeBotAliasRequest$botId' => 'The identifier of the bot associated with the bot alias to describe.
', 'DescribeBotAliasResponse$botId' => 'The identifier of the bot associated with the bot alias.
', 'DescribeBotLocaleRequest$botId' => 'The identifier of the bot associated with the locale.
', 'DescribeBotLocaleResponse$botId' => 'The identifier of the bot associated with the locale.
', 'DescribeBotRecommendationRequest$botId' => 'The unique identifier of the bot associated with the bot recommendation.
', 'DescribeBotRecommendationRequest$botRecommendationId' => 'The identifier of the bot recommendation to describe.
', 'DescribeBotRecommendationResponse$botId' => 'The identifier of the bot associated with the bot recommendation.
', 'DescribeBotRecommendationResponse$botRecommendationId' => 'The identifier of the bot recommendation being described.
', 'DescribeBotRequest$botId' => 'The unique identifier of the bot to describe.
', 'DescribeBotResponse$botId' => 'The unique identifier of the bot.
', 'DescribeBotVersionRequest$botId' => 'The identifier of the bot containing the version to return metadata for.
', 'DescribeBotVersionResponse$botId' => 'The identifier of the bot that contains the version.
', 'DescribeCustomVocabularyMetadataRequest$botId' => 'The unique identifier of the bot that contains the custom vocabulary.
', 'DescribeCustomVocabularyMetadataResponse$botId' => 'The identifier of the bot that contains the custom vocabulary.
', 'DescribeExportRequest$exportId' => 'The unique identifier of the export to describe.
', 'DescribeExportResponse$exportId' => 'The unique identifier of the described export.
', 'DescribeImportRequest$importId' => 'The unique identifier of the import to describe.
', 'DescribeImportResponse$importId' => 'The unique identifier of the described import.
', 'DescribeIntentRequest$intentId' => 'The identifier of the intent to describe.
', 'DescribeIntentRequest$botId' => 'The identifier of the bot associated with the intent.
', 'DescribeIntentResponse$intentId' => 'The unique identifier assigned to the intent when it was created.
', 'DescribeIntentResponse$botId' => 'The identifier of the bot associated with the intent.
', 'DescribeSlotRequest$slotId' => 'The unique identifier for the slot.
', 'DescribeSlotRequest$botId' => 'The identifier of the bot associated with the slot.
', 'DescribeSlotRequest$intentId' => 'The identifier of the intent that contains the slot.
', 'DescribeSlotResponse$slotId' => 'The unique identifier generated for the slot.
', 'DescribeSlotResponse$botId' => 'The identifier of the bot associated with the slot.
', 'DescribeSlotResponse$intentId' => 'The identifier of the intent associated with the slot.
', 'DescribeSlotTypeRequest$slotTypeId' => 'The identifier of the slot type.
', 'DescribeSlotTypeRequest$botId' => 'The identifier of the bot associated with the slot type.
', 'DescribeSlotTypeResponse$slotTypeId' => 'The unique identifier for the slot type.
', 'DescribeSlotTypeResponse$botId' => 'The identifier of the bot associated with the slot type.
', 'DescribeTestExecutionRequest$testExecutionId' => 'The execution Id of the test set execution.
', 'DescribeTestExecutionResponse$testExecutionId' => 'The execution Id for the test set execution.
', 'DescribeTestExecutionResponse$testSetId' => 'The test set Id for the test set execution.
', 'DescribeTestSetDiscrepancyReportRequest$testSetDiscrepancyReportId' => 'The unique identifier of the test set discrepancy report.
', 'DescribeTestSetDiscrepancyReportResponse$testSetDiscrepancyReportId' => 'The unique identifier of the test set discrepancy report to describe.
', 'DescribeTestSetDiscrepancyReportResponse$testSetId' => 'The test set Id for the test set discrepancy report.
', 'DescribeTestSetGenerationRequest$testSetGenerationId' => 'The unique identifier of the test set generation.
', 'DescribeTestSetGenerationResponse$testSetGenerationId' => 'The unique identifier of the test set generation.
', 'DescribeTestSetGenerationResponse$testSetId' => 'The unique identifier for the test set created for the generated test set.
', 'DescribeTestSetRequest$testSetId' => 'The test set Id for the test set request.
', 'DescribeTestSetResponse$testSetId' => 'The test set Id for the test set response.
', 'ExportSummary$exportId' => 'The unique identifier that Amazon Lex assigned to the export.
', 'GetTestExecutionArtifactsUrlRequest$testExecutionId' => 'The unique identifier of the completed test execution.
', 'GetTestExecutionArtifactsUrlResponse$testExecutionId' => 'The unique identifier of the completed test execution.
', 'ImportSummary$importId' => 'The unique identifier that Amazon Lex assigned to the import.
', 'IntentSummary$intentId' => 'The unique identifier assigned to the intent. Use this ID to get detailed information about the intent with the DescribeIntent
operation.
The unique identifier of the bot associated with this request.
', 'ListAggregatedUtterancesResponse$botId' => 'The identifier of the bot that contains the utterances.
', 'ListBotAliasesRequest$botId' => 'The identifier of the bot to list aliases for.
', 'ListBotAliasesResponse$botId' => 'The identifier of the bot associated with the aliases.
', 'ListBotLocalesRequest$botId' => 'The identifier of the bot to list locales for.
', 'ListBotLocalesResponse$botId' => 'The identifier of the bot to list locales for.
', 'ListBotRecommendationsRequest$botId' => 'The unique identifier of the bot that contains the bot recommendation list.
', 'ListBotRecommendationsResponse$botId' => 'The unique identifier of the bot that contains the bot recommendation list.
', 'ListBotVersionsRequest$botId' => 'The identifier of the bot to list versions for.
', 'ListBotVersionsResponse$botId' => 'The identifier of the bot to list versions for.
', 'ListCustomVocabularyItemsRequest$botId' => 'The identifier of the version of the bot associated with this custom vocabulary.
', 'ListCustomVocabularyItemsResponse$botId' => 'The identifier of the bot associated with this custom vocabulary.
', 'ListExportsRequest$botId' => 'The unique identifier that Amazon Lex assigned to the bot.
', 'ListExportsResponse$botId' => 'The unique identifier assigned to the bot by Amazon Lex.
', 'ListImportsRequest$botId' => 'The unique identifier that Amazon Lex assigned to the bot.
', 'ListImportsResponse$botId' => 'The unique identifier assigned by Amazon Lex to the bot.
', 'ListIntentMetricsRequest$botId' => 'The identifier for the bot for which you want to retrieve intent metrics.
', 'ListIntentMetricsResponse$botId' => 'The identifier for the bot for which you retrieved intent metrics.
', 'ListIntentPathsRequest$botId' => 'The identifier for the bot for which you want to retrieve intent path metrics.
', 'ListIntentStageMetricsRequest$botId' => 'The identifier for the bot for which you want to retrieve intent stage metrics.
', 'ListIntentStageMetricsResponse$botId' => 'The identifier for the bot for which you retrieved intent stage metrics.
', 'ListIntentsRequest$botId' => 'The unique identifier of the bot that contains the intent.
', 'ListIntentsResponse$botId' => 'The identifier of the bot that contains the intent.
', 'ListRecommendedIntentsRequest$botId' => 'The unique identifier of the bot associated with the recommended intents.
', 'ListRecommendedIntentsRequest$botRecommendationId' => 'The identifier of the bot recommendation that contains the recommended intents.
', 'ListRecommendedIntentsResponse$botId' => 'The unique identifier of the bot associated with the recommended intent.
', 'ListRecommendedIntentsResponse$botRecommendationId' => 'The identifier of the bot recommendation that contains the recommended intent.
', 'ListSessionAnalyticsDataRequest$botId' => 'The identifier for the bot for which you want to retrieve session analytics.
', 'ListSessionAnalyticsDataResponse$botId' => 'The unique identifier of the bot that the sessions belong to.
', 'ListSessionMetricsRequest$botId' => 'The identifier for the bot for which you want to retrieve session metrics.
', 'ListSessionMetricsResponse$botId' => 'The identifier for the bot for which you retrieved session metrics.
', 'ListSlotTypesRequest$botId' => 'The unique identifier of the bot that contains the slot types.
', 'ListSlotTypesResponse$botId' => 'The identifier of the bot that contains the slot types.
', 'ListSlotsRequest$botId' => 'The identifier of the bot that contains the slot.
', 'ListSlotsRequest$intentId' => 'The unique identifier of the intent that contains the slot.
', 'ListSlotsResponse$botId' => 'The identifier of the bot that contains the slots.
', 'ListSlotsResponse$intentId' => 'The identifier of the intent that contains the slots.
', 'ListTestExecutionResultItemsRequest$testExecutionId' => 'The unique identifier of the test execution to list the result items.
', 'ListTestSetRecordsRequest$testSetId' => 'The identifier of the test set to list its test set records.
', 'ListUtteranceAnalyticsDataRequest$botId' => 'The identifier for the bot for which you want to retrieve utterance analytics.
', 'ListUtteranceAnalyticsDataResponse$botId' => 'The unique identifier of the bot that the utterances belong to.
', 'ListUtteranceMetricsRequest$botId' => 'The identifier for the bot for which you want to retrieve utterance metrics.
', 'ListUtteranceMetricsResponse$botId' => 'The identifier for the bot for which you retrieved utterance metrics.
', 'ParentBotNetwork$botId' => 'The identifier of the network of bots assigned by Amazon Lex.
', 'RecommendedIntentSummary$intentId' => 'The unique identifier of a recommended intent associated with the bot recommendation.
', 'SearchAssociatedTranscriptsRequest$botId' => 'The unique identifier of the bot associated with the transcripts that you are searching.
', 'SearchAssociatedTranscriptsRequest$botRecommendationId' => 'The unique identifier of the bot recommendation associated with the transcripts to search.
', 'SearchAssociatedTranscriptsResponse$botId' => 'The unique identifier of the bot associated with the transcripts that you are searching.
', 'SearchAssociatedTranscriptsResponse$botRecommendationId' => 'The unique identifier of the bot recommendation associated with the transcripts to search.
', 'SlotPriority$slotId' => 'The unique identifier of the slot.
', 'SlotSummary$slotId' => 'The unique identifier of the slot.
', 'SlotTypeSummary$slotTypeId' => 'The unique identifier assigned to the slot type.
', 'StartBotRecommendationRequest$botId' => 'The unique identifier of the bot containing the bot recommendation.
', 'StartBotRecommendationResponse$botId' => 'The unique identifier of the bot containing the bot recommendation.
', 'StartBotRecommendationResponse$botRecommendationId' => 'The identifier of the bot recommendation that you have created.
', 'StartImportRequest$importId' => 'The unique identifier for the import. It is included in the response from the CreateUploadUrl operation.
', 'StartImportResponse$importId' => 'A unique identifier for the import.
', 'StartTestExecutionRequest$testSetId' => 'The test set Id for the test set execution.
', 'StartTestExecutionResponse$testExecutionId' => 'The unique identifier of the test set execution.
', 'StartTestExecutionResponse$testSetId' => 'The test set Id for the test set execution.
', 'StartTestSetGenerationResponse$testSetGenerationId' => 'The unique identifier of the test set generation to describe.
', 'StopBotRecommendationRequest$botId' => 'The unique identifier of the bot containing the bot recommendation to be stopped.
', 'StopBotRecommendationRequest$botRecommendationId' => 'The unique identifier of the bot recommendation to be stopped.
', 'StopBotRecommendationResponse$botId' => 'The unique identifier of the bot containing the bot recommendation that is being stopped.
', 'StopBotRecommendationResponse$botRecommendationId' => 'The unique identifier of the bot recommendation that is being stopped.
', 'TestExecutionSummary$testExecutionId' => 'The unique identifier of the test execution.
', 'TestExecutionSummary$testSetId' => 'The unique identifier of the test set used in the test execution.
', 'TestSetDiscrepancyReportBotAliasTarget$botId' => 'The unique identifier for the bot alias.
', 'TestSetExportSpecification$testSetId' => 'The unique identifier of the test set.
', 'TestSetSummary$testSetId' => 'The unique identifier of the test set.
', 'UpdateBotAliasRequest$botId' => 'The identifier of the bot with the updated alias.
', 'UpdateBotAliasResponse$botId' => 'The identifier of the bot with the updated alias.
', 'UpdateBotLocaleRequest$botId' => 'The unique identifier of the bot that contains the locale.
', 'UpdateBotLocaleResponse$botId' => 'The identifier of the bot that contains the updated locale.
', 'UpdateBotRecommendationRequest$botId' => 'The unique identifier of the bot containing the bot recommendation to be updated.
', 'UpdateBotRecommendationRequest$botRecommendationId' => 'The unique identifier of the bot recommendation to be updated.
', 'UpdateBotRecommendationResponse$botId' => 'The unique identifier of the bot containing the bot recommendation that has been updated.
', 'UpdateBotRecommendationResponse$botRecommendationId' => 'The unique identifier of the bot recommendation to be updated.
', 'UpdateBotRequest$botId' => 'The unique identifier of the bot to update. This identifier is returned by the CreateBot operation.
', 'UpdateBotResponse$botId' => 'The unique identifier of the bot that was updated.
', 'UpdateExportRequest$exportId' => 'The unique identifier Amazon Lex assigned to the export.
', 'UpdateExportResponse$exportId' => 'The unique identifier Amazon Lex assigned to the export.
', 'UpdateIntentRequest$intentId' => 'The unique identifier of the intent to update.
', 'UpdateIntentRequest$botId' => 'The identifier of the bot that contains the intent.
', 'UpdateIntentResponse$intentId' => 'The identifier of the intent that was updated.
', 'UpdateIntentResponse$botId' => 'The identifier of the bot that contains the intent.
', 'UpdateSlotRequest$slotId' => 'The unique identifier for the slot to update.
', 'UpdateSlotRequest$botId' => 'The unique identifier of the bot that contains the slot.
', 'UpdateSlotRequest$intentId' => 'The identifier of the intent that contains the slot.
', 'UpdateSlotResponse$slotId' => 'The unique identifier of the slot that was updated.
', 'UpdateSlotResponse$botId' => 'The identifier of the bot that contains the slot.
', 'UpdateSlotResponse$intentId' => 'The intent that contains the slot.
', 'UpdateSlotTypeRequest$slotTypeId' => 'The unique identifier of the slot type to update.
', 'UpdateSlotTypeRequest$botId' => 'The identifier of the bot that contains the slot type.
', 'UpdateSlotTypeResponse$slotTypeId' => 'The unique identifier of the updated slot type.
', 'UpdateSlotTypeResponse$botId' => 'The identifier of the bot that contains the slot type.
', 'UpdateTestSetRequest$testSetId' => 'The test set Id for which update test operation to be performed.
', 'UpdateTestSetResponse$testSetId' => 'The test set Id for which update test operation to be performed.
', 'UtteranceSpecification$utteranceRequestId' => 'The identifier of the request associated with the utterance.
', ], ], 'ImageResponseCard' => [ 'base' => '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.
', 'refs' => [ 'Message$imageResponseCard' => 'A message that defines a response card that the client application can show to the user.
', 'UtteranceBotResponse$imageResponseCard' => NULL, ], ], 'ImportExportFileFormat' => [ 'base' => NULL, 'refs' => [ 'CreateExportRequest$fileFormat' => 'The file format of the bot or bot locale definition files.
', 'CreateExportResponse$fileFormat' => 'The file format used for the bot or bot locale definition files.
', 'DescribeExportResponse$fileFormat' => 'The file format used in the files that describe the resource.
', 'ExportSummary$fileFormat' => 'The file format used in the export files.
', 'UpdateExportResponse$fileFormat' => 'The file format used for the files that define the resource. The TSV
format is required to export a custom vocabulary only; otherwise use LexJson
format.
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.
', 'StartImportRequest$filePassword' => 'The password used to encrypt the zip archive that contains the resource definition. You should always encrypt the zip archive to protect it during transit between your site and Amazon Lex.
', 'UpdateExportRequest$filePassword' => 'The new password to use to encrypt the export zip archive.
', ], ], 'ImportFilter' => [ 'base' => 'Filters the response from the ListImports operation.
', 'refs' => [ 'ImportFilters$member' => NULL, ], ], 'ImportFilterName' => [ 'base' => NULL, 'refs' => [ 'ImportFilter$name' => 'The name of the field to use for filtering.
', ], ], 'ImportFilterOperator' => [ 'base' => NULL, 'refs' => [ 'ImportFilter$operator' => '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.
Provides the specification of a filter used to limit the bots in the response to only those that match the filter specification. You can only specify one filter and one string to filter on.
', ], ], 'ImportResourceSpecification' => [ 'base' => 'Provides information about the bot or bot locale that you want to import. You can specify the botImportSpecification
or the botLocaleImportSpecification
, but not both.
The specifications of the imported bot, bot locale, or custom vocabulary.
', 'StartImportRequest$resourceSpecification' => 'Parameters for creating the bot, bot locale or custom vocabulary.
', 'StartImportResponse$resourceSpecification' => 'The parameters used when importing the resource.
', ], ], 'ImportResourceType' => [ 'base' => NULL, 'refs' => [ 'ImportSummary$importedResourceType' => 'The type of resource that was imported.
', ], ], 'ImportSortAttribute' => [ 'base' => NULL, 'refs' => [ 'ImportSortBy$attribute' => 'The export field to use for sorting.
', ], ], 'ImportSortBy' => [ 'base' => 'Provides information for sorting a list of imports.
', 'refs' => [ 'ListImportsRequest$sortBy' => 'Determines the field that the list of imports is sorted by. You can sort by the LastUpdatedDateTime
field in ascending or descending order.
The current status of the deletion. When the deletion is complete, the import will no longer be returned by the ListImports operation and calls to the DescribeImport operation with the import identifier will fail.
', 'DescribeImportResponse$importStatus' => 'The status of the import process. When the status is Completed
the resource is imported and ready for use.
The status of the resource. When the status is Completed
the resource is ready to build.
The current status of the import. When the status is Complete
the bot, bot alias, or custom vocabulary is ready to use.
Provides summary information about an import in an import list.
', 'refs' => [ 'ImportSummaryList$member' => NULL, ], ], 'ImportSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListImportsResponse$importSummaries' => 'Summary information for the imports that meet the filter criteria specified in the request. The length of the list is specified in the maxResults
parameter. If there are more imports available, the nextToken
field contains a token to get the next page of results.
The unique identifier that Amazon Lex assigned to the resource created by the import.
', 'ImportSummary$importedResourceId' => 'The unique identifier that Amazon Lex assigned to the imported resource.
', ], ], 'InitialResponseSetting' => [ 'base' => 'Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
', 'refs' => [ 'CreateIntentRequest$initialResponseSetting' => 'Configuration settings for the response that is sent to the user at the beginning of a conversation, before eliciting slot values.
', 'CreateIntentResponse$initialResponseSetting' => 'Configuration settings for the response that is sent to the user at the beginning of a conversation, before eliciting slot values.
', 'DescribeIntentResponse$initialResponseSetting' => 'Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
', 'UpdateIntentRequest$initialResponseSetting' => 'Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.
', 'UpdateIntentResponse$initialResponseSetting' => 'Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.
', ], ], 'InputContext' => [ 'base' => 'A context that must be active for an intent to be selected by Amazon Lex.
', 'refs' => [ 'InputContextsList$member' => NULL, ], ], 'InputContextsList' => [ 'base' => NULL, 'refs' => [ 'CreateIntentRequest$inputContexts' => '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.
', 'CreateIntentResponse$inputContexts' => 'The list of input contexts specified for the intent.
', 'DescribeIntentResponse$inputContexts' => 'A list of contexts that must be active for the intent to be considered for sending to the user.
', 'IntentSummary$inputContexts' => 'The input contexts that must be active for this intent to be considered for recognition.
', 'UpdateIntentRequest$inputContexts' => 'A new list of contexts that must be active in order for Amazon Lex to consider the intent.
', 'UpdateIntentResponse$inputContexts' => 'The updated list of contexts that must be active for the intent to be considered by Amazon Lex.
', ], ], 'InputSessionStateSpecification' => [ 'base' => 'Specifications for the current state of the dialog between the user and the bot in the test set.
', 'refs' => [ 'UserTurnInputSpecification$sessionState' => 'Contains information about the session state in the input.
', ], ], 'IntentClassificationTestResultItem' => [ 'base' => 'Information for an intent that is classified by the test workbench.
', 'refs' => [ 'IntentClassificationTestResultItemList$member' => NULL, ], ], 'IntentClassificationTestResultItemCounts' => [ 'base' => 'The number of items in the intent classification test.
', 'refs' => [ 'IntentClassificationTestResultItem$resultCounts' => 'The result of the intent classification test.
', ], ], 'IntentClassificationTestResultItemList' => [ 'base' => NULL, 'refs' => [ 'IntentClassificationTestResults$items' => 'A list of the results for the intent classification test.
', ], ], 'IntentClassificationTestResults' => [ 'base' => 'Information for the results of the intent classification test.
', 'refs' => [ 'TestExecutionResultItems$intentClassificationTestResults' => 'Intent recognition results aggregated by intent name. The aggregated results contain success and failure rates of intent recognition, speech transcriptions, and end-to-end conversations.
', ], ], 'IntentClosingSetting' => [ 'base' => 'Provides a statement the Amazon Lex conveys to the user when the intent is successfully fulfilled.
', 'refs' => [ 'CreateIntentRequest$intentClosingSetting' => 'Sets the response that Amazon Lex sends to the user when the intent is closed.
', 'CreateIntentResponse$intentClosingSetting' => 'The closing setting specified for the intent.
', 'DescribeIntentResponse$intentClosingSetting' => 'The response that Amazon Lex sends to when the intent is closed.
', 'UpdateIntentRequest$intentClosingSetting' => 'The new response that Amazon Lex sends the user when the intent is closed.
', 'UpdateIntentResponse$intentClosingSetting' => 'The updated response that Amazon Lex sends the user when the intent is closed.
', ], ], 'IntentConfirmationSetting' => [ 'base' => 'Provides a prompt for making sure that the user is ready for the intent to be fulfilled.
', 'refs' => [ 'CreateIntentRequest$intentConfirmationSetting' => '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.
', 'CreateIntentResponse$intentConfirmationSetting' => 'The confirmation setting specified for the intent.
', 'DescribeIntentResponse$intentConfirmationSetting' => 'Prompts that Amazon Lex sends to the user to confirm completion of an intent.
', 'UpdateIntentRequest$intentConfirmationSetting' => 'New prompts that Amazon Lex sends to the user to confirm the completion of an intent.
', 'UpdateIntentResponse$intentConfirmationSetting' => 'The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.
', ], ], 'IntentFilter' => [ 'base' => 'Filters the response from the ListIntents
operation.
The name of the field to use for the filter.
', ], ], 'IntentFilterOperator' => [ 'base' => NULL, 'refs' => [ 'IntentFilter$operator' => '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.
Provides the specification of a filter used to limit the intents in the response to only those that match the filter specification. You can only specify one filter and only one string to filter on.
', ], ], 'IntentLevelSlotResolutionTestResultItem' => [ 'base' => 'Information about intent-level slot resolution in a test result.
', 'refs' => [ 'IntentLevelSlotResolutionTestResultItemList$member' => NULL, ], ], 'IntentLevelSlotResolutionTestResultItemList' => [ 'base' => NULL, 'refs' => [ 'IntentLevelSlotResolutionTestResults$items' => 'Indicates the items for the slot level resolution for the intents.
', ], ], 'IntentLevelSlotResolutionTestResults' => [ 'base' => 'Indicates the success or failure of slots at the intent level.
', 'refs' => [ 'TestExecutionResultItems$intentLevelSlotResolutionTestResults' => 'Slot resolution results aggregated by intent and slot name. The aggregated results contain success and failure rates of slot resolution, speech transcriptions, and end-to-end conversations
', ], ], 'IntentOverride' => [ 'base' => 'Override settings to configure the intent state.
', 'refs' => [ 'DialogState$intent' => NULL, ], ], 'IntentSignature' => [ 'base' => NULL, 'refs' => [ 'BuiltInIntentSummary$intentSignature' => 'The signature of the built-in intent. Use this to specify the parent intent of a derived intent.
', 'CreateIntentRequest$parentIntentSignature' => 'A unique identifier for the built-in intent to base this intent on.
', 'CreateIntentResponse$parentIntentSignature' => 'The signature of the parent intent specified for the intent.
', 'DescribeIntentResponse$parentIntentSignature' => 'The identifier of the built-in intent that this intent is derived from, if any.
', 'IntentSummary$parentIntentSignature' => 'If this intent is derived from a built-in intent, the name of the parent intent.
', 'UpdateIntentRequest$parentIntentSignature' => 'The signature of the new built-in intent to use as the parent of this intent.
', 'UpdateIntentResponse$parentIntentSignature' => 'The updated built-in intent that is the parent of this intent.
', ], ], 'IntentSortAttribute' => [ 'base' => NULL, 'refs' => [ 'IntentSortBy$attribute' => 'The attribute to use to sort the list of intents.
', ], ], 'IntentSortBy' => [ 'base' => 'Specifies attributes for sorting a list of intents.
', 'refs' => [ 'ListIntentsRequest$sortBy' => 'Determines the sort order for the response from the ListIntents
operation. You can choose to sort by the intent name or last updated date in either ascending or descending order.
The state of the intent that the utterance is associated to.
', ], ], 'IntentStatistics' => [ 'base' => 'The object that contains the statistical summary of recommended intents associated with the bot recommendation.
', 'refs' => [ 'BotRecommendationResultStatistics$intents' => 'Statistical information about about the intents associated with the bot recommendation results.
', ], ], 'IntentSummary' => [ 'base' => 'Summary information about an intent returned by the ListIntents
operation.
Summary information for the intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults
parameter of the request. If there are more intents available, the nextToken
field contains a token to get the next page of results.
The service encountered an unexpected condition. Try your request again.
', 'refs' => [], ], 'InvokedIntentSample' => [ 'base' => 'An object containing the name of an intent that was invoked.
', 'refs' => [ 'InvokedIntentSamples$member' => NULL, ], ], 'InvokedIntentSamples' => [ 'base' => NULL, 'refs' => [ 'SessionSpecification$invokedIntentSamples' => 'A list of objects containing the name of an intent that was invoked.
', ], ], 'ItemId' => [ 'base' => NULL, 'refs' => [ 'CustomVocabularyEntryId$itemId' => 'The unique item identifier for the custom vocabulary items.
', 'CustomVocabularyItem$itemId' => 'The unique item identifer for the custom vocabulary item from the custom vocabulary list.
', 'FailedCustomVocabularyItem$itemId' => 'The unique item identifer for the failed custom vocabulary item from the custom vocabulary list.
', ], ], 'KendraConfiguration' => [ 'base' => 'Provides configuration information for the AMAZON.KendraSearchIntent
intent. When you use this intent, Amazon Lex searches the specified Amazon Kendra index and returns documents from the index that match the user\'s utterance.
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.
Configuration for searching a Amazon Kendra index specified for the intent.
', 'DescribeIntentResponse$kendraConfiguration' => 'Configuration information required to use the AMAZON.KendraSearchIntent
intent.
New configuration settings for connecting to an Amazon Kendra index.
', 'UpdateIntentResponse$kendraConfiguration' => 'The updated configuration for connecting to an Amazon Kendra index with the AMAZON.KendraSearchIntent
intent.
The Amazon Resource Name (ARN) of the Amazon Kendra index that you want the AMAZON.KendraSearchIntent
intent to search. The index must be in the same account and Region as the Amazon Lex bot.
The KMS key ARN used to encrypt the metadata associated with the bot recommendation.
', 'GrammarSlotTypeSource$kmsKeyArn' => 'The KMS key required to decrypt the contents of the grammar, if any.
', 'S3BucketLogDestination$kmsKeyArn' => 'The Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for encrypting audio log files stored in an S3 bucket.
', 'S3BucketTranscriptSource$kmsKeyArn' => 'The ARN of the KMS key that customer use to encrypt their Amazon S3 bucket. Only use this field if your bucket is encrypted using a customer managed KMS key.
', 'TestSetStorageLocation$kmsKeyArn' => 'The Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for encrypting the test set.
', ], ], 'LambdaARN' => [ 'base' => NULL, 'refs' => [ 'LambdaCodeHook$lambdaARN' => 'The Amazon Resource Name (ARN) of the Lambda function.
', ], ], 'LambdaCodeHook' => [ 'base' => 'Specifies a Lambda function that verifies requests to a bot or fulfills the user\'s request to a bot.
', 'refs' => [ 'CodeHookSpecification$lambdaCodeHook' => NULL, ], ], 'LexTranscriptFilter' => [ 'base' => 'The object that contains transcript filter details that are associated with a bot recommendation.
', 'refs' => [ 'TranscriptFilter$lexTranscriptFilter' => 'The object representing the filter that Amazon Lex will use to select the appropriate transcript when the transcript format is the Amazon Lex format.
', ], ], 'ListAggregatedUtterancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAggregatedUtterancesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListBotAliasesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListBotAliasesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListBotLocalesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListBotLocalesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListBotRecommendationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListBotRecommendationsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListBotVersionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListBotVersionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListBotsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListBotsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListBuiltInIntentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListBuiltInIntentsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListBuiltInSlotTypesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListBuiltInSlotTypesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListCustomVocabularyItemsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListCustomVocabularyItemsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListExportsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListExportsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListImportsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListImportsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListIntentMetricsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListIntentMetricsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListIntentPathsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListIntentPathsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListIntentStageMetricsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListIntentStageMetricsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListIntentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListIntentsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListRecommendedIntentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListRecommendedIntentsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListSessionAnalyticsDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListSessionAnalyticsDataResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListSessionMetricsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListSessionMetricsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListSlotTypesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListSlotTypesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListSlotsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListSlotsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTestExecutionResultItemsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTestExecutionResultItemsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTestExecutionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTestExecutionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTestSetRecordsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTestSetRecordsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTestSetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTestSetsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListUtteranceAnalyticsDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListUtteranceAnalyticsDataResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListUtteranceMetricsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListUtteranceMetricsResponse' => [ 'base' => NULL, 'refs' => [], ], 'LocaleId' => [ 'base' => NULL, 'refs' => [ 'BatchCreateCustomVocabularyItemRequest$localeId' => '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 .
', 'BatchCreateCustomVocabularyItemResponse$localeId' => '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 .
', 'BatchDeleteCustomVocabularyItemRequest$localeId' => '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 .
', 'BatchDeleteCustomVocabularyItemResponse$localeId' => '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).
', 'BatchUpdateCustomVocabularyItemRequest$localeId' => '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 .
', 'BatchUpdateCustomVocabularyItemResponse$localeId' => '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 .
', 'BotAliasLocaleSettingsMap$key' => NULL, 'BotAliasTestExecutionTarget$localeId' => 'The locale Id of the bot alias used in the test set execution.
', 'BotLocaleExportSpecification$localeId' => 'The identifier of the language and locale to export. The string must match one of the locales in the bot.
', 'BotLocaleImportSpecification$localeId' => '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.
', 'BotLocaleSummary$localeId' => 'The language and locale of the bot locale.
', 'BotVersionLocaleSpecification$key' => NULL, 'BuildBotLocaleRequest$localeId' => '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.
', 'BuildBotLocaleResponse$localeId' => 'The language and locale specified of where the bot can be used.
', 'ConversationLogsDataSource$localeId' => 'The locale Id of the conversation log.
', 'CreateBotLocaleRequest$localeId' => '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.
', 'CreateBotLocaleResponse$localeId' => 'The specified locale identifier.
', 'CreateIntentRequest$localeId' => '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.
', 'CreateIntentResponse$localeId' => 'The locale that the intent is specified to use.
', 'CreateSlotRequest$localeId' => '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.
', 'CreateSlotResponse$localeId' => 'The language and local specified for the slot.
', 'CreateSlotTypeRequest$localeId' => '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.
', 'CreateSlotTypeResponse$localeId' => 'The specified language and local specified for the slot type.
', 'CustomVocabularyExportSpecification$localeId' => 'The locale of the bot that contains the custom vocabulary to export.
', 'CustomVocabularyImportSpecification$localeId' => 'The identifier of the local to import the custom vocabulary to. The value must be en_GB
.
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.
', 'DeleteBotLocaleResponse$localeId' => 'The language and locale of the deleted locale.
', 'DeleteCustomVocabularyRequest$localeId' => 'The locale identifier for the locale that contains the custom vocabulary to remove.
', 'DeleteCustomVocabularyResponse$localeId' => 'The locale identifier for the locale that the custom vocabulary was removed from.
', 'DeleteIntentRequest$localeId' => '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.
', 'DeleteSlotRequest$localeId' => '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.
', 'DeleteSlotTypeRequest$localeId' => '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.
', 'DeleteUtterancesRequest$localeId' => '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.
', 'DescribeBotLocaleRequest$localeId' => 'The unique identifier of the locale to describe. The string must match one of the supported locales. For more information, see Supported languages.
', 'DescribeBotLocaleResponse$localeId' => 'The unique identifier of the described locale.
', 'DescribeBotRecommendationRequest$localeId' => '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.
', 'DescribeBotRecommendationResponse$localeId' => 'The identifier of the language and locale of the bot recommendation to describe.
', 'DescribeCustomVocabularyMetadataRequest$localeId' => 'The locale to return the custom vocabulary information for. The locale must be en_GB
.
The locale that contains the custom vocabulary to describe.
', 'DescribeIntentRequest$localeId' => '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.
', 'DescribeIntentResponse$localeId' => 'The language and locale specified for the intent.
', 'DescribeSlotRequest$localeId' => '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.
', 'DescribeSlotResponse$localeId' => 'The language and locale specified for the slot.
', 'DescribeSlotTypeRequest$localeId' => '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.
', 'DescribeSlotTypeResponse$localeId' => 'The language and locale specified for the slot type.
', 'ListAggregatedUtterancesRequest$localeId' => 'The identifier of the language and locale where the utterances were collected. For more information, see Supported languages.
', 'ListAggregatedUtterancesResponse$localeId' => 'The identifier of the language and locale that the utterances are in.
', 'ListBotRecommendationsRequest$localeId' => 'The identifier of the language and locale of the bot recommendation list.
', 'ListBotRecommendationsResponse$localeId' => 'The identifier of the language and locale of the bot recommendation list.
', 'ListBuiltInIntentsRequest$localeId' => 'The identifier of the language and locale of the intents to list. The string must match one of the supported locales. For more information, see Supported languages.
', 'ListBuiltInIntentsResponse$localeId' => 'The language and locale of the intents in the list.
', 'ListBuiltInSlotTypesRequest$localeId' => 'The identifier of the language and locale of the slot types to list. The string must match one of the supported locales. For more information, see Supported languages.
', 'ListBuiltInSlotTypesResponse$localeId' => 'The language and locale of the slot types in the list.
', 'ListCustomVocabularyItemsRequest$localeId' => '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).
', 'ListCustomVocabularyItemsResponse$localeId' => '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 .
', 'ListExportsRequest$localeId' => 'Specifies the resources that should be exported. If you don\'t specify a resource type in the filters
parameter, both bot locales and custom vocabularies are exported.
The locale specified in the request.
', 'ListImportsRequest$localeId' => 'Specifies the locale that should be present in the list. If you don\'t specify a resource type in the filters
parameter, the list contains both bot locales and custom vocabularies.
The locale specified in the request.
', 'ListIntentsRequest$localeId' => 'The identifier of the language and locale of the intents to list. The string must match one of the supported locales. For more information, see Supported languages.
', 'ListIntentsResponse$localeId' => 'The language and locale of the intents in the list.
', 'ListRecommendedIntentsRequest$localeId' => 'The identifier of the language and locale of the recommended intents.
', 'ListRecommendedIntentsResponse$localeId' => 'The identifier of the language and locale of the intents to list. The string must match one of the supported locales. For more information, see Supported languages.
', 'ListSlotTypesRequest$localeId' => 'The identifier of the language and locale of the slot types to list. The string must match one of the supported locales. For more information, see Supported languages.
', 'ListSlotTypesResponse$localeId' => 'The language and local of the slot types in the list.
', 'ListSlotsRequest$localeId' => 'The identifier of the language and locale of the slots to list. The string must match one of the supported locales. For more information, see Supported languages.
', 'ListSlotsResponse$localeId' => 'The language and locale of the slots in the list.
', 'SearchAssociatedTranscriptsRequest$localeId' => 'The identifier of the language and locale of the transcripts to search. The string must match one of the supported locales. For more information, see Supported languages
', 'SearchAssociatedTranscriptsResponse$localeId' => 'The identifier of the language and locale of the transcripts to search. The string must match one of the supported locales. For more information, see Supported languages
', 'SessionSpecification$localeId' => 'The locale of the bot that the session was held with.
', 'StartBotRecommendationRequest$localeId' => 'The identifier of the language and locale of the bot recommendation to start. The string must match one of the supported locales. For more information, see Supported languages
', 'StartBotRecommendationResponse$localeId' => 'The identifier of the language and locale of the bot recommendation to start. The string must match one of the supported locales. For more information, see Supported languages
', 'StopBotRecommendationRequest$localeId' => 'The identifier of the language and locale of the bot recommendation to stop. The string must match one of the supported locales. For more information, see Supported languages
', 'StopBotRecommendationResponse$localeId' => 'The identifier of the language and locale of the bot response to stop. The string must match one of the supported locales. For more information, see Supported languages
', 'TestSetDiscrepancyReportBotAliasTarget$localeId' => 'The unique identifier of the locale associated with the bot alias.
', 'UpdateBotLocaleRequest$localeId' => 'The identifier of the language and locale to update. The string must match one of the supported locales. For more information, see Supported languages.
', 'UpdateBotLocaleResponse$localeId' => 'The language and locale of the updated bot locale.
', 'UpdateBotRecommendationRequest$localeId' => 'The identifier of the language and locale of the bot recommendation to update. The string must match one of the supported locales. For more information, see Supported languages
', 'UpdateBotRecommendationResponse$localeId' => 'The identifier of the language and locale of the bot recommendation to update. The string must match one of the supported locales. For more information, see Supported languages
', 'UpdateIntentRequest$localeId' => 'The identifier of the language and locale where this intent is used. The string must match one of the supported locales. For more information, see Supported languages.
', 'UpdateIntentResponse$localeId' => 'The updated language and locale of the intent.
', 'UpdateSlotRequest$localeId' => 'The identifier of the language and locale that contains the slot. The string must match one of the supported locales. For more information, see Supported languages.
', 'UpdateSlotResponse$localeId' => 'The locale that contains the slot.
', 'UpdateSlotTypeRequest$localeId' => 'The identifier of the language and locale that contains the slot type. The string must match one of the supported locales. For more information, see Supported languages.
', 'UpdateSlotTypeResponse$localeId' => 'The language and locale of the updated slot type.
', 'UtteranceSpecification$localeId' => 'The locale of the bot that the utterance was made to.
', ], ], 'LocaleName' => [ 'base' => NULL, 'refs' => [ 'BotLocaleSummary$localeName' => 'The name of the bot locale.
', 'CreateBotLocaleResponse$localeName' => 'The specified locale name.
', 'DescribeBotLocaleResponse$localeName' => 'The name of the locale.
', 'UpdateBotLocaleResponse$localeName' => 'The updated locale name for the locale.
', ], ], 'LogPrefix' => [ 'base' => NULL, 'refs' => [ 'CloudWatchLogGroupLogDestination$logPrefix' => 'The prefix of the log stream name within the log group that you specified
', 'S3BucketLogDestination$logPrefix' => 'The S3 prefix to assign to audio log files.
', ], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'ListAggregatedUtterancesRequest$maxResults' => 'The maximum number of utterances to return in each page of results. If there are fewer results than the maximum page size, only the actual number of results are returned. If you don\'t specify the maxResults
parameter, 1,000 results are returned.
The maximum number of aliases to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
', 'ListBotLocalesRequest$maxResults' => 'The maximum number of aliases to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
', 'ListBotRecommendationsRequest$maxResults' => 'The maximum number of bot recommendations to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
', 'ListBotVersionsRequest$maxResults' => 'The maximum number of versions to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
', 'ListBotsRequest$maxResults' => 'The maximum number of bots to return in each page of results. If there are fewer results than the maximum page size, only the actual number of results are returned.
', 'ListCustomVocabularyItemsRequest$maxResults' => 'The maximum number of items returned by the list operation.
', 'ListExportsRequest$maxResults' => 'The maximum number of exports to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
', 'ListImportsRequest$maxResults' => 'The maximum number of imports to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
', 'ListIntentMetricsRequest$maxResults' => 'The maximum number of results to return in each page of results. If there are fewer results than the maximum page size, only the actual number of results are returned.
', 'ListIntentStageMetricsRequest$maxResults' => 'The maximum number of results to return in each page of results. If there are fewer results than the maximum page size, only the actual number of results are returned.
', 'ListIntentsRequest$maxResults' => 'The maximum number of intents to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
', 'ListRecommendedIntentsRequest$maxResults' => 'The maximum number of bot recommendations to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
', 'ListSessionAnalyticsDataRequest$maxResults' => 'The maximum number of results to return in each page of results. If there are fewer results than the maximum page size, only the actual number of results are returned.
', 'ListSessionMetricsRequest$maxResults' => 'The maximum number of results to return in each page of results. If there are fewer results than the maximum page size, only the actual number of results are returned.
', 'ListSlotTypesRequest$maxResults' => 'The maximum number of slot types to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
', 'ListSlotsRequest$maxResults' => 'The maximum number of slots to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
', 'ListTestExecutionResultItemsRequest$maxResults' => 'The maximum number of test execution result items to return in each page. If there are fewer results than the max page size, only the actual number of results are returned.
', 'ListTestExecutionsRequest$maxResults' => 'The maximum number of test executions to return in each page. If there are fewer results than the max page size, only the actual number of results are returned.
', 'ListTestSetRecordsRequest$maxResults' => 'The maximum number of test set records to return in each page. If there are fewer records than the max page size, only the actual number of records are returned.
', 'ListTestSetsRequest$maxResults' => 'The maximum number of test sets to return in each page. If there are fewer results than the max page size, only the actual number of results are returned.
', 'ListUtteranceAnalyticsDataRequest$maxResults' => 'The maximum number of results to return in each page of results. If there are fewer results than the maximum page size, only the actual number of results are returned.
', 'ListUtteranceMetricsRequest$maxResults' => 'The maximum number of results to return in each page of results. If there are fewer results than the maximum page size, only the actual number of results are returned.
', 'SearchAssociatedTranscriptsRequest$maxResults' => 'The maximum number of bot recommendations to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
', 'SearchAssociatedTranscriptsResponse$totalResults' => 'The total number of transcripts returned by the search.
', ], ], 'MaxUtteranceDigits' => [ 'base' => NULL, 'refs' => [ 'DTMFSpecification$maxLength' => 'The maximum number of DTMF digits allowed in an utterance.
', ], ], 'MergeStrategy' => [ 'base' => NULL, 'refs' => [ 'DescribeImportResponse$mergeStrategy' => '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.
The strategy used to merge existing bot or bot locale definitions with the imported definition.
', 'StartImportRequest$mergeStrategy' => 'The strategy to use when there is 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.
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.
The object that provides message text and its type.
', 'refs' => [ 'MessageGroup$message' => 'The primary message that Amazon Lex should send to the user.
', 'MessageVariationsList$member' => NULL, ], ], 'MessageGroup' => [ 'base' => 'Provides one or more messages that Amazon Lex should send to the user.
', 'refs' => [ 'MessageGroupsList$member' => NULL, ], ], 'MessageGroupsList' => [ 'base' => NULL, 'refs' => [ 'FulfillmentStartResponseSpecification$messageGroups' => '1 - 5 message groups that contain start messages. Amazon Lex chooses one of the messages to play to the user.
', 'FulfillmentUpdateResponseSpecification$messageGroups' => '1 - 5 message groups that contain update messages. Amazon Lex chooses one of the messages to play to the user.
', 'PromptSpecification$messageGroups' => 'A collection of messages that Amazon Lex can send to the user. Amazon Lex chooses the actual message to send at runtime.
', 'ResponseSpecification$messageGroups' => 'A collection of responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime.
', 'StillWaitingResponseSpecification$messageGroups' => 'One or more message groups, each containing one or more messages, that define the prompts that Amazon Lex sends to the user.
', ], ], 'MessageSelectionStrategy' => [ 'base' => NULL, 'refs' => [ 'PromptSpecification$messageSelectionStrategy' => 'Indicates how a message is selected from a message group among retries.
', ], ], 'MessageVariationsList' => [ 'base' => NULL, 'refs' => [ 'MessageGroup$variations' => 'Message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user.
', ], ], 'MissedCount' => [ 'base' => NULL, 'refs' => [ 'AggregatedUtterancesSummary$missedCount' => '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.
', ], ], 'MultipleValuesSetting' => [ 'base' => 'Indicates whether a slot can return multiple values.
', 'refs' => [ 'CreateSlotRequest$multipleValuesSetting' => '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
.
Indicates whether the slot returns multiple values in one response.
', 'DescribeSlotResponse$multipleValuesSetting' => 'Indicates whether the slot accepts multiple values in a single utterance.
If the multipleValuesSetting
is not set, the default value is false
.
Determines whether the slot accepts multiple values in one response. Multiple 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
.
Indicates whether the slot accepts multiple values in one response.
', ], ], 'Name' => [ 'base' => NULL, 'refs' => [ 'AgentTurnResult$actualIntent' => 'The actual intent for the agent turn in a test set execution.
', 'AnalyticsIntentNodeSummary$intentName' => 'The name of the intent at the end of the requested path.
', 'AnalyticsUtteranceAttributeResult$lastUsedIntent' => 'The intent that the bot mapped the utterance to.
', 'BotAliasSummary$botAliasName' => 'The name of the bot alias.
', 'BotImportSpecification$botName' => 'The name that Amazon Lex should use for the bot.
', 'BotMember$botMemberName' => 'The unique name of a bot that is a member of this network of bots.
', 'BotSummary$botName' => 'The name of the bot.
', 'BotVersionSummary$botName' => 'The name of the bot associated with the version.
', 'ConditionalBranch$name' => 'The name of the branch.
', 'ConversationLevelIntentClassificationResultItem$intentName' => 'The intent name used in the evaluation of intent level success or failure.
', 'ConversationLevelSlotResolutionResultItem$intentName' => 'The intents used in the slots list for the slot resolution details.
', 'CreateBotAliasRequest$botAliasName' => 'The alias to create. The name must be unique for the bot.
', 'CreateBotAliasResponse$botAliasName' => 'The name specified for the bot alias.
', 'CreateBotRequest$botName' => 'The name of the bot. The bot name must be unique in the account that creates the bot.
', 'CreateBotResponse$botName' => 'The name specified for the bot.
', 'CreateIntentRequest$intentName' => '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.
', 'CreateIntentResponse$intentName' => 'The name specified for the intent.
', 'CreateResourcePolicyStatementRequest$statementId' => '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.
The name of the slot. Slot names must be unique within the bot that contains the slot.
', 'CreateSlotResponse$slotName' => 'The name specified for the slot.
', 'CreateSlotTypeRequest$slotTypeName' => 'The name for the slot. A slot type name must be unique within the intent.
', 'CreateSlotTypeResponse$slotTypeName' => 'The name specified for the slot type.
', 'DeleteResourcePolicyStatementRequest$statementId' => 'The name of the statement (SID) to delete from the policy.
', 'DescribeBotAliasResponse$botAliasName' => 'The name of the bot alias.
', 'DescribeBotResponse$botName' => 'The name of the bot.
', 'DescribeBotVersionResponse$botName' => 'The name of the bot that contains the version.
', 'DescribeImportResponse$importedResourceName' => 'The name of the imported resource.
', 'DescribeIntentResponse$intentName' => 'The name specified for the intent.
', 'DescribeSlotResponse$slotName' => 'The name specified for the slot.
', 'DescribeSlotTypeResponse$slotTypeName' => 'The name specified for the slot type.
', 'DescribeTestExecutionResponse$testSetName' => 'The test set name of the test set execution.
', 'DescribeTestSetGenerationResponse$testSetName' => 'The test set name for the generated test set.
', 'DescribeTestSetResponse$testSetName' => 'The test set name of the test set.
', 'DialogAction$slotToElicit' => 'If the dialog action is ElicitSlot
, defines the slot to elicit from the user.
A label that indicates the dialog step from which the dialog code hook is happening.
', 'ElicitationCodeHookInvocationSetting$invocationLabel' => 'A label that indicates the dialog step from which the dialog code hook is happening.
', 'ImportSummary$importedResourceName' => 'The name that you gave the imported resource.
', 'InputContext$name' => 'The name of the context.
', 'IntentClassificationTestResultItem$intentName' => 'The name of the intent.
', 'IntentLevelSlotResolutionTestResultItem$intentName' => 'The name of the intent that was recognized.
', 'IntentOverride$name' => 'The name of the intent. Only required when you\'re switching intents.
', 'IntentSummary$intentName' => 'The name of the intent.
', 'InvokedIntentSample$intentName' => 'The name of an intent that was invoked.
', 'OutputContext$name' => 'The name of the output context.
', 'RecommendedIntentSummary$intentName' => 'The name of a recommended intent associated with the bot recommendation.
', 'SlotHintsIntentMap$key' => NULL, 'SlotHintsSlotMap$key' => NULL, 'SlotSummary$slotName' => 'The name given to the slot.
', 'SlotTypeSummary$slotTypeName' => 'The name of the slot type.
', 'SlotValueOverrideMap$key' => NULL, 'StartTestSetGenerationRequest$testSetName' => 'The test set name for the test set generation request.
', 'StartTestSetGenerationResponse$testSetName' => 'The test set name used for the test set generation.
', 'SubSlotSpecificationMap$key' => NULL, 'SubSlotTypeComposition$name' => 'Name of a constituent sub slot inside a composite slot.
', 'TestExecutionSummary$testSetName' => 'The name of the test set used in the test execution.
', 'TestSetImportResourceSpecification$testSetName' => 'The name of the test set.
', 'TestSetIntentDiscrepancyItem$intentName' => 'The name of the intent in the discrepancy report.
', 'TestSetSlotDiscrepancyItem$intentName' => 'The name of the intent associated with the slot in the discrepancy report.
', 'TestSetSlotDiscrepancyItem$slotName' => 'The name of the slot in the discrepancy report.
', 'TestSetSummary$testSetName' => 'The name of the test set.
', 'UpdateBotAliasRequest$botAliasName' => 'The new name to assign to the bot alias.
', 'UpdateBotAliasResponse$botAliasName' => 'The updated name of the bot alias.
', 'UpdateBotRequest$botName' => 'The new name of the bot. The name must be unique in the account that creates the bot.
', 'UpdateBotResponse$botName' => 'The name of the bot after the update.
', 'UpdateIntentRequest$intentName' => 'The new name for the intent.
', 'UpdateIntentResponse$intentName' => 'The updated name of the intent.
', 'UpdateSlotRequest$slotName' => 'The new name for the slot.
', 'UpdateSlotResponse$slotName' => 'The updated name of the slot.
', 'UpdateSlotTypeRequest$slotTypeName' => 'The new name of the slot type.
', 'UpdateSlotTypeResponse$slotTypeName' => 'The updated name of the slot type.
', 'UpdateTestSetRequest$testSetName' => 'The new test set name.
', 'UpdateTestSetResponse$testSetName' => 'The test set name for the updated test set.
', 'UserTurnIntentOutput$name' => 'The name of the intent.
', 'UserTurnSlotOutputMap$key' => NULL, 'UtteranceSpecification$associatedIntentName' => 'The name of the intent that the utterance is associated to.
', 'UtteranceSpecification$associatedSlotName' => 'The name of the slot that the utterance is associated to.
', ], ], 'NewCustomVocabularyItem' => [ 'base' => 'The new custom vocabulary item from the custom vocabulary list.
', 'refs' => [ 'CreateCustomVocabularyItemsList$member' => NULL, ], ], 'NextIndex' => [ 'base' => NULL, 'refs' => [ 'SearchAssociatedTranscriptsRequest$nextIndex' => 'If the response from the SearchAssociatedTranscriptsRequest operation contains more results than specified in the maxResults parameter, an index is returned in the response. Use that index in the nextIndex parameter to return the next page of results.
', 'SearchAssociatedTranscriptsResponse$nextIndex' => 'A index that indicates whether there are more results to return in a response to the SearchAssociatedTranscripts operation. If the nextIndex field is present, you send the contents as the nextIndex parameter of a SearchAssociatedTranscriptsRequest operation to get the next page of results.
', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'ListAggregatedUtterancesRequest$nextToken' => 'If the response from the ListAggregatedUtterances
operation contains more results that specified in the maxResults
parameter, a token is returned in the response. Use that token in the nextToken
parameter to return the next page of results.
A token that indicates whether there are more results to return in a response to the ListAggregatedUtterances
operation. If the nextToken
field is present, you send the contents as the nextToken
parameter of a ListAggregatedUtterances
operation request to get the next page of results.
If the response from the ListBotAliases
operation contains more results than specified in the maxResults
parameter, a token is returned in the response. Use that token in the nextToken
parameter to return the next page of results.
A token that indicates whether there are more results to return in a response to the ListBotAliases
operation. If the nextToken
field is present, you send the contents as the nextToken
parameter of a ListBotAliases
operation request to get the next page of results.
If the response from the ListBotLocales
operation contains more results than specified in the maxResults
parameter, a token is returned in the response. Use that token as the nextToken
parameter to return the next page of results.
A token that indicates whether there are more results to return in a response to the ListBotLocales
operation. If the nextToken
field is present, you send the contents as the nextToken
parameter of a ListBotLocales
operation request to get the next page of results.
If the response from the ListBotRecommendation operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.
', 'ListBotRecommendationsResponse$nextToken' => 'A token that indicates whether there are more results to return in a response to the ListBotRecommendations operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListBotRecommendations operation request to get the next page of results.
', 'ListBotVersionsRequest$nextToken' => 'If the response to the ListBotVersion
operation contains more results than specified in the maxResults
parameter, a token is returned in the response. Use that token in the nextToken
parameter to return the next page of results.
A token that indicates whether there are more results to return in a response to the ListBotVersions
operation. If the nextToken
field is present, you send the contents as the nextToken
parameter of a ListBotAliases
operation request to get the next page of results.
If the response from the ListBots
operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
Use the returned token in the nextToken
parameter of a ListBots
request to return the next page of results. For a complete set of results, call the ListBots
operation until the nextToken
returned in the response is null.
A token that indicates whether there are more results to return in a response to the ListBots
operation. If the nextToken
field is present, you send the contents as the nextToken
parameter of a ListBots
operation request to get the next page of results.
If the response from the ListBuiltInIntents
operation contains more results than specified in the maxResults
parameter, a token is returned in the response. Use that token in the nextToken
parameter to return the next page of results.
A token that indicates whether there are more results to return in a response to the ListBuiltInIntents
operation. If the nextToken
field is present, you send the contents as the nextToken
parameter of a ListBotAliases
operation request to get the next page of results.
If the response from the ListBuiltInSlotTypes
operation contains more results than specified in the maxResults
parameter, a token is returned in the response. Use that token in the nextToken
parameter to return the next page of results.
A token that indicates whether there are more results to return in a response to the ListBuiltInSlotTypes
operation. If the nextToken
field is present, you send the contents as the nextToken
parameter of a LIstBuiltInSlotTypes
operation request to get the next page of results.
The nextToken identifier to the list custom vocabulary request.
', 'ListCustomVocabularyItemsResponse$nextToken' => 'The nextToken identifier to the list custom vocabulary response.
', 'ListExportsRequest$nextToken' => 'If the response from the ListExports
operation contains more results that specified in the maxResults
parameter, a token is returned in the response.
Use the returned token in the nextToken
parameter of a ListExports
request to return the next page of results. For a complete set of results, call the ListExports
operation until the nextToken
returned in the response is null.
A token that indicates whether there are more results to return in a response to the ListExports
operation. If the nextToken
field is present, you send the contents as the nextToken
parameter of a ListExports
operation request to get the next page of results.
If the response from the ListImports
operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
Use the returned token in the nextToken
parameter of a ListImports
request to return the next page of results. For a complete set of results, call the ListImports
operation until the nextToken
returned in the response is null.
A token that indicates whether there are more results to return in a response to the ListImports
operation. If the nextToken
field is present, you send the contents as the nextToken
parameter of a ListImports
operation request to get the next page of results.
If the response from the ListIntentMetrics operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListIntentMetrics request to return the next page of results. For a complete set of results, call the ListIntentMetrics operation until the nextToken returned in the response is null.
', 'ListIntentMetricsResponse$nextToken' => 'If the response from the ListIntentMetrics operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListIntentMetrics request to return the next page of results. For a complete set of results, call the ListIntentMetrics operation until the nextToken returned in the response is null.
', 'ListIntentStageMetricsRequest$nextToken' => 'If the response from the ListIntentStageMetrics operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListIntentStageMetrics request to return the next page of results. For a complete set of results, call the ListIntentStageMetrics operation until the nextToken returned in the response is null.
', 'ListIntentStageMetricsResponse$nextToken' => 'If the response from the ListIntentStageMetrics operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListIntentStageMetrics request to return the next page of results. For a complete set of results, call the ListIntentStageMetrics operation until the nextToken returned in the response is null.
', 'ListIntentsRequest$nextToken' => 'If the response from the ListIntents
operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
Use the returned token in the nextToken
parameter of a ListIntents
request to return the next page of results. For a complete set of results, call the ListIntents
operation until the nextToken
returned in the response is null.
A token that indicates whether there are more results to return in a response to the ListIntents
operation. If the nextToken
field is present, you send the contents as the nextToken
parameter of a ListIntents
operation request to get the next page of results.
If the response from the ListRecommendedIntents operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.
', 'ListRecommendedIntentsResponse$nextToken' => 'A token that indicates whether there are more results to return in a response to the ListRecommendedIntents operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListRecommendedIntents operation request to get the next page of results.
', 'ListSessionAnalyticsDataRequest$nextToken' => 'If the response from the ListSessionAnalyticsData operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListSessionAnalyticsData request to return the next page of results. For a complete set of results, call the ListSessionAnalyticsData operation until the nextToken returned in the response is null.
', 'ListSessionAnalyticsDataResponse$nextToken' => 'If the response from the ListSessionAnalyticsData operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListSessionAnalyticsData request to return the next page of results. For a complete set of results, call the ListSessionAnalyticsData operation until the nextToken returned in the response is null.
', 'ListSessionMetricsRequest$nextToken' => 'If the response from the ListSessionMetrics operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListSessionMetrics request to return the next page of results. For a complete set of results, call the ListSessionMetrics operation until the nextToken returned in the response is null.
', 'ListSessionMetricsResponse$nextToken' => 'If the response from the ListSessionMetrics operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListSessionMetrics request to return the next page of results. For a complete set of results, call the ListSessionMetrics operation until the nextToken returned in the response is null.
', 'ListSlotTypesRequest$nextToken' => 'If the response from the ListSlotTypes
operation contains more results than specified in the maxResults
parameter, a token is returned in the response. Use that token in the nextToken
parameter to return the next page of results.
A token that indicates whether there are more results to return in a response to the ListSlotTypes
operation. If the nextToken
field is present, you send the contents as the nextToken
parameter of a ListSlotTypes
operation request to get the next page of results.
If the response from the ListSlots
operation contains more results than specified in the maxResults
parameter, a token is returned in the response. Use that token in the nextToken
parameter to return the next page of results.
A token that indicates whether there are more results to return in a response to the ListSlots
operation. If the nextToken
field is present, you send the contents as the nextToken
parameter of a ListSlots
operation request to get the next page of results.
If the response from the ListTestExecutionResultItems
operation contains more results than specified in the maxResults
parameter, a token is returned in the response. Use that token in the nextToken
parameter to return the next page of results.
A token that indicates whether there are more results to return in a response to the ListTestExecutionResultItems
operation. If the nextToken
field is present, you send the contents as the nextToken
parameter of a ListTestExecutionResultItems
operation request to get the next page of results.
If the response from the ListTestExecutions operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.
', 'ListTestExecutionsResponse$nextToken' => 'A token that indicates whether there are more results to return in a response to the ListTestExecutions operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestExecutions operation request to get the next page of results.
', 'ListTestSetRecordsRequest$nextToken' => 'If the response from the ListTestSetRecords operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.
', 'ListTestSetRecordsResponse$nextToken' => 'A token that indicates whether there are more records to return in a response to the ListTestSetRecords operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestSetRecords operation request to get the next page of records.
', 'ListTestSetsRequest$nextToken' => 'If the response from the ListTestSets operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.
', 'ListTestSetsResponse$nextToken' => 'A token that indicates whether there are more results to return in a response to the ListTestSets operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestSets operation request to get the next page of results.
', 'ListUtteranceAnalyticsDataRequest$nextToken' => 'If the response from the ListUtteranceAnalyticsData operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListUtteranceAnalyticsData request to return the next page of results. For a complete set of results, call the ListUtteranceAnalyticsData operation until the nextToken returned in the response is null.
', 'ListUtteranceAnalyticsDataResponse$nextToken' => 'If the response from the ListUtteranceAnalyticsData operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListUtteranceAnalyticsData request to return the next page of results. For a complete set of results, call the ListUtteranceAnalyticsData operation until the nextToken returned in the response is null.
', 'ListUtteranceMetricsRequest$nextToken' => 'If the response from the ListUtteranceMetrics operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListUtteranceMetrics request to return the next page of results. For a complete set of results, call the ListUtteranceMetrics operation until the nextToken returned in the response is null.
', 'ListUtteranceMetricsResponse$nextToken' => 'If the response from the ListUtteranceMetrics operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListUtteranceMetrics request to return the next page of results. For a complete set of results, call the ListUtteranceMetrics operation until the nextToken returned in the response is null.
', ], ], 'NonEmptyString' => [ 'base' => NULL, 'refs' => [ 'ExecutionErrorDetails$errorCode' => 'The error code for the error.
', 'ExecutionErrorDetails$errorMessage' => 'The message describing the error.
', 'SlotValue$interpretedValue' => 'The value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues
list.
The value output by the slot recognition.
', ], ], 'NumericalBotVersion' => [ 'base' => NULL, 'refs' => [ 'BotSummary$latestBotVersion' => 'The latest numerical version in use for the bot.
', 'CreateBotAliasRequest$botVersion' => 'The version of the bot that this alias points to. You can use the UpdateBotAlias operation to change the bot version associated with the alias.
', 'CreateBotAliasResponse$botVersion' => 'The version of the bot associated with this alias.
', 'CreateBotVersionResponse$botVersion' => 'The version number assigned to the version.
', 'DeleteBotVersionRequest$botVersion' => 'The version of the bot to delete.
', 'DeleteBotVersionResponse$botVersion' => 'The version of the bot that is being deleted.
', 'DescribeBotVersionRequest$botVersion' => 'The version of the bot to return metadata for.
', 'DescribeBotVersionResponse$botVersion' => 'The version of the bot that was described.
', 'SessionSpecification$botVersion' => 'The version of the bot that the session was held with.
', 'UtteranceSpecification$botVersion' => 'The version of the bot that the utterance was made to.
', ], ], 'ObfuscationSetting' => [ 'base' => 'Determines whether Amazon Lex obscures slot values in conversation logs.
', 'refs' => [ 'CreateSlotRequest$obfuscationSetting' => '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.
', 'CreateSlotResponse$obfuscationSetting' => 'Indicates whether the slot is configured to obfuscate values in Amazon CloudWatch logs.
', 'DescribeSlotResponse$obfuscationSetting' => 'Whether slot values are shown in Amazon CloudWatch logs. If the value is None
, the actual value of the slot is shown in logs.
New settings that determine how slot values are formatted in Amazon CloudWatch logs.
', 'UpdateSlotResponse$obfuscationSetting' => 'The updated setting that determines whether the slot value is obfuscated in the Amazon CloudWatch logs.
', ], ], 'ObfuscationSettingType' => [ 'base' => NULL, 'refs' => [ 'ObfuscationSetting$obfuscationSettingType' => 'Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to obscure the values.
', ], ], 'ObjectPrefix' => [ 'base' => NULL, 'refs' => [ 'ObjectPrefixes$member' => NULL, ], ], 'ObjectPrefixes' => [ 'base' => NULL, 'refs' => [ 'PathFormat$objectPrefixes' => 'A list of Amazon S3 prefixes that points to sub-folders in the Amazon S3 bucket. Specify this list if you only want Lex to read the files under this set of sub-folders.
', ], ], 'Operation' => [ 'base' => NULL, 'refs' => [ 'OperationList$member' => NULL, ], ], 'OperationList' => [ 'base' => NULL, 'refs' => [ 'CreateResourcePolicyStatementRequest$action' => '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.
', ], ], 'OutputContext' => [ 'base' => 'Describes a session context that is activated when an intent is fulfilled.
', 'refs' => [ 'OutputContextsList$member' => NULL, ], ], 'OutputContextsList' => [ 'base' => NULL, 'refs' => [ 'CreateIntentRequest$outputContexts' => '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.
The list of output contexts specified for the intent.
', 'DescribeIntentResponse$outputContexts' => 'A list of contexts that are activated when the intent is fulfilled.
', 'IntentSummary$outputContexts' => 'The output contexts that are activated when this intent is fulfilled.
', 'UpdateIntentRequest$outputContexts' => 'A new list of contexts that Amazon Lex activates when the intent is fulfilled.
', 'UpdateIntentResponse$outputContexts' => 'The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
', ], ], 'OverallTestResultItem' => [ 'base' => 'Information about the overall results for a test execution result.
', 'refs' => [ 'OverallTestResultItemList$member' => NULL, ], ], 'OverallTestResultItemList' => [ 'base' => NULL, 'refs' => [ 'OverallTestResults$items' => 'A list of the overall test results.
', ], ], 'OverallTestResults' => [ 'base' => 'Information about the overall test results.
', 'refs' => [ 'TestExecutionResultItems$overallTestResults' => 'Overall results for the test execution, including the breakdown of conversations and single-input utterances.
', ], ], 'ParentBotNetwork' => [ 'base' => 'A network of bots.
', 'refs' => [ 'ParentBotNetworks$member' => NULL, ], ], 'ParentBotNetworks' => [ 'base' => NULL, 'refs' => [ 'DescribeBotAliasResponse$parentBotNetworks' => 'A list of the networks to which the bot alias you described belongs.
', 'DescribeBotVersionResponse$parentBotNetworks' => 'A list of the networks to which the bot version you described belongs.
', ], ], 'PathFormat' => [ 'base' => 'The object that contains a path format that will be applied when Amazon Lex reads the transcript file in the bucket you provide. Specify this object if you only want Lex to read a subset of files in your Amazon S3 bucket.
', 'refs' => [ 'S3BucketTranscriptSource$pathFormat' => 'The object that contains a path format that will be applied when Amazon Lex reads the transcript file in the bucket you provide. Specify this object if you only want Lex to read a subset of files in your Amazon S3 bucket.
', ], ], 'Phrase' => [ 'base' => NULL, 'refs' => [ 'CustomVocabularyItem$phrase' => 'The unique phrase for the custom vocabulary item from the custom vocabulary list.
', 'CustomVocabularyItem$displayAs' => 'The DisplayAs value for the custom vocabulary item from the custom vocabulary list.
', 'NewCustomVocabularyItem$phrase' => 'The unique phrase for the new custom vocabulary item from the custom vocabulary list.
', 'NewCustomVocabularyItem$displayAs' => 'The display as value assigned to the new custom vocabulary item from the custom vocabulary list.
', ], ], 'PlainTextMessage' => [ 'base' => 'Defines an ASCII text message to send to the user.
', 'refs' => [ 'Message$plainTextMessage' => 'A message in plain text format.
', ], ], 'PlainTextMessageValue' => [ 'base' => NULL, 'refs' => [ 'PlainTextMessage$value' => 'The message to send to the user.
', ], ], 'Policy' => [ 'base' => NULL, 'refs' => [ 'CreateResourcePolicyRequest$policy' => '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 .
If the policy isn\'t valid, Amazon Lex returns a validation exception.
', 'DescribeResourcePolicyResponse$policy' => 'The JSON structure that contains the resource policy. For more information about the contents of a JSON policy document, see IAM JSON policy reference .
', 'UpdateResourcePolicyRequest$policy' => '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 .
If the policy isn\'t valid, Amazon Lex returns a validation exception.
', ], ], 'PostDialogCodeHookInvocationSpecification' => [ 'base' => 'Specifies next steps to run after the dialog code hook finishes.
', 'refs' => [ 'DialogCodeHookInvocationSetting$postCodeHookSpecification' => 'Contains the responses and actions that Amazon Lex takes after the Lambda function is complete.
', ], ], 'PostFulfillmentStatusSpecification' => [ 'base' => 'Provides a setting that determines whether the post-fulfillment response is sent to the user. For more information, see https://docs.aws.amazon.com/lexv2/latest/dg/streaming-progress.html#progress-complete
', 'refs' => [ 'FulfillmentCodeHookSettings$postFulfillmentStatusSpecification' => '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.
', ], ], 'PreconditionFailedException' => [ 'base' => 'Your request couldn\'t be completed because one or more request fields aren\'t valid. Check the fields in your request and try again.
', 'refs' => [], ], 'PresignedS3Url' => [ 'base' => NULL, 'refs' => [ 'BotRecommendationResults$botLocaleExportUrl' => 'The presigned URL link of the recommended bot definition.
', 'BotRecommendationResults$associatedTranscriptsUrl' => 'The presigned url link of the associated transcript.
', 'CreateUploadUrlResponse$uploadUrl' => 'A pre-signed S3 write URL. Upload the zip archive file that contains the definition of your bot or bot locale.
', 'DescribeExportResponse$downloadUrl' => '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.
Pre-signed Amazon S3 URL to download the test set discrepancy report.
', 'GetTestExecutionArtifactsUrlResponse$downloadArtifactsUrl' => 'The pre-signed Amazon S3 URL to download completed test execution.
', ], ], 'Principal' => [ 'base' => 'The IAM principal that you allowing or denying access to an Amazon Lex action. You must provide a service
or an arn
, but not both in the same statement. For more information, see AWS JSON policy elements: Principal .
The Amazon Resource Name (ARN) of the principal.
', ], ], 'PrincipalList' => [ 'base' => NULL, 'refs' => [ 'CreateResourcePolicyStatementRequest$principal' => 'An IAM principal, such as an IAM user, IAM role, or Amazon Web Services services that is allowed or denied access to a resource. For more information, see Amazon Web Services JSON policy elements: Principal.
', ], ], 'PriorityValue' => [ 'base' => NULL, 'refs' => [ 'SlotPriority$priority' => 'The priority that Amazon Lex should apply to the slot.
', ], ], 'PromptAttempt' => [ 'base' => 'The attempt name of attempts of a prompt.
', 'refs' => [ 'PromptAttemptsSpecificationMap$key' => NULL, ], ], 'PromptAttemptSpecification' => [ 'base' => 'Specifies the settings on a prompt attempt.
', 'refs' => [ 'PromptAttemptsSpecificationMap$value' => NULL, ], ], 'PromptAttemptsSpecificationMap' => [ 'base' => NULL, 'refs' => [ 'PromptSpecification$promptAttemptsSpecification' => 'Specifies the advanced settings on each attempt of the prompt.
', ], ], 'PromptMaxRetries' => [ 'base' => NULL, 'refs' => [ 'PromptSpecification$maxRetries' => 'The maximum number of times the bot tries to elicit a response from the user using this prompt.
', ], ], 'PromptSpecification' => [ 'base' => 'Specifies a list of message groups that Amazon Lex sends to a user to elicit a response.
', 'refs' => [ 'IntentConfirmationSetting$promptSpecification' => '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.
Prompts that are sent to the user to elicit a value for the slot.
', 'SlotValueElicitationSetting$promptSpecification' => 'The prompt that Amazon Lex uses to elicit the slot value from the user.
', 'SubSlotValueElicitationSetting$promptSpecification' => NULL, ], ], 'QueryFilterString' => [ 'base' => NULL, 'refs' => [ 'KendraConfiguration$queryFilterString' => 'A query filter that Amazon Lex sends to Amazon Kendra to filter the response from a query. The filter is in the format defined by Amazon Kendra. For more information, see Filtering queries.
', ], ], 'RecommendedAction' => [ 'base' => NULL, 'refs' => [ 'RecommendedActions$member' => NULL, ], ], 'RecommendedActions' => [ 'base' => NULL, 'refs' => [ 'DescribeBotLocaleResponse$recommendedActions' => 'Recommended actions to take to resolve an error in the failureReasons
field.
Recommended actions to take to resolve an error in the failureReasons
field.
An object that contains a summary of a recommended intent.
', 'refs' => [ 'RecommendedIntentSummaryList$member' => NULL, ], ], 'RecommendedIntentSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListRecommendedIntentsResponse$summaryList' => 'Summary information for the intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more intents available, the nextToken field contains a token to get the next page of results.
', ], ], 'RecordNumber' => [ 'base' => NULL, 'refs' => [ 'TestSetTurnRecord$recordNumber' => 'The record number associated with the turn.
', 'UtteranceLevelTestResultItem$recordNumber' => 'The record number of the result.
', ], ], 'RegexPattern' => [ 'base' => NULL, 'refs' => [ 'SlotValueRegexFilter$pattern' => 'A regular expression used to validate the value of a slot.
Use a standard regular expression. Amazon Lex supports the following characters in the regular expression:
A-Z, a-z
0-9
Unicode characters ("\\u<Unicode>")
Represent Unicode characters with four digits, for example "\\u0041" or "\\u005A".
The following regular expression operators are not supported:
Infinite repeaters: *, +, or {x,} with no upper bound.
Wild card (.)
Specifies the time window that utterance statistics are returned for. The time window is always relative to the last time that the that utterances were aggregated. For example, if the ListAggregatedUtterances
operation is called at 1600, the time window is set to 1 hour, and the last refresh time was 1530, only utterances made between 1430 and 1530 are returned.
You can choose the time window that statistics should be returned for.
Hours - You can request utterance statistics for 1, 3, 6, 12, or 24 hour time windows. Statistics are refreshed every half hour for 1 hour time windows, and hourly for the other time windows.
Days - You can request utterance statistics for 3 days. Statistics are refreshed every 6 hours.
Weeks - You can see statistics for one or two weeks. Statistics are refreshed every 12 hours for one week time windows, and once per day for two week time windows.
The desired time window for aggregating utterances.
', ], ], 'ResourceCount' => [ 'base' => NULL, 'refs' => [ 'DescribeBotLocaleResponse$intentsCount' => 'The number of intents defined for the locale.
', 'DescribeBotLocaleResponse$slotTypesCount' => 'The number of slot types defined for the locale.
', ], ], 'ResourceNotFoundException' => [ 'base' => 'You asked to describe a resource that doesn\'t exist. Check the resource that you are requesting and try again.
', 'refs' => [], ], 'ResponseSpecification' => [ 'base' => 'Specifies a list of message groups that Amazon Lex uses to respond the user input.
', 'refs' => [ 'ConditionalBranch$response' => NULL, 'DefaultConditionalBranch$response' => NULL, 'InitialResponseSetting$initialResponse' => NULL, 'IntentClosingSetting$closingResponse' => 'The response that Amazon Lex sends to the user when the intent is complete.
', 'IntentConfirmationSetting$declinationResponse' => 'When the user answers "no" to the question defined in promptSpecification
, Amazon Lex responds with this response to acknowledge that the intent was canceled.
The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.
', 'WaitAndContinueSpecification$continueResponse' => 'The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.
', ], ], 'RetryAfterSeconds' => [ 'base' => NULL, 'refs' => [ 'ThrottlingException$retryAfterSeconds' => 'The number of seconds after which the user can invoke the API again.
', ], ], 'RevisionId' => [ 'base' => NULL, 'refs' => [ 'CreateResourcePolicyResponse$revisionId' => '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.
', 'CreateResourcePolicyStatementRequest$expectedRevisionId' => '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.
', 'CreateResourcePolicyStatementResponse$revisionId' => '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.
', 'DeleteResourcePolicyRequest$expectedRevisionId' => '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.
', 'DeleteResourcePolicyResponse$revisionId' => '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.
', 'DeleteResourcePolicyStatementRequest$expectedRevisionId' => '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.
', 'DeleteResourcePolicyStatementResponse$revisionId' => '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.
', 'DescribeResourcePolicyResponse$revisionId' => '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.
', 'UpdateResourcePolicyRequest$expectedRevisionId' => 'The identifier of the revision of the policy to update. 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.
', 'UpdateResourcePolicyResponse$revisionId' => '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.
', ], ], 'RoleArn' => [ 'base' => NULL, 'refs' => [ 'BotImportSpecification$roleArn' => 'The Amazon Resource Name (ARN) of the IAM role used to build and run the bot.
', 'CreateBotRequest$roleArn' => 'The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot.
', 'CreateBotResponse$roleArn' => 'The IAM role specified for the bot.
', 'DescribeBotResponse$roleArn' => 'The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot.
', 'DescribeBotVersionResponse$roleArn' => 'The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot version.
', 'DescribeTestSetGenerationResponse$roleArn' => 'The roleARN of the test set used for the test set generation.
', 'DescribeTestSetResponse$roleArn' => 'The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
', 'StartTestSetGenerationRequest$roleArn' => 'The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
', 'StartTestSetGenerationResponse$roleArn' => 'The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
', 'TestSetImportResourceSpecification$roleArn' => 'The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.
', 'TestSetSummary$roleArn' => 'The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.
', 'UpdateBotRequest$roleArn' => 'The Amazon Resource Name (ARN) of an IAM role that has permissions to access the bot.
', 'UpdateBotResponse$roleArn' => 'The Amazon Resource Name (ARN) of the IAM role used by the bot after the update.
', 'UpdateTestSetResponse$roleArn' => 'The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
', ], ], 'RuntimeHintDetails' => [ 'base' => 'Provides an array of phrases that should be given preference when resolving values for a slot.
', 'refs' => [ 'SlotHintsSlotMap$value' => NULL, ], ], 'RuntimeHintPhrase' => [ 'base' => NULL, 'refs' => [ 'RuntimeHintValue$phrase' => 'The phrase that Amazon Lex should look for in the user\'s input to the bot.
', ], ], 'RuntimeHintValue' => [ 'base' => 'Provides the phrase that Amazon Lex should look for in the user\'s input to the bot.
', 'refs' => [ 'RuntimeHintValuesList$member' => NULL, ], ], 'RuntimeHintValuesList' => [ 'base' => NULL, 'refs' => [ 'RuntimeHintDetails$runtimeHintValues' => 'One or more strings that Amazon Lex should look for in the input to the bot. Each phrase is given preference when deciding on slot values.
', ], ], 'RuntimeHints' => [ 'base' => 'You can provide Amazon Lex with hints to the phrases that a customer is likely to use for a slot. When a slot with hints is resolved, the phrases in the runtime hints are preferred in the resolution. You can provide hints for a maximum of 100 intents. You can provide a maximum of 100 slots.
Before you can use runtime hints with an existing bot, you must first rebuild the bot.
For more information, see Using runtime hints to improve recognition of slot values.
', 'refs' => [ 'InputSessionStateSpecification$runtimeHints' => 'Runtime hints for the session state.
', ], ], 'S3BucketArn' => [ 'base' => NULL, 'refs' => [ 'S3BucketLogDestination$s3BucketArn' => 'The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.
', ], ], 'S3BucketLogDestination' => [ 'base' => 'Specifies an Amazon S3 bucket for logging audio conversations
', 'refs' => [ 'AudioLogDestination$s3Bucket' => 'The Amazon S3 bucket where the audio log files are stored. The IAM role specified in the roleArn
parameter of the CreateBot operation must have permission to write to this bucket.
The name of the Amazon S3 bucket that contains the grammar source.
', 'S3BucketTranscriptSource$s3BucketName' => 'The name of the bucket containing the transcript and the associated metadata.
', 'TestSetImportInputLocation$s3BucketName' => 'The name of the Amazon S3 bucket.
', 'TestSetStorageLocation$s3BucketName' => 'The name of the Amazon S3 bucket in which the test set is stored.
', ], ], 'S3BucketTranscriptSource' => [ 'base' => 'The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
', 'refs' => [ 'TranscriptSourceSetting$s3BucketTranscriptSource' => 'Indicates the setting of the Amazon S3 bucket where the transcript is stored.
', ], ], 'S3ObjectPath' => [ 'base' => NULL, 'refs' => [ 'GrammarSlotTypeSource$s3ObjectKey' => 'The path to the grammar in the Amazon S3 bucket.
', 'TestSetImportInputLocation$s3Path' => 'The path inside the Amazon S3 bucket pointing to the test-set CSV file.
', 'TestSetStorageLocation$s3Path' => 'The path inside the Amazon S3 bucket where the test set is stored.
', ], ], 'SSMLMessage' => [ 'base' => 'Defines a Speech Synthesis Markup Language (SSML) prompt.
', 'refs' => [ 'Message$ssmlMessage' => 'A message in Speech Synthesis Markup Language (SSML).
', ], ], 'SSMLMessageValue' => [ 'base' => NULL, 'refs' => [ 'SSMLMessage$value' => 'The SSML text that defines the prompt.
', ], ], 'SampleUtterance' => [ 'base' => 'A sample utterance that invokes an intent or respond to a slot elicitation prompt.
', 'refs' => [ 'SampleUtterancesList$member' => NULL, ], ], 'SampleUtterancesCount' => [ 'base' => NULL, 'refs' => [ 'RecommendedIntentSummary$sampleUtterancesCount' => 'The count of sample utterances of a recommended intent that is associated with a bot recommendation.
', ], ], 'SampleUtterancesList' => [ 'base' => NULL, 'refs' => [ 'CreateIntentRequest$sampleUtterances' => '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..
', 'CreateIntentResponse$sampleUtterances' => 'The sample utterances specified for the intent.
', 'DescribeIntentResponse$sampleUtterances' => 'User utterances that trigger this intent.
', 'SlotValueElicitationSetting$sampleUtterances' => 'If you know a specific pattern that users might respond to an Amazon Lex request for a slot value, you can provide those utterances to improve accuracy. This is optional. In most cases, Amazon Lex is capable of understanding user utterances.
', 'SubSlotValueElicitationSetting$sampleUtterances' => 'If you know a specific pattern that users might respond to an Amazon Lex request for a sub slot value, you can provide those utterances to improve accuracy. This is optional. In most cases Amazon Lex is capable of understanding user utterances. This is similar to SampleUtterances
for slots.
New utterances used to invoke the intent.
', 'UpdateIntentResponse$sampleUtterances' => 'The updated list of sample utterances for the intent.
', ], ], 'SampleValue' => [ 'base' => 'Defines one of the values for a slot type.
', 'refs' => [ 'SlotTypeValue$sampleValue' => 'The value of the slot type entry.
', 'SynonymList$member' => NULL, ], ], 'SearchAssociatedTranscriptsRequest' => [ 'base' => NULL, 'refs' => [], ], 'SearchAssociatedTranscriptsResponse' => [ 'base' => NULL, 'refs' => [], ], 'SearchOrder' => [ 'base' => NULL, 'refs' => [ 'SearchAssociatedTranscriptsRequest$searchOrder' => 'How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.
', ], ], 'SentimentAnalysisSettings' => [ 'base' => 'Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
', 'refs' => [ 'CreateBotAliasRequest$sentimentAnalysisSettings' => NULL, 'CreateBotAliasResponse$sentimentAnalysisSettings' => NULL, 'DescribeBotAliasResponse$sentimentAnalysisSettings' => NULL, 'UpdateBotAliasRequest$sentimentAnalysisSettings' => NULL, 'UpdateBotAliasResponse$sentimentAnalysisSettings' => NULL, ], ], 'ServicePrincipal' => [ 'base' => NULL, 'refs' => [ 'Principal$service' => 'The name of the Amazon Web Services service that should allowed or denied access to an Amazon Lex action.
', ], ], 'ServiceQuotaExceededException' => [ 'base' => 'You have reached a quota for your bot.
', 'refs' => [], ], 'SessionDataSortBy' => [ 'base' => 'An object specifying the measure and method by which to sort the session analytics data.
', 'refs' => [ 'ListSessionAnalyticsDataRequest$sortBy' => 'An object specifying the measure and method by which to sort the session analytics data.
', ], ], 'SessionId' => [ 'base' => NULL, 'refs' => [ 'DeleteUtterancesRequest$sessionId' => 'The unique identifier of the session with the user. The ID is returned in the response from the RecognizeText and RecognizeUtterance operations.
', ], ], 'SessionSpecification' => [ 'base' => 'An object containing information about a specific session.
', 'refs' => [ 'SessionSpecifications$member' => NULL, ], ], 'SessionSpecifications' => [ 'base' => NULL, 'refs' => [ 'ListSessionAnalyticsDataResponse$sessions' => 'A list of objects, each of which contains information about a session with the bot.
', ], ], 'SessionTTL' => [ 'base' => NULL, 'refs' => [ 'BotImportSpecification$idleSessionTTLInSeconds' => '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.
', 'CreateBotRequest$idleSessionTTLInSeconds' => '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.
', 'CreateBotResponse$idleSessionTTLInSeconds' => 'The session idle time specified for the bot.
', 'DescribeBotResponse$idleSessionTTLInSeconds' => 'The maximum time in seconds that Amazon Lex retains the data gathered in a conversation.
', 'DescribeBotVersionResponse$idleSessionTTLInSeconds' => 'The number of seconds that a session with the bot remains active before it is discarded by Amazon Lex.
', 'UpdateBotRequest$idleSessionTTLInSeconds' => '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.
', 'UpdateBotResponse$idleSessionTTLInSeconds' => 'The session timeout, in seconds, for the bot after the update.
', ], ], 'SkipResourceInUseCheck' => [ 'base' => NULL, 'refs' => [ 'DeleteBotAliasRequest$skipResourceInUseCheck' => '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.
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.
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.
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.
Settings used when Amazon Lex successfully captures a slot value from a user.
', 'refs' => [ 'SlotValueElicitationSetting$slotCaptureSetting' => 'Specifies the settings that Amazon Lex uses when a slot value is successfully entered by a user.
', ], ], 'SlotConstraint' => [ 'base' => NULL, 'refs' => [ 'SlotSummary$slotConstraint' => 'Whether the slot is required or optional. An intent is complete when all required slots are filled.
', 'SlotValueElicitationSetting$slotConstraint' => 'Specifies whether the slot is required or optional.
', ], ], 'SlotDefaultValue' => [ 'base' => 'Specifies the default value to use when a user doesn\'t provide a value for a slot.
', 'refs' => [ 'SlotDefaultValueList$member' => NULL, ], ], 'SlotDefaultValueList' => [ 'base' => NULL, 'refs' => [ 'SlotDefaultValueSpecification$defaultValueList' => 'A list of default values. Amazon Lex chooses the default value to use in the order that they are presented in the list.
', ], ], 'SlotDefaultValueSpecification' => [ 'base' => 'Defines a list of values that Amazon Lex should use as the default value for a slot.
', 'refs' => [ 'SlotValueElicitationSetting$defaultValueSpecification' => 'A list of default values for a slot. Default values are used when Amazon Lex hasn\'t determined a value for a slot. You can specify default values from context variables, session attributes, and defined values.
', 'SubSlotValueElicitationSetting$defaultValueSpecification' => NULL, ], ], 'SlotDefaultValueString' => [ 'base' => NULL, 'refs' => [ 'SlotDefaultValue$defaultValue' => 'The default value to use when a user doesn\'t provide a value for a slot.
', ], ], 'SlotFilter' => [ 'base' => 'Filters the response from the ListSlots
operation.
The name of the field to use for filtering.
', ], ], 'SlotFilterOperator' => [ 'base' => NULL, 'refs' => [ 'SlotFilter$operator' => 'The operator to use for the filter. Specify EQ
when the ListSlots
operation should return only aliases that equal the specified value. Specify CO
when the ListSlots
operation should return aliases that contain the specified value.
Provides the specification of a filter used to limit the slots in the response to only those that match the filter specification. You can only specify one filter and only one string to filter on.
', ], ], 'SlotHintsIntentMap' => [ 'base' => NULL, 'refs' => [ 'RuntimeHints$slotHints' => 'A list of the slots in the intent that should have runtime hints added, and the phrases that should be added for each slot.
The first level of the slotHints
map is the name of the intent. The second level is the name of the slot within the intent. For more information, see Using hints to improve accuracy.
The intent name and slot name must exist.
', ], ], 'SlotHintsSlotMap' => [ 'base' => NULL, 'refs' => [ 'RuntimeHintDetails$subSlotHints' => 'A map of constituent sub slot names inside a composite slot in the intent and the phrases that should be added for each sub slot. Inside each composite slot hints, this structure provides a mechanism to add granular sub slot phrases. Only sub slot hints are supported for composite slots. The intent name, composite slot name and the constituent sub slot names must exist.
', 'SlotHintsIntentMap$value' => NULL, ], ], 'SlotPrioritiesList' => [ 'base' => NULL, 'refs' => [ 'DescribeIntentResponse$slotPriorities' => 'The list that determines the priority that slots should be elicited from the user.
', 'UpdateIntentRequest$slotPriorities' => 'A new list of slots and their priorities that are contained by the intent.
', 'UpdateIntentResponse$slotPriorities' => 'The updated list of slots and their priorities that are elicited from the user for the intent.
', ], ], 'SlotPriority' => [ 'base' => 'Sets the priority that Amazon Lex should use when eliciting slot values from a user.
', 'refs' => [ 'SlotPrioritiesList$member' => NULL, ], ], 'SlotResolutionTestResultItem' => [ 'base' => 'Information about the success and failure rate of slot resolution in the results of a test execution.
', 'refs' => [ 'SlotResolutionTestResultItems$member' => NULL, ], ], 'SlotResolutionTestResultItemCounts' => [ 'base' => 'Information about the counts for a slot resolution in the results of a test execution.
', 'refs' => [ 'SlotResolutionTestResultItem$resultCounts' => 'A result for slot resolution in the results of a test execution.
', ], ], 'SlotResolutionTestResultItems' => [ 'base' => NULL, 'refs' => [ 'IntentLevelSlotResolutionTestResultItem$slotResolutionResults' => 'The results for the slot resolution in the test execution result.
', ], ], 'SlotShape' => [ 'base' => NULL, 'refs' => [ 'SlotValueOverride$shape' => 'When the shape value is List
, it indicates that the values
field contains a list of slot values. When the value is Scalar
, it indicates that the value
field contains a single value.
The attribute to use to sort the list.
', ], ], 'SlotSortBy' => [ 'base' => 'Specifies attributes for sorting a list of bots.
', 'refs' => [ 'ListSlotsRequest$sortBy' => 'Determines the sort order for the response from the ListSlots
operation. You can choose to sort by the slot name or last updated date in either ascending or descending order.
Summary information about a slot, a value that the bot elicits from the user.
', 'refs' => [ 'SlotSummaryList$member' => NULL, ], ], 'SlotSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListSlotsResponse$slotSummaries' => 'Summary information for the slots that meet the filter criteria specified in the request. The length of the list is specified in the maxResults
parameter of the request. If there are more slots available, the nextToken
field contains a token to get the next page of results.
Indicates the type of the slot type.
Custom
- A slot type that you created using custom values. For more information, see Creating custom slot types.
Extended
- A slot type created by extending the AMAZON.AlphaNumeric
built-in slot type. For more information, see AMAZON.AlphaNumeric
.
ExternalGrammar
- A slot type using a custom GRXML grammar to define values. For more information, see Using a custom grammar slot type.
Filters the response from the ListSlotTypes
operation.
The name of the field to use for filtering.
', ], ], 'SlotTypeFilterOperator' => [ 'base' => NULL, 'refs' => [ 'SlotTypeFilter$operator' => 'The operator to use for the filter. Specify EQ
when the ListSlotTypes
operation should return only aliases that equal the specified value. Specify CO
when the ListSlotTypes
operation should return aliases that contain the specified value.
Provides the specification of a filter used to limit the slot types in the response to only those that match the filter specification. You can only specify one filter and only one string to filter on.
', ], ], 'SlotTypeSignature' => [ 'base' => NULL, 'refs' => [ 'BuiltInSlotTypeSummary$slotTypeSignature' => 'The signature of the built-in slot type. Use this to specify the parent slot type of a derived slot type.
', 'CreateSlotTypeRequest$parentSlotTypeSignature' => '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.
The signature of the base slot type specified for the slot type.
', 'DescribeSlotTypeResponse$parentSlotTypeSignature' => 'The built in slot type used as a parent to this slot type.
', 'SlotTypeSummary$parentSlotTypeSignature' => 'If the slot type is derived from a built-on slot type, the name of the parent slot type.
', 'UpdateSlotTypeRequest$parentSlotTypeSignature' => 'The new built-in slot type that should be used as the parent of this slot type.
', 'UpdateSlotTypeResponse$parentSlotTypeSignature' => 'The updated signature of the built-in slot type that is the parent of this slot type.
', ], ], 'SlotTypeSortAttribute' => [ 'base' => NULL, 'refs' => [ 'SlotTypeSortBy$attribute' => 'The attribute to use to sort the list of slot types.
', ], ], 'SlotTypeSortBy' => [ 'base' => 'Specifies attributes for sorting a list of slot types.
', 'refs' => [ 'ListSlotTypesRequest$sortBy' => 'Determines the sort order for the response from the ListSlotTypes
operation. You can choose to sort by the slot type name or last updated date in either ascending or descending order.
The object that contains the statistical summary of the recommended slot type associated with the bot recommendation.
', 'refs' => [ 'BotRecommendationResultStatistics$slotTypes' => 'Statistical information about the slot types associated with the bot recommendation results.
', ], ], 'SlotTypeSummary' => [ 'base' => 'Provides summary information about a slot type.
', 'refs' => [ 'SlotTypeSummaryList$member' => NULL, ], ], 'SlotTypeSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListSlotTypesResponse$slotTypeSummaries' => 'Summary information for the slot types that meet the filter criteria specified in the request. The length of the list is specified in the maxResults
parameter of the request. If there are more slot types available, the nextToken
field contains a token to get the next page of results.
Each slot type can have a set of values. Each SlotTypeValue
represents a value that the slot type can take.
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.
The list of values that the slot type can assume.
', 'DescribeSlotTypeResponse$slotTypeValues' => 'The values that the slot type can take. Includes any synonyms for the slot type values.
', 'UpdateSlotTypeRequest$slotTypeValues' => 'A new list of values and their optional synonyms that define the values that the slot type can take.
', 'UpdateSlotTypeResponse$slotTypeValues' => 'The updated values that the slot type provides.
', ], ], 'SlotValue' => [ 'base' => 'The value to set in a slot.
', 'refs' => [ 'SlotValueOverride$value' => 'The current value of the slot.
', ], ], 'SlotValueElicitationSetting' => [ 'base' => 'Specifies the elicitation setting details eliciting a slot.
', 'refs' => [ 'CreateSlotRequest$valueElicitationSetting' => 'Specifies prompts that Amazon Lex sends to the user to elicit a response that provides the value for the slot.
', 'CreateSlotResponse$valueElicitationSetting' => 'The value elicitation settings specified for the slot.
', 'DescribeSlotResponse$valueElicitationSetting' => 'Prompts that Amazon Lex uses to elicit a value for the slot.
', 'UpdateSlotRequest$valueElicitationSetting' => 'A new set of prompts that Amazon Lex sends to the user to elicit a response the provides a value for the slot.
', 'UpdateSlotResponse$valueElicitationSetting' => 'The updated prompts that Amazon Lex sends to the user to elicit a response that provides a value for the slot.
', ], ], 'SlotValueOverride' => [ 'base' => 'The slot values that Amazon Lex uses when it sets slot values in a dialog step.
', 'refs' => [ 'SlotValueOverrideMap$value' => NULL, 'SlotValues$member' => NULL, ], ], 'SlotValueOverrideMap' => [ 'base' => NULL, 'refs' => [ 'IntentOverride$slots' => '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.
', ], ], 'SlotValueRegexFilter' => [ 'base' => 'Provides a regular expression used to validate the value of a slot.
', 'refs' => [ 'SlotValueSelectionSetting$regexFilter' => 'A regular expression used to validate the value of a slot.
', ], ], 'SlotValueResolutionStrategy' => [ 'base' => NULL, 'refs' => [ 'SlotValueSelectionSetting$resolutionStrategy' => 'Determines the slot resolution strategy that Amazon Lex uses to return slot type values. The field can be set to one of the following values:
ORIGINAL_VALUE
- Returns the value entered by the user, if the user value is similar to the slot value.
TOP_RESOLUTION
- If there is a resolution list for the slot, return the first value in the resolution list as the slot type value. If there is no resolution list, null is returned.
If you don\'t specify the valueSelectionStrategy
, the default is ORIGINAL_VALUE
.
Contains settings used by Amazon Lex to select a slot value.
', 'refs' => [ 'CreateSlotTypeRequest$valueSelectionSetting' => '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:
ORIGINAL_VALUE
- Returns the value entered by the user, if the user value is similar to the slot value.
TOP_RESOLUTION
- 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 ORIGINAL_VALUE
.
The strategy that Amazon Lex uses to select a value from the list of possible values.
', 'DescribeSlotTypeResponse$valueSelectionSetting' => 'The strategy that Amazon Lex uses to choose a value from a list of possible values.
', 'UpdateSlotTypeRequest$valueSelectionSetting' => 'The strategy that Amazon Lex should use when deciding on a value from the list of slot type values.
', 'UpdateSlotTypeResponse$valueSelectionSetting' => 'The updated strategy that Amazon Lex uses to determine which value to select from the slot type.
', ], ], 'SlotValues' => [ 'base' => NULL, 'refs' => [ 'SlotValueOverride$values' => 'A list of one or more values that the user provided for the slot. For example, for a slot that elicits pizza toppings, the values might be "pepperoni" and "pineapple."
', ], ], 'SortOrder' => [ 'base' => NULL, 'refs' => [ 'AggregatedUtterancesSortBy$order' => 'Specifies whether to sort the aggregated utterances in ascending or descending order.
', 'BotLocaleSortBy$order' => 'Specifies whether to sort the bot locales in ascending or descending order.
', 'BotSortBy$order' => 'The order to sort the list. You can choose ascending or descending.
', 'BotVersionSortBy$order' => 'The order to sort the list. You can specify ascending or descending order.
', 'BuiltInIntentSortBy$order' => 'The order to sort the list. You can specify ascending or descending order.
', 'BuiltInSlotTypeSortBy$order' => 'The order to sort the list. You can choose ascending or descending.
', 'ExportSortBy$order' => 'The order to sort the list.
', 'ImportSortBy$order' => 'The order to sort the list.
', 'IntentSortBy$order' => 'The order to sort the list. You can choose ascending or descending.
', 'SlotSortBy$order' => 'The order to sort the list. You can choose ascending or descending.
', 'SlotTypeSortBy$order' => 'The order to sort the list. You can say ascending or descending.
', 'TestExecutionSortBy$order' => 'Specifies whether to sort in ascending or descending order.
', 'TestSetSortBy$order' => 'Specifies whether to sort in ascending or descending order.
', ], ], 'Specifications' => [ 'base' => 'Subslot specifications.
', 'refs' => [ 'SubSlotSpecificationMap$value' => NULL, ], ], 'StartBotRecommendationRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartBotRecommendationResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartImportRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartImportResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartTestExecutionRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartTestExecutionResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartTestSetGenerationRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartTestSetGenerationResponse' => [ 'base' => NULL, 'refs' => [], ], 'StillWaitingResponseFrequency' => [ 'base' => NULL, 'refs' => [ 'StillWaitingResponseSpecification$frequencyInSeconds' => 'How often a message should be sent to the user. Minimum of 1 second, maximum of 5 minutes.
', ], ], 'StillWaitingResponseSpecification' => [ 'base' => 'Defines the messages that Amazon Lex sends to a user to remind them that the bot is waiting for a response.
', 'refs' => [ 'WaitAndContinueSpecification$stillWaitingResponse' => 'A response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.
', ], ], 'StillWaitingResponseTimeout' => [ 'base' => NULL, 'refs' => [ 'StillWaitingResponseSpecification$timeoutInSeconds' => 'If Amazon Lex waits longer than this length of time for a response, it will stop sending messages.
', ], ], 'StopBotRecommendationRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopBotRecommendationResponse' => [ 'base' => NULL, 'refs' => [], ], 'String' => [ 'base' => NULL, 'refs' => [ 'StringMap$value' => NULL, 'TestSetIntentDiscrepancyItem$errorMessage' => 'The error message for a discrepancy for an intent between the test set and the bot.
', 'TestSetSlotDiscrepancyItem$errorMessage' => 'The error message for a discrepancy for an intent between the test set and the bot.
', 'UtteranceBotResponse$content' => 'The text of the response to the utterance from the bot.
', 'UtteranceSpecification$utterance' => 'The text of the utterance.
', 'UtteranceSpecification$inputType' => 'The input type of the utterance. The possible values are as follows:
PCM format: audio data must be in little-endian byte order.
audio/l16; rate=16000; channels=1
audio/x-l16; sample-rate=16000; channel-count=1
audio/lpcm; sample-rate=8000; sample-size-bits=16; channel-count=1; is-big-endian=false
Opus format
audio/x-cbr-opus-with-preamble;preamble-size=0;bit-rate=256000;frame-size-milliseconds=4
Text format
text/plain; charset=utf-8
The output type of the utterance. The possible values are as follows:
audio/mpeg
audio/ogg
audio/pcm (16 KHz)
audio/
(defaults to mpeg
)
text/plain; charset=utf-8
The type of dialog action that the utterance is associated to. See the type
field in DialogAction for more information.
The identifier for the audio of the bot response.
', 'UtteranceSpecification$slotsFilledInSession' => 'The slots that have been filled in the session by the time of the utterance.
', ], ], 'StringMap' => [ 'base' => NULL, 'refs' => [ 'DialogState$sessionAttributes' => 'Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.
', 'InputSessionStateSpecification$sessionAttributes' => 'Session attributes for the session state.
', 'UserTurnInputSpecification$requestAttributes' => 'Request attributes of the user turn.
', ], ], 'SubSlotExpression' => [ 'base' => NULL, 'refs' => [ 'SubSlotSetting$expression' => 'The expression text for defining the constituent sub slots in the composite slot using logical AND and OR operators.
', ], ], 'SubSlotSetting' => [ 'base' => 'Specifications for the constituent sub slots and the expression for the composite slot.
', 'refs' => [ 'CreateSlotRequest$subSlotSetting' => 'Specifications for the constituent sub slots and the expression for the composite slot.
', 'CreateSlotResponse$subSlotSetting' => 'Specifications for the constituent sub slots and the expression for the composite slot.
', 'DescribeSlotResponse$subSlotSetting' => 'Specifications for the constituent sub slots and the expression for the composite slot.
', 'UpdateSlotRequest$subSlotSetting' => 'Specifications for the constituent sub slots and the expression for the composite slot.
', 'UpdateSlotResponse$subSlotSetting' => 'Specifications for the constituent sub slots and the expression for the composite slot.
', ], ], 'SubSlotSpecificationMap' => [ 'base' => NULL, 'refs' => [ 'SubSlotSetting$slotSpecifications' => 'Specifications for the constituent sub slots of a composite slot.
', ], ], 'SubSlotTypeComposition' => [ 'base' => 'Subslot type composition.
', 'refs' => [ 'SubSlotTypeList$member' => NULL, ], ], 'SubSlotTypeList' => [ 'base' => NULL, 'refs' => [ 'CompositeSlotTypeSetting$subSlots' => 'Subslots in the composite slot.
', ], ], 'SubSlotValueElicitationSetting' => [ 'base' => 'Subslot elicitation settings.
DefaultValueSpecification
is a list of default values for a constituent sub slot in a composite slot. Default values are used when Amazon Lex hasn\'t determined a value for a slot. You can specify default values from context variables, session attributes, and defined values. This is similar to DefaultValueSpecification
for slots.
PromptSpecification
is the prompt that Amazon Lex uses to elicit the sub slot value from the user. This is similar to PromptSpecification
for slots.
Specifies the elicitation setting details for constituent sub slots of a composite slot.
', ], ], 'SynonymList' => [ 'base' => NULL, 'refs' => [ 'SlotTypeValue$synonyms' => 'Additional values related to the slot type entry.
', ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'TagKeyList$member' => NULL, 'TagMap$key' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$tagKeys' => 'A list of tag keys to remove from the resource. If a tag key does not exist on the resource, it is ignored.
', ], ], 'TagMap' => [ 'base' => NULL, 'refs' => [ 'BotImportSpecification$botTags' => '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.
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.
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.
A list of tags associated with the bot alias.
', 'CreateBotRequest$botTags' => '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.
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.
A list of tags associated with the bot.
', 'CreateBotResponse$testBotAliasTags' => 'A list of tags associated with the test alias for the bot.
', 'ListTagsForResourceResponse$tags' => 'The tags associated with a resource.
', 'StartTestSetGenerationRequest$testSetTags' => 'A list of tags to add to the test set. You can only add tags when you import/generate a new test set. You can\'t use the UpdateTestSet
operation to update tags. To update tags, use the TagResource
operation.
A list of tags that was used for the test set that is being generated.
', 'TagResourceRequest$tags' => 'A list of tag keys to add to the resource. If a tag key already exists, the existing value is replaced with the new value.
', 'TestSetImportResourceSpecification$testSetTags' => 'A list of tags to add to the test set. You can only add tags when you import/generate a new test set. You can\'t use the UpdateTestSet
operation to update tags. To update tags, use the TagResource
operation.
Indicates whether we use streaming or non-streaming APIs are used for the test set execution. For streaming, StartConversation
Amazon Lex Runtime API is used. Whereas for non-streaming, RecognizeUtterance
and RecognizeText
Amazon Lex Runtime API is used.
Indicates whether we use streaming or non-streaming APIs for the test set execution. For streaming, StartConversation Runtime API is used. Whereas, for non-streaming, RecognizeUtterance and RecognizeText Amazon Lex Runtime API are used.
', 'StartTestExecutionResponse$apiMode' => 'Indicates whether we use streaming or non-streaming APIs for the test set execution. For streaming, StartConversation Amazon Lex Runtime API is used. Whereas for non-streaming, RecognizeUtterance and RecognizeText Amazon Lex Runtime API are used.
', 'TestExecutionSummary$apiMode' => 'Specifies whether the API mode for the test execution is streaming or non-streaming.
', ], ], 'TestExecutionModality' => [ 'base' => NULL, 'refs' => [ 'DescribeTestExecutionResponse$testExecutionModality' => 'Indicates whether test set is audio or text.
', 'StartTestExecutionRequest$testExecutionModality' => 'Indicates whether audio or text is used.
', 'StartTestExecutionResponse$testExecutionModality' => 'Indicates whether audio or text is used.
', 'TestExecutionSummary$testExecutionModality' => 'Specifies whether the data used for the test execution is written or spoken.
', ], ], 'TestExecutionResultFilterBy' => [ 'base' => 'Contains information about the method by which to filter the results of the test execution.
', 'refs' => [ 'ListTestExecutionResultItemsRequest$resultFilterBy' => 'The filter for the list of results from the test set execution.
', ], ], 'TestExecutionResultItems' => [ 'base' => 'Contains the results of the test execution, grouped by type of results. See Test result details">Test results details for details about different types of results.
', 'refs' => [ 'ListTestExecutionResultItemsResponse$testExecutionResults' => 'The list of results from the test execution.
', ], ], 'TestExecutionSortAttribute' => [ 'base' => NULL, 'refs' => [ 'TestExecutionSortBy$attribute' => 'Specifies whether to sort the test set executions by the date and time at which the test sets were created.
', ], ], 'TestExecutionSortBy' => [ 'base' => 'Contains information about the method by which to sort the instances of test executions you have carried out.
', 'refs' => [ 'ListTestExecutionsRequest$sortBy' => 'The sort order of the test set executions.
', ], ], 'TestExecutionStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeTestExecutionResponse$testExecutionStatus' => 'The test execution status for the test execution.
', 'TestExecutionSummary$testExecutionStatus' => 'The current status of the test execution.
', ], ], 'TestExecutionSummary' => [ 'base' => 'Summarizes metadata about the test execution.
', 'refs' => [ 'TestExecutionSummaryList$member' => NULL, ], ], 'TestExecutionSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListTestExecutionsResponse$testExecutions' => 'The list of test executions.
', ], ], 'TestExecutionTarget' => [ 'base' => 'Contains information about the bot used for the test execution.
', 'refs' => [ 'DescribeTestExecutionResponse$target' => 'The target bot for the test set execution details.
', 'StartTestExecutionRequest$target' => 'The target bot for the test set execution.
', 'StartTestExecutionResponse$target' => 'The target bot for the test set execution.
', 'TestExecutionSummary$target' => 'Contains information about the bot used for the test execution..
', ], ], 'TestResultMatchStatus' => [ 'base' => NULL, 'refs' => [ 'ConversationLevelIntentClassificationResultItem$matchResult' => 'The number of times the specific intent is used in the evaluation of intent level success or failure.
', 'ConversationLevelResultDetail$endToEndResult' => 'The success or failure of the streaming of the conversation.
', 'ConversationLevelResultDetail$speechTranscriptionResult' => 'The speech transcription success or failure details of the conversation.
', 'ConversationLevelSlotResolutionResultItem$matchResult' => 'The number of matching slots used in the slots listings for the slot resolution evaluation.
', 'ConversationLevelTestResultItem$endToEndResult' => 'The end-to-end success or failure of the test result evaluation item.
', 'ConversationLevelTestResultItem$speechTranscriptionResult' => 'The speech transcription success or failure of the test result evaluation item.
', 'ConversationLevelTestResultsFilterBy$endToEndResult' => 'The selection of matched or mismatched end-to-end status to filter test set results data at the conversation level.
', 'TestResultMatchStatusCountMap$key' => NULL, 'UserTurnResult$endToEndResult' => 'Specifies whether the expected and actual outputs match or not, or if there is an error in execution.
', 'UserTurnResult$intentMatchResult' => 'Specifies whether the expected and actual intents match or not.
', 'UserTurnResult$slotMatchResult' => 'Specifies whether the expected and actual slots match or not.
', 'UserTurnResult$speechTranscriptionResult' => 'Specifies whether the expected and actual speech transcriptions match or not, or if there is an error in execution.
', ], ], 'TestResultMatchStatusCountMap' => [ 'base' => NULL, 'refs' => [ 'IntentClassificationTestResultItemCounts$speechTranscriptionResultCounts' => 'The number of matched, mismatched, and execution error results for speech transcription for the intent.
', 'IntentClassificationTestResultItemCounts$intentMatchResultCounts' => 'The number of matched and mismatched results for intent recognition for the intent.
', 'OverallTestResultItem$speechTranscriptionResultCounts' => 'The number of speech transcription results in the overall test.
', 'OverallTestResultItem$endToEndResultCounts' => 'The number of results that succeeded.
', 'SlotResolutionTestResultItemCounts$speechTranscriptionResultCounts' => 'The number of matched, mismatched and execution error results for speech transcription for the slot.
', 'SlotResolutionTestResultItemCounts$slotMatchResultCounts' => 'The number of matched and mismatched results for slot resolution for the slot.
', ], ], 'TestResultSlotName' => [ 'base' => NULL, 'refs' => [ 'AgentTurnResult$actualElicitedSlot' => 'The actual elicited slot for the agent turn in a test set execution.
', 'ConversationLevelSlotResolutionResultItem$slotName' => 'The slot name in the slots list for the slot resolution details.
', 'SlotResolutionTestResultItem$slotName' => 'The name of the slot.
', ], ], 'TestResultTypeFilter' => [ 'base' => NULL, 'refs' => [ 'TestExecutionResultFilterBy$resultTypeFilter' => 'Specifies which results to filter. See Test result details">Test results details for details about different types of results.
', ], ], 'TestSetAgentPrompt' => [ 'base' => NULL, 'refs' => [ 'AgentTurnResult$expectedAgentPrompt' => 'The expected agent prompt for the agent turn in a test set execution.
', 'AgentTurnResult$actualAgentPrompt' => 'The actual agent prompt for the agent turn in a test set execution.
', 'AgentTurnSpecification$agentPrompt' => 'The agent prompt for the agent turn in a test set.
', ], ], 'TestSetConversationId' => [ 'base' => NULL, 'refs' => [ 'ConversationLevelTestResultItem$conversationId' => 'The conversation Id of the test result evaluation item.
', 'TestSetTurnRecord$conversationId' => 'The unique identifier for the conversation associated with the turn.
', 'UtteranceLevelTestResultItem$conversationId' => 'The unique identifier for the conversation associated with the result.
', ], ], 'TestSetDiscrepancyErrors' => [ 'base' => 'Contains details about the errors in the test set discrepancy report
', 'refs' => [ 'DescribeTestSetDiscrepancyReportResponse$testSetDiscrepancyTopErrors' => 'The top 200 error results from the test set discrepancy report.
', ], ], 'TestSetDiscrepancyReportBotAliasTarget' => [ 'base' => 'Contains information about the bot alias used for the test set discrepancy report.
', 'refs' => [ 'TestSetDiscrepancyReportResourceTarget$botAliasTarget' => 'Contains information about the bot alias used as the resource for the test set discrepancy report.
', ], ], 'TestSetDiscrepancyReportResourceTarget' => [ 'base' => 'Contains information about the resource used for the test set discrepancy report.
', 'refs' => [ 'CreateTestSetDiscrepancyReportRequest$target' => 'The target bot for the test set discrepancy report.
', 'CreateTestSetDiscrepancyReportResponse$target' => 'The target bot for the test set discrepancy report.
', 'DescribeTestSetDiscrepancyReportResponse$target' => 'The target bot location for the test set discrepancy report.
', ], ], 'TestSetDiscrepancyReportStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeTestSetDiscrepancyReportResponse$testSetDiscrepancyReportStatus' => 'The status for the test set discrepancy report.
', ], ], 'TestSetExportSpecification' => [ 'base' => 'Contains information about the test set that is exported.
', 'refs' => [ 'ExportResourceSpecification$testSetExportSpecification' => 'Specifications for the test set that is exported as a resource.
', ], ], 'TestSetGenerationDataSource' => [ 'base' => 'Contains information about the data source from which the test set is generated.
', 'refs' => [ 'DescribeTestSetGenerationResponse$generationDataSource' => 'The data source of the test set used for the test set generation.
', 'StartTestSetGenerationRequest$generationDataSource' => 'The data source for the test set generation.
', 'StartTestSetGenerationResponse$generationDataSource' => 'The data source for the test set generation.
', ], ], 'TestSetGenerationStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeTestSetGenerationResponse$testSetGenerationStatus' => 'The status for the test set generation.
', 'StartTestSetGenerationResponse$testSetGenerationStatus' => 'The status for the test set generation.
', ], ], 'TestSetImportInputLocation' => [ 'base' => 'Contains information about the Amazon S3 location from which the test set is imported.
', 'refs' => [ 'TestSetImportResourceSpecification$importInputLocation' => 'Contains information about the input location from where test-set should be imported.
', ], ], 'TestSetImportResourceSpecification' => [ 'base' => 'Contains information about the test set that is imported.
', 'refs' => [ 'ImportResourceSpecification$testSetImportResourceSpecification' => 'Specifications for the test set that is imported.
', ], ], 'TestSetIntentDiscrepancyItem' => [ 'base' => 'Contains information about discrepancy in an intent information between the test set and the bot.
', 'refs' => [ 'TestSetIntentDiscrepancyList$member' => NULL, ], ], 'TestSetIntentDiscrepancyList' => [ 'base' => NULL, 'refs' => [ 'TestSetDiscrepancyErrors$intentDiscrepancies' => 'Contains information about discrepancies found for intents between the test set and the bot.
', ], ], 'TestSetModality' => [ 'base' => NULL, 'refs' => [ 'DescribeTestSetResponse$modality' => 'Indicates whether the test set is audio or text data.
', 'TestSetImportResourceSpecification$modality' => 'Specifies whether the test-set being imported contains written or spoken data.
', 'TestSetSummary$modality' => 'Specifies whether the test set contains written or spoken data.
', 'UpdateTestSetResponse$modality' => 'Indicates whether audio or text is used for the updated test set.
', ], ], 'TestSetSlotDiscrepancyItem' => [ 'base' => 'Contains information about discrepancy in a slot information between the test set and the bot.
', 'refs' => [ 'TestSetSlotDiscrepancyList$member' => NULL, ], ], 'TestSetSlotDiscrepancyList' => [ 'base' => NULL, 'refs' => [ 'TestSetDiscrepancyErrors$slotDiscrepancies' => 'Contains information about discrepancies found for slots between the test set and the bot.
', ], ], 'TestSetSortAttribute' => [ 'base' => NULL, 'refs' => [ 'TestSetSortBy$attribute' => 'Specifies whether to sort the test sets by name or by the time they were last updated.
', ], ], 'TestSetSortBy' => [ 'base' => 'Contains information about the methods by which to sort the test set.
', 'refs' => [ 'ListTestSetsRequest$sortBy' => 'The sort order for the list of test sets.
', ], ], 'TestSetStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeTestSetResponse$status' => 'The status of the test set.
', 'TestSetSummary$status' => 'The status of the test set.
', 'UpdateTestSetResponse$status' => 'The status for the updated test set.
', ], ], 'TestSetStorageLocation' => [ 'base' => 'Contains information about the location in which the test set is stored.
', 'refs' => [ 'DescribeTestSetGenerationResponse$storageLocation' => 'The Amazon S3 storage location for the test set generation.
', 'DescribeTestSetResponse$storageLocation' => 'The Amazon S3 storage location for the test set data.
', 'StartTestSetGenerationRequest$storageLocation' => 'The Amazon S3 storage location for the test set generation.
', 'StartTestSetGenerationResponse$storageLocation' => 'The Amazon S3 storage location for the test set generation.
', 'TestSetImportResourceSpecification$storageLocation' => 'Contains information about the location that Amazon Lex uses to store the test-set.
', 'TestSetSummary$storageLocation' => 'Contains information about the location at which the test set is stored.
', 'UpdateTestSetResponse$storageLocation' => 'The Amazon S3 storage location for the updated test set.
', ], ], 'TestSetSummary' => [ 'base' => 'Contains summary information about the test set.
', 'refs' => [ 'TestSetSummaryList$member' => NULL, ], ], 'TestSetSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListTestSetsResponse$testSets' => 'The selected test sets in a list of test sets.
', ], ], 'TestSetTurnRecord' => [ 'base' => 'Contains information about a turn in a test set.
', 'refs' => [ 'TestSetTurnRecordList$member' => NULL, ], ], 'TestSetTurnRecordList' => [ 'base' => NULL, 'refs' => [ 'ListTestSetRecordsResponse$testSetRecords' => 'The list of records from the test set.
', ], ], 'TestSetTurnResult' => [ 'base' => 'Contains information about the results of the analysis of a turn in the test set.
', 'refs' => [ 'UtteranceLevelTestResultItem$turnResult' => 'Contains information about the turn associated with the result.
', ], ], 'TestSetUtteranceText' => [ 'base' => NULL, 'refs' => [ 'UserTurnOutputSpecification$transcript' => 'The transcript that is output for the user turn by the test execution.
', 'UtteranceInputSpecification$textInput' => 'A text input transcription of the utterance. It is only applicable for test-sets containing text data.
', ], ], 'TextInputSpecification' => [ 'base' => 'Specifies the text input specifications.
', 'refs' => [ 'PromptAttemptSpecification$textInputSpecification' => 'Specifies the settings on text input.
', ], ], 'TextLogDestination' => [ 'base' => 'Defines the Amazon CloudWatch Logs destination log group for conversation text logs.
', 'refs' => [ 'TextLogSetting$destination' => NULL, ], ], 'TextLogSetting' => [ 'base' => 'Defines settings to enable text conversation logs.
', 'refs' => [ 'TextLogSettingsList$member' => NULL, ], ], 'TextLogSettingsList' => [ 'base' => NULL, 'refs' => [ 'ConversationLogSettings$textLogSettings' => 'The Amazon CloudWatch Logs settings for logging text and metadata.
', ], ], 'ThrottlingException' => [ 'base' => 'Your request rate is too high. Reduce the frequency of requests.
', 'refs' => [], ], 'TimeDimension' => [ 'base' => NULL, 'refs' => [ 'RelativeAggregationDuration$timeDimension' => 'The type of time period that the timeValue
field represents.
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.
', 'AudioSpecification$maxLengthMs' => 'Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.
', 'AudioSpecification$endTimeoutMs' => 'Time for which a bot waits after the customer stops speaking to assume the utterance is finished.
', 'DTMFSpecification$endTimeoutMs' => 'How long the bot should wait after the last DTMF character input before assuming that the input has concluded.
', 'TextInputSpecification$startTimeoutMs' => 'Time for which a bot waits before re-prompting a customer for text input.
', ], ], 'TimeValue' => [ 'base' => NULL, 'refs' => [ 'RelativeAggregationDuration$timeValue' => 'The period of the time window to gather statistics for. The valid value depends on the setting of the timeDimension
field.
Hours
- 1/3/6/12/24
Days
- 3
Weeks
- 1/2
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.
', 'AggregatedUtterancesSummary$utteranceLastRecordedInAggregationDuration' => '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.
', 'BotAliasHistoryEvent$startDate' => 'The date and time that the event started.
', 'BotAliasHistoryEvent$endDate' => 'The date and time that the event ended.
', 'BotAliasSummary$creationDateTime' => 'A timestamp of the date and time that the bot alias was created.
', 'BotAliasSummary$lastUpdatedDateTime' => 'A timestamp of the date and time that the bot alias was last updated.
', 'BotLocaleHistoryEvent$eventDate' => 'A timestamp of the date and time that the event occurred.
', 'BotLocaleSummary$lastUpdatedDateTime' => 'A timestamp of the date and time that the bot locale was last updated.
', 'BotLocaleSummary$lastBuildSubmittedDateTime' => 'A timestamp of the date and time that the bot locale was last built.
', 'BotRecommendationSummary$creationDateTime' => 'A timestamp of the date and time that the bot recommendation was created.
', 'BotRecommendationSummary$lastUpdatedDateTime' => 'A timestamp of the date and time that the bot recommendation was last updated.
', 'BotSummary$lastUpdatedDateTime' => 'The date and time that the bot was last updated.
', 'BotVersionSummary$creationDateTime' => 'A timestamp of the date and time that the version was created.
', 'BuildBotLocaleResponse$lastBuildSubmittedDateTime' => 'A timestamp indicating the date and time that the bot was last built for this locale.
', 'ConversationLogsDataSourceFilterBy$startTime' => 'The start time for the conversation log.
', 'ConversationLogsDataSourceFilterBy$endTime' => 'The end time for the conversation log.
', 'CreateBotAliasResponse$creationDateTime' => 'A Unix timestamp indicating the date and time that the bot alias was created.
', 'CreateBotLocaleResponse$creationDateTime' => 'A timestamp specifying the date and time that the bot locale was created.
', 'CreateBotResponse$creationDateTime' => 'A timestamp indicating the date and time that the bot was created.
', 'CreateBotVersionResponse$creationDateTime' => 'A timestamp of the date and time that the version was created.
', 'CreateExportResponse$creationDateTime' => 'The date and time that the request to export a bot was created.
', 'CreateIntentResponse$creationDateTime' => 'A timestamp of the date and time that the intent was created.
', 'CreateSlotResponse$creationDateTime' => 'The timestamp of the date and time that the slot was created.
', 'CreateSlotTypeResponse$creationDateTime' => 'A timestamp of the date and time that the slot type was created.
', 'CreateTestSetDiscrepancyReportResponse$creationDateTime' => 'The creation date and time for the test set discrepancy report.
', 'DateRangeFilter$startDateTime' => 'A timestamp indicating the start date for the date range filter.
', 'DateRangeFilter$endDateTime' => 'A timestamp indicating the end date for the date range filter.
', 'DescribeBotAliasResponse$creationDateTime' => 'A timestamp of the date and time that the alias was created.
', 'DescribeBotAliasResponse$lastUpdatedDateTime' => 'A timestamp of the date and time that the alias was last updated.
', 'DescribeBotLocaleResponse$creationDateTime' => 'The date and time that the locale was created.
', 'DescribeBotLocaleResponse$lastUpdatedDateTime' => 'The date and time that the locale was last updated.
', 'DescribeBotLocaleResponse$lastBuildSubmittedDateTime' => 'The date and time that the locale was last submitted for building.
', 'DescribeBotRecommendationResponse$creationDateTime' => 'The date and time that the bot recommendation was created.
', 'DescribeBotRecommendationResponse$lastUpdatedDateTime' => 'The date and time that the bot recommendation was last updated.
', 'DescribeBotResponse$creationDateTime' => 'A timestamp of the date and time that the bot was created.
', 'DescribeBotResponse$lastUpdatedDateTime' => 'A timestamp of the date and time that the bot was last updated.
', 'DescribeBotVersionResponse$creationDateTime' => 'A timestamp of the date and time that the bot version was created.
', 'DescribeCustomVocabularyMetadataResponse$creationDateTime' => 'The date and time that the custom vocabulary was created.
', 'DescribeCustomVocabularyMetadataResponse$lastUpdatedDateTime' => 'The date and time that the custom vocabulary was last updated.
', 'DescribeExportResponse$creationDateTime' => 'The date and time that the export was created.
', 'DescribeExportResponse$lastUpdatedDateTime' => 'The last date and time that the export was updated.
', 'DescribeImportResponse$creationDateTime' => 'The date and time that the import was created.
', 'DescribeImportResponse$lastUpdatedDateTime' => 'The date and time that the import was last updated.
', 'DescribeIntentResponse$creationDateTime' => 'A timestamp of the date and time that the intent was created.
', 'DescribeIntentResponse$lastUpdatedDateTime' => 'A timestamp of the date and time that the intent was last updated.
', 'DescribeSlotResponse$creationDateTime' => 'A timestamp of the date and time that the slot was created.
', 'DescribeSlotResponse$lastUpdatedDateTime' => 'A timestamp of the date and time that the slot was last updated.
', 'DescribeSlotTypeResponse$creationDateTime' => 'A timestamp of the date and time that the slot type was created.
', 'DescribeSlotTypeResponse$lastUpdatedDateTime' => 'A timestamp of the date and time that the slot type was last updated.
', 'DescribeTestExecutionResponse$creationDateTime' => 'The execution creation date and time for the test set execution.
', 'DescribeTestExecutionResponse$lastUpdatedDateTime' => 'The date and time of the last update for the execution.
', 'DescribeTestSetDiscrepancyReportResponse$creationDateTime' => 'The time and date of creation for the test set discrepancy report.
', 'DescribeTestSetDiscrepancyReportResponse$lastUpdatedDataTime' => 'The date and time of the last update for the test set discrepancy report.
', 'DescribeTestSetGenerationResponse$creationDateTime' => 'The creation date and time for the test set generation.
', 'DescribeTestSetGenerationResponse$lastUpdatedDateTime' => 'The date and time of the last update for the test set generation.
', 'DescribeTestSetResponse$creationDateTime' => 'The creation date and time for the test set data.
', 'DescribeTestSetResponse$lastUpdatedDateTime' => 'The date and time for the last update of the test set data.
', 'ExportSummary$creationDateTime' => 'The date and time that the export was created.
', 'ExportSummary$lastUpdatedDateTime' => 'The date and time that the export was last updated.
', 'ImportSummary$creationDateTime' => 'The date and time that the import was created.
', 'ImportSummary$lastUpdatedDateTime' => 'The date and time that the import was last updated.
', 'IntentSummary$lastUpdatedDateTime' => 'The timestamp of the date and time that the intent was last updated.
', 'ListAggregatedUtterancesResponse$aggregationWindowStartTime' => 'The date and time that the aggregation window begins. Only data collected after this time is returned in the results.
', 'ListAggregatedUtterancesResponse$aggregationWindowEndTime' => 'The date and time that the aggregation window ends. Only data collected between the start time and the end time are returned in the results.
', 'ListAggregatedUtterancesResponse$aggregationLastRefreshedDateTime' => 'The last date and time that the aggregated data was collected. The time period depends on the length of the aggregation window.
Hours - for 1 hour time window, every half hour; otherwise every hour.
Days - every 6 hours
Weeks - for a one week time window, every 12 hours; otherwise, every day
The timestamp that marks the beginning of the range of time for which you want to see intent metrics.
', 'ListIntentMetricsRequest$endDateTime' => 'The date and time that marks the end of the range of time for which you want to see intent metrics.
', 'ListIntentPathsRequest$startDateTime' => 'The date and time that marks the beginning of the range of time for which you want to see intent path metrics.
', 'ListIntentPathsRequest$endDateTime' => 'The date and time that marks the end of the range of time for which you want to see intent path metrics.
', 'ListIntentStageMetricsRequest$startDateTime' => 'The date and time that marks the beginning of the range of time for which you want to see intent stage metrics.
', 'ListIntentStageMetricsRequest$endDateTime' => 'The date and time that marks the end of the range of time for which you want to see intent stage metrics.
', 'ListSessionAnalyticsDataRequest$startDateTime' => 'The date and time that marks the beginning of the range of time for which you want to see session analytics.
', 'ListSessionAnalyticsDataRequest$endDateTime' => 'The date and time that marks the end of the range of time for which you want to see session analytics.
', 'ListSessionMetricsRequest$startDateTime' => 'The date and time that marks the beginning of the range of time for which you want to see session metrics.
', 'ListSessionMetricsRequest$endDateTime' => 'The date and time that marks the end of the range of time for which you want to see session metrics.
', 'ListUtteranceAnalyticsDataRequest$startDateTime' => 'The date and time that marks the beginning of the range of time for which you want to see utterance analytics.
', 'ListUtteranceAnalyticsDataRequest$endDateTime' => 'The date and time that marks the end of the range of time for which you want to see utterance analytics.
', 'ListUtteranceMetricsRequest$startDateTime' => 'The date and time that marks the beginning of the range of time for which you want to see utterance metrics.
', 'ListUtteranceMetricsRequest$endDateTime' => 'The date and time that marks the end of the range of time for which you want to see utterance metrics.
', 'SessionSpecification$conversationStartTime' => 'The date and time when the conversation began. A conversation is defined as a unique combination of a sessionId
and an originatingRequestId
.
The date and time when the conversation ended. A conversation is defined as a unique combination of a sessionId
and an originatingRequestId
.
The timestamp of the last date and time that the slot was updated.
', 'SlotTypeSummary$lastUpdatedDateTime' => 'A timestamp of the date and time that the slot type was last updated.
', 'StartBotRecommendationResponse$creationDateTime' => 'A timestamp of the date and time that the bot recommendation was created.
', 'StartImportResponse$creationDateTime' => 'The date and time that the import request was created.
', 'StartTestExecutionResponse$creationDateTime' => 'The creation date and time for the test set execution.
', 'StartTestSetGenerationResponse$creationDateTime' => 'The creation date and time for the test set generation.
', 'TestExecutionSummary$creationDateTime' => 'The date and time at which the test execution was created.
', 'TestExecutionSummary$lastUpdatedDateTime' => 'The date and time at which the test execution was last updated.
', 'TestSetSummary$creationDateTime' => 'The date and time at which the test set was created.
', 'TestSetSummary$lastUpdatedDateTime' => 'The date and time at which the test set was last updated.
', 'UpdateBotAliasResponse$creationDateTime' => 'A timestamp of the date and time that the bot was created.
', 'UpdateBotAliasResponse$lastUpdatedDateTime' => 'A timestamp of the date and time that the bot was last updated.
', 'UpdateBotLocaleResponse$creationDateTime' => 'A timestamp of the date and time that the locale was created.
', 'UpdateBotLocaleResponse$lastUpdatedDateTime' => 'A timestamp of the date and time that the locale was last updated.
', 'UpdateBotRecommendationResponse$creationDateTime' => 'A timestamp of the date and time that the bot recommendation was created.
', 'UpdateBotRecommendationResponse$lastUpdatedDateTime' => 'A timestamp of the date and time that the bot recommendation was last updated.
', 'UpdateBotResponse$creationDateTime' => 'A timestamp of the date and time that the bot was created.
', 'UpdateBotResponse$lastUpdatedDateTime' => 'A timestamp of the date and time that the bot was last updated.
', 'UpdateExportResponse$creationDateTime' => 'The date and time that the export was created.
', 'UpdateExportResponse$lastUpdatedDateTime' => 'The date and time that the export was last updated.
', 'UpdateIntentResponse$creationDateTime' => 'A timestamp of when the intent was created.
', 'UpdateIntentResponse$lastUpdatedDateTime' => 'A timestamp of the last time that the intent was modified.
', 'UpdateSlotResponse$creationDateTime' => 'The timestamp of the date and time that the slot was created.
', 'UpdateSlotResponse$lastUpdatedDateTime' => 'The timestamp of the date and time that the slot was last updated.
', 'UpdateSlotTypeResponse$creationDateTime' => 'The timestamp of the date and time that the slot type was created.
', 'UpdateSlotTypeResponse$lastUpdatedDateTime' => 'A timestamp of the date and time that the slot type was last updated.
', 'UpdateTestSetResponse$creationDateTime' => 'The creation date and time for the updated test set.
', 'UpdateTestSetResponse$lastUpdatedDateTime' => 'The date and time of the last update for the updated test set.
', 'UtteranceSpecification$conversationStartTime' => 'The date and time when the conversation in which the utterance took place began. A conversation is defined as a unique combination of a sessionId
and an originatingRequestId
.
The date and time when the conversation in which the utterance took place ended. A conversation is defined as a unique combination of a sessionId
and an originatingRequestId
.
The date and time when the utterance took place.
', ], ], 'Transcript' => [ 'base' => NULL, 'refs' => [ 'AssociatedTranscript$transcript' => 'The content of the transcript that meets the search filter criteria. For the JSON format of the transcript, see Output transcript format.
', ], ], 'TranscriptFilter' => [ 'base' => 'The object representing the filter that Amazon Lex will use to select the appropriate transcript.
', 'refs' => [ 'S3BucketTranscriptSource$transcriptFilter' => 'The object that contains the filter which will be applied when Amazon Lex reads through the Amazon S3 bucket. Specify this object if you want Amazon Lex to read only a subset of the Amazon S3 bucket based on the filter you provide.
', ], ], 'TranscriptFormat' => [ 'base' => NULL, 'refs' => [ 'S3BucketTranscriptSource$transcriptFormat' => 'The format of the transcript content. Currently, Genie only supports the Amazon Lex transcript format.
', ], ], 'TranscriptSourceSetting' => [ 'base' => 'Indicates the setting of the location where the transcript is stored.
', 'refs' => [ 'DescribeBotRecommendationResponse$transcriptSourceSetting' => 'The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
', 'StartBotRecommendationRequest$transcriptSourceSetting' => 'The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
', 'StartBotRecommendationResponse$transcriptSourceSetting' => 'The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
', 'UpdateBotRecommendationResponse$transcriptSourceSetting' => 'The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
', ], ], 'TurnNumber' => [ 'base' => NULL, 'refs' => [ 'TestSetTurnRecord$turnNumber' => 'The number of turns that has elapsed up to that turn.
', ], ], 'TurnSpecification' => [ 'base' => 'Contains information about the messages in the turn.
', 'refs' => [ 'TestSetTurnRecord$turnSpecification' => 'Contains information about the agent or user turn depending upon type of turn.
', ], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateBotAliasRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateBotAliasResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateBotLocaleRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateBotLocaleResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateBotRecommendationRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateBotRecommendationResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateBotRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateBotResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateCustomVocabularyItemsList' => [ 'base' => NULL, 'refs' => [ 'BatchUpdateCustomVocabularyItemRequest$customVocabularyItemList' => '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.
', ], ], 'UpdateExportRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateExportResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateIntentRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateIntentResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateResourcePolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateResourcePolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSlotRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSlotResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSlotTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSlotTypeResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTestSetRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTestSetResponse' => [ 'base' => NULL, 'refs' => [], ], 'UserTurnInputSpecification' => [ 'base' => 'Contains information about the user messages in the turn in the input.
', 'refs' => [ 'UserTurnResult$input' => 'Contains information about the user messages in the turn in the input.
', 'UserTurnSpecification$input' => 'Contains information about the user messages in the turn in the input.
', ], ], 'UserTurnIntentOutput' => [ 'base' => 'Contains information about the intent that is output for the turn by the test execution.
', 'refs' => [ 'UserTurnOutputSpecification$intent' => 'Contains information about the intent.
', ], ], 'UserTurnOutputSpecification' => [ 'base' => 'Contains results that are output for the user turn by the test execution.
', 'refs' => [ 'UserTurnResult$expectedOutput' => 'Contains information about the expected output for the user turn.
', 'UserTurnResult$actualOutput' => 'Contains information about the actual output for the user turn.
', 'UserTurnSpecification$expected' => 'Contains results about the expected output for the user turn.
', ], ], 'UserTurnResult' => [ 'base' => 'Contains the results for the user turn by the test execution.
', 'refs' => [ 'TestSetTurnResult$user' => 'Contains information about the user messages in the turn.
', ], ], 'UserTurnSlotOutput' => [ 'base' => 'Contains information about a slot output by the test set execution.
', 'refs' => [ 'UserTurnSlotOutputList$member' => NULL, 'UserTurnSlotOutputMap$value' => NULL, ], ], 'UserTurnSlotOutputList' => [ 'base' => NULL, 'refs' => [ 'UserTurnSlotOutput$values' => 'Values that are output by the slot recognition.
', ], ], 'UserTurnSlotOutputMap' => [ 'base' => NULL, 'refs' => [ 'UserTurnIntentOutput$slots' => 'The slots associated with the intent.
', 'UserTurnSlotOutput$subSlots' => 'A list of items mapping the name of the subslots to information about those subslots.
', ], ], 'UserTurnSpecification' => [ 'base' => 'Contains information about the expected and input values for the user turn.
', 'refs' => [ 'TurnSpecification$userTurn' => 'Contains information about the user messages in the turn.
', ], ], 'Utterance' => [ 'base' => NULL, 'refs' => [ 'AggregatedUtterancesSummary$utterance' => 'The text of the utterance. If the utterance was used with the RecognizeUtterance
operation, the text is the transcription of the audio utterance.
The sample utterance that Amazon Lex uses to build its machine-learning model to recognize intents.
', ], ], 'UtteranceAggregationDuration' => [ 'base' => 'Provides parameters for setting the time window and duration for aggregating utterance data.
', 'refs' => [ 'ListAggregatedUtterancesRequest$aggregationDuration' => 'The time window for aggregating the utterance information. You can specify a time between one hour and two weeks.
', 'ListAggregatedUtterancesResponse$aggregationDuration' => 'The time period used to aggregate the utterance data.
', ], ], 'UtteranceAudioInputSpecification' => [ 'base' => 'Contains information about the audio for an utterance.
', 'refs' => [ 'UtteranceInputSpecification$audioInput' => 'Contains information about the audio input for an utterance.
', ], ], 'UtteranceBotResponse' => [ 'base' => 'An object that contains a response to the utterance from the bot.
', 'refs' => [ 'UtteranceBotResponses$member' => NULL, ], ], 'UtteranceBotResponses' => [ 'base' => NULL, 'refs' => [ 'UtteranceSpecification$botResponses' => 'A list of objects containing information about the bot response to the utterance.
', ], ], 'UtteranceContentType' => [ 'base' => NULL, 'refs' => [ 'UtteranceBotResponse$contentType' => 'The type of the response. The following values are possible:
PlainText
– A plain text string.
CustomPayload
– A response string that you can customize to include data or metadata for your application.
SSML
– A string that includes Speech Synthesis Markup Language to customize the audio response.
ImageResponseCard
– An image with buttons that the customer can select. See ImageResponseCard for more information.
An object specifying the measure and method by which to sort the utterance data.
', 'refs' => [ 'ListUtteranceAnalyticsDataRequest$sortBy' => 'An object specifying the measure and method by which to sort the utterance analytics data.
', ], ], 'UtteranceInputSpecification' => [ 'base' => 'Contains information about input of an utterance.
', 'refs' => [ 'UserTurnInputSpecification$utteranceInput' => 'The utterance input in the user turn.
', ], ], 'UtteranceLevelTestResultItem' => [ 'base' => 'Contains information about multiple utterances in the results of a test set execution.
', 'refs' => [ 'UtteranceLevelTestResultItemList$member' => NULL, ], ], 'UtteranceLevelTestResultItemList' => [ 'base' => NULL, 'refs' => [ 'UtteranceLevelTestResults$items' => 'Contains information about an utterance in the results of the test set execution.
', ], ], 'UtteranceLevelTestResults' => [ 'base' => 'Contains information about the utterances in the results of the test set execution.
', 'refs' => [ 'TestExecutionResultItems$utteranceLevelTestResults' => 'Results related to utterances in the test set.
', ], ], 'UtteranceSpecification' => [ 'base' => 'An object containing information about a specific utterance.
', 'refs' => [ 'UtteranceSpecifications$member' => NULL, ], ], 'UtteranceSpecifications' => [ 'base' => NULL, 'refs' => [ 'ListUtteranceAnalyticsDataResponse$utterances' => 'A list of objects, each of which contains information about an utterance in a user session with your bot.
', ], ], 'UtteranceUnderstood' => [ 'base' => NULL, 'refs' => [ 'UtteranceSpecification$utteranceUnderstood' => 'Specifies whether the bot understood the utterance or not.
', ], ], 'ValidationException' => [ 'base' => 'One of the input parameters in your request isn\'t valid. Check the parameters and try your request again.
', 'refs' => [], ], 'Value' => [ 'base' => NULL, 'refs' => [ 'SampleValue$value' => 'The value that can be used for a slot type.
', ], ], 'VoiceEngine' => [ 'base' => NULL, 'refs' => [ 'VoiceSettings$engine' => 'Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see the engine
parameter of the SynthesizeSpeech
operation in the Amazon Polly developer guide.
If you do not specify a value, the default is standard
.
The identifier of the Amazon Polly voice to use.
', ], ], 'VoiceSettings' => [ 'base' => 'Defines settings for using an Amazon Polly voice to communicate with a user.
', 'refs' => [ 'BotLocaleImportSpecification$voiceSettings' => NULL, 'CreateBotLocaleRequest$voiceSettings' => 'The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
', 'CreateBotLocaleResponse$voiceSettings' => 'The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
', 'DescribeBotLocaleResponse$voiceSettings' => 'The Amazon Polly voice Amazon Lex uses for voice interaction with the user.
', 'UpdateBotLocaleRequest$voiceSettings' => 'The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.
', 'UpdateBotLocaleResponse$voiceSettings' => 'The updated Amazon Polly voice to use for voice interaction with the user.
', ], ], 'WaitAndContinueSpecification' => [ 'base' => 'Specifies the prompts that Amazon Lex uses while a bot is waiting for customer input.
', 'refs' => [ 'SlotValueElicitationSetting$waitAndContinueSpecification' => NULL, 'SubSlotValueElicitationSetting$waitAndContinueSpecification' => NULL, ], ], 'Weight' => [ 'base' => NULL, 'refs' => [ 'CustomVocabularyItem$weight' => 'The weight assigned for the custom vocabulary item from the custom vocabulary list.
', 'NewCustomVocabularyItem$weight' => 'The weight assigned to the new custom vocabulary item from the custom vocabulary list.
', ], ], ],];