GoogleCloudDialogflowV2IngestContextReferencesRequest constructor

GoogleCloudDialogflowV2IngestContextReferencesRequest({
  1. Map<String, GoogleCloudDialogflowV2ConversationContextReference>? contextReferences,
})

Implementation

GoogleCloudDialogflowV2IngestContextReferencesRequest({
  this.contextReferences,
});