GoogleCloudDialogflowV2ConversationDataset constructor
GoogleCloudDialogflowV2ConversationDataset({
- String? conversationCount,
- GoogleCloudDialogflowV2ConversationInfo? conversationInfo,
- String? createTime,
- String? description,
- String? displayName,
- GoogleCloudDialogflowV2InputConfig? inputConfig,
- String? name,
- bool? satisfiesPzi,
- bool? satisfiesPzs,
Implementation
GoogleCloudDialogflowV2ConversationDataset({
this.conversationCount,
this.conversationInfo,
this.createTime,
this.description,
this.displayName,
this.inputConfig,
this.name,
this.satisfiesPzi,
this.satisfiesPzs,
});