Module Values.GetQuickResponseRequestSource

Retrieves the quick response.

Sourcetype nonrec t = {
  1. knowledgeBaseId : UuidOrArn.t;
    (*

    The identifier of the knowledge base. This should be a QUICK_RESPONSES type knowledge base.

    *)
  2. quickResponseId : UuidOrArn.t;
    (*

    The identifier of the quick response.

    *)
}
Sourceval context_ : string
Sourceval make : knowledgeBaseId:UuidOrArn.t -> quickResponseId:UuidOrArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of UuidOrArn.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