GoogleCloudDialogflowV2SipHostnameHostnameErrorDetails constructor

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

Implementation

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