describe_intent
(**kwargs)¶Returns metadata about an intent.
See also: AWS API Documentation
Request Syntax
response = client.describe_intent(
intentId='string',
botId='string',
botVersion='string',
localeId='string'
)
[REQUIRED]
The identifier of the intent to describe.
[REQUIRED]
The identifier of the bot associated with the intent.
[REQUIRED]
The version of the bot associated with the intent.
[REQUIRED]
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.
dict
Response Syntax
# This section is too large to render.
# Please see the AWS API Documentation linked below.
Response Structure
# This section is too large to render.
# Please see the AWS API Documentation linked below.
Exceptions
LexModelsV2.Client.exceptions.ThrottlingException
LexModelsV2.Client.exceptions.ServiceQuotaExceededException
LexModelsV2.Client.exceptions.ValidationException
LexModelsV2.Client.exceptions.ResourceNotFoundException
LexModelsV2.Client.exceptions.InternalServerException