GoogleCloudDialogflowV2ConversationContextReferenceContextContent constructor

GoogleCloudDialogflowV2ConversationContextReferenceContextContent({
  1. String? content,
  2. String? contentFormat,
  3. String? ingestionTime,
})

Implementation

GoogleCloudDialogflowV2ConversationContextReferenceContextContent({
  this.content,
  this.contentFormat,
  this.ingestionTime,
});