Values.EmailOverviewChunkDataDetailsSourceDetails of streaming chunk data for email overview including completion text and pagination tokens.
type nonrec t = {completion : NonEmptySensitiveString.t option;The partial or complete overview text content in structured HTML format with customer issues, resolutions, and next steps.
*)nextChunkToken : NextToken.t option;Token for retrieving the next chunk of streaming overview data, if available.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of NonEmptySensitiveString.t ]) list ]