GoogleCloudDialogflowV2Connection constructor
GoogleCloudDialogflowV2Connection({
- String? connectionId,
- GoogleCloudDialogflowV2ConnectionErrorDetails? errorDetails,
- String? state,
- String? updateTime,
Implementation
GoogleCloudDialogflowV2Connection({
this.connectionId,
this.errorDetails,
this.state,
this.updateTime,
});