GoogleCloudDialogflowV2ConnectionErrorDetails constructor

GoogleCloudDialogflowV2ConnectionErrorDetails({
  1. String? certificateState,
  2. String? errorMessage,
})

Implementation

GoogleCloudDialogflowV2ConnectionErrorDetails({
  this.certificateState,
  this.errorMessage,
});