GoogleCloudDialogflowV2Connection constructor

GoogleCloudDialogflowV2Connection({
  1. String? connectionId,
  2. GoogleCloudDialogflowV2ConnectionErrorDetails? errorDetails,
  3. String? state,
  4. String? updateTime,
})

Implementation

GoogleCloudDialogflowV2Connection({
  this.connectionId,
  this.errorDetails,
  this.state,
  this.updateTime,
});