GoogleCloudDialogflowV2SipTrunk constructor

GoogleCloudDialogflowV2SipTrunk({
  1. List<GoogleCloudDialogflowV2Connection>? connections,
  2. String? displayName,
  3. List<String>? expectedHostname,
  4. String? googleRootCertFile,
  5. String? name,
  6. List<GoogleCloudDialogflowV2SipHostname>? peerHostnames,
})

Implementation

GoogleCloudDialogflowV2SipTrunk({
  this.connections,
  this.displayName,
  this.expectedHostname,
  this.googleRootCertFile,
  this.name,
  this.peerHostnames,
});