Values.EmailResponseChunkDataDetailsSourceDetails of streaming chunk data for email responses including completion text and pagination tokens.
type nonrec t = {completion : NonEmptySensitiveString.t option;The partial or complete professional email response text with appropriate greetings and closings.
*)nextChunkToken : NextToken.t option;Token for retrieving the next chunk of streaming response data, if available.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of NonEmptySensitiveString.t ]) list ]