GoogleCloudDialogflowV2Environment constructor

GoogleCloudDialogflowV2Environment({
  1. String? agentVersion,
  2. String? description,
  3. GoogleCloudDialogflowV2Fulfillment? fulfillment,
  4. String? name,
  5. String? state,
  6. GoogleCloudDialogflowV2TextToSpeechSettings? textToSpeechSettings,
  7. String? updateTime,
})

Implementation

GoogleCloudDialogflowV2Environment({
  this.agentVersion,
  this.description,
  this.fulfillment,
  this.name,
  this.state,
  this.textToSpeechSettings,
  this.updateTime,
});