GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse constructor
GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse({
- GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult? duplicateCheckResult,
- String? responseText,
- GoogleCloudDialogflowV2AgentCoachingSuggestionSources? sources,
Implementation
GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse({
this.duplicateCheckResult,
this.responseText,
this.sources,
});