GoogleCloudDialogflowV2Environment constructor
GoogleCloudDialogflowV2Environment({
- String? agentVersion,
- String? description,
- GoogleCloudDialogflowV2Fulfillment? fulfillment,
- String? name,
- String? state,
- GoogleCloudDialogflowV2TextToSpeechSettings? textToSpeechSettings,
- String? updateTime,
Implementation
GoogleCloudDialogflowV2Environment({
this.agentVersion,
this.description,
this.fulfillment,
this.name,
this.state,
this.textToSpeechSettings,
this.updateTime,
});