- Navigation Guide
@aws-sdk/client-lex-models-v2
UpdateBotRecommendationCommandOutput Interface
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
botId | string | undefined | The unique identifier of the bot containing the bot recommendation that has been updated. |
botRecommendationId | string | undefined | The unique identifier of the bot recommendation to be updated. |
botRecommendationStatus | BotRecommendationStatus | undefined | The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field. |
botVersion | string | undefined | The version of the bot containing the bot recommendation that has been updated. |
creationDateTime | Date | undefined | A timestamp of the date and time that the bot recommendation was created. |
encryptionSetting | EncryptionSetting | undefined | 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. |
lastUpdatedDateTime | Date | undefined | A timestamp of the date and time that the bot recommendation was last updated. |
localeId | string | undefined | 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 |
transcriptSourceSetting | TranscriptSourceSetting | undefined | The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata. |
Full Signature
export interface UpdateBotRecommendationCommandOutput extends UpdateBotRecommendationResponse, MetadataBearer