Values.StartBotRecommendationResponseSourceUse this to provide your transcript data, and to start the bot recommendation process.
type nonrec t = {botId : Id.t option;The unique identifier of the bot containing the bot recommendation.
*)botVersion : DraftBotVersion.t option;The version of the bot containing the bot recommendation.
*)localeId : LocaleId.t option;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
*)botRecommendationStatus : BotRecommendationStatus.t option;The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
*)botRecommendationId : Id.t option;The identifier of the bot recommendation that you have created.
*)creationDateTime : Timestamp.t option;A timestamp of the date and time that the bot recommendation was created.
*)transcriptSourceSetting : TranscriptSourceSetting.t option;The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
*)encryptionSetting : EncryptionSetting.t option;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.
*)}type nonrec error = [ | `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `PreconditionFailedException of PreconditionFailedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `PreconditionFailedException of PreconditionFailedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `PreconditionFailedException of PreconditionFailedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Id.t
| `Structure of
(string
* [> `String of KmsKeyArn.t
| `Structure of
(string
* [> `Enum of string
| `String of S3BucketName.t
| `Structure of
(string
* [> `List of [> `String of ObjectPrefix.t ] list
| `Structure of
(string
* [> `Structure of
(string * [> `Timestamp of Timestamp.t ])
list ])
list ])
list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]