Module Values.DescribeCustomVocabularyMetadataRequestSource

Provides metadata information about a custom vocabulary.

Sourcetype nonrec t = {
  1. botId : Id.t;
    (*

    The unique identifier of the bot that contains the custom vocabulary.

    *)
  2. botVersion : BotVersion.t;
    (*

    The bot version of the bot to return metadata for.

    *)
  3. localeId : LocaleId.t;
    (*

    The locale to return the custom vocabulary information for. The locale must be en_GB.

    *)
}
Sourceval context_ : string
Sourceval make : botId:Id.t -> botVersion:BotVersion.t -> localeId:LocaleId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Id.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t