Module Values.ResponseStreamSource

Contains the response, citation, and trace from the SiteWise Assistant.

Sourcetype nonrec t = {
  1. trace : Trace.t option;
    (*

    Contains tracing information of the SiteWise Assistant's reasoning and data access.

    *)
  2. output : InvocationOutput.t option;
    (*

    Contains the SiteWise Assistant's response.

    *)
  3. accessDeniedException : AccessDeniedException.t option;
  4. conflictingOperationException : ConflictingOperationException.t option;
  5. internalFailureException : InternalFailureException.t option;
  6. invalidRequestException : InvalidRequestException.t option;
  7. limitExceededException : LimitExceededException.t option;
  8. resourceNotFoundException : ResourceNotFoundException.t option;
  9. throttlingException : ThrottlingException.t option;
}
Sourceval make : ?trace:??? -> ?output:??? -> ?accessDeniedException:??? -> ?conflictingOperationException:??? -> ?internalFailureException:??? -> ?invalidRequestException:??? -> ?limitExceededException:??? -> ?resourceNotFoundException:??? -> ?throttlingException:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ]) list ]) list ]) list ]) list ] list | `String of String_.t ]) list ]) 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