GoogleCloudDialogflowV2SipTrunk constructor
GoogleCloudDialogflowV2SipTrunk({
- List<
GoogleCloudDialogflowV2Connection> ? connections, - String? displayName,
- List<
String> ? expectedHostname, - String? googleRootCertFile,
- String? name,
- List<
GoogleCloudDialogflowV2SipHostname> ? peerHostnames,
Implementation
GoogleCloudDialogflowV2SipTrunk({
this.connections,
this.displayName,
this.expectedHostname,
this.googleRootCertFile,
this.name,
this.peerHostnames,
});