GoogleCloudDialogflowV2SipHostname constructor

GoogleCloudDialogflowV2SipHostname({
  1. String? connectionState,
  2. bool? enabledSipPing,
  3. GoogleCloudDialogflowV2SipHostnameHostnameErrorDetails? errorDetails,
  4. String? peerHostname,
  5. String? peerSocketAddress,
  6. String? pingInterval,
  7. GoogleCloudDialogflowV2ProbeDetails? probeDetails,
})

Implementation

GoogleCloudDialogflowV2SipHostname({
  this.connectionState,
  this.enabledSipPing,
  this.errorDetails,
  this.peerHostname,
  this.peerSocketAddress,
  this.pingInterval,
  this.probeDetails,
});