GoogleCloudDialogflowV2SipHostname constructor
GoogleCloudDialogflowV2SipHostname({
- String? connectionState,
- bool? enabledSipPing,
- GoogleCloudDialogflowV2SipHostnameHostnameErrorDetails? errorDetails,
- String? peerHostname,
- String? peerSocketAddress,
- String? pingInterval,
- GoogleCloudDialogflowV2ProbeDetails? probeDetails,
Implementation
GoogleCloudDialogflowV2SipHostname({
this.connectionState,
this.enabledSipPing,
this.errorDetails,
this.peerHostname,
this.peerSocketAddress,
this.pingInterval,
this.probeDetails,
});