Values.EmailGenerativeAnswerChunkDataDetailsDetails of streaming chunk data for email generative answers including completion text and references.
type nonrec t = {completion : NonEmptySensitiveString.t option;The partial or complete text content of the generative answer response.
*)references : DataSummaryList.t option;Source references and citations from knowledge base articles used to generate the answer.
*)nextChunkToken : NextToken.t option;Token for retrieving the next chunk of streaming response data, if available.
*)}val make :
?completion:NonEmptySensitiveString.t ->
?references:DataSummaryList.t ->
?nextChunkToken:NextToken.t ->
unit ->
t