GoogleCloudDialogflowV2IngestContextReferencesResponse constructor

GoogleCloudDialogflowV2IngestContextReferencesResponse({
  1. Map<String, GoogleCloudDialogflowV2ConversationContextReference>? ingestedContextReferences,
})

Implementation

GoogleCloudDialogflowV2IngestContextReferencesResponse({
  this.ingestedContextReferences,
});