Values.SearchAssociatedTranscriptsResponseSourceSearch for associated transcripts that meet the specified criteria.
type nonrec t = {botId : Id.t option;The unique identifier of the bot associated with the transcripts that you are searching.
*)botVersion : BotVersion.t option;The version of the bot containing the transcripts that you are searching.
*)localeId : LocaleId.t option;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
*)botRecommendationId : Id.t option;The unique identifier of the bot recommendation associated with the transcripts to search.
*)nextIndex : NextIndex.t option;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.
*)associatedTranscripts : AssociatedTranscriptList.t option;The object that contains the associated transcript that meet the criteria you specified.
*)totalResults : MaxResults.t option;The total number of transcripts returned by the search.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.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 ->
[> `InternalServerException of InternalServerException.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 ->
[> `InternalServerException of InternalServerException.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
* [> `Integer of NextIndex.t
| `List of
[> `Structure of (string * [> `String of Transcript.t ]) list ]
list
| `String of Id.t ])
list ]