GoogleCloudDialogflowV2ConversationContextReference constructor

GoogleCloudDialogflowV2ConversationContextReference({
  1. List<GoogleCloudDialogflowV2ConversationContextReferenceContextContent>? contextContents,
  2. String? createTime,
  3. String? languageCode,
  4. String? updateMode,
})

Implementation

GoogleCloudDialogflowV2ConversationContextReference({
  this.contextContents,
  this.createTime,
  this.languageCode,
  this.updateMode,
});