GoogleCloudDialogflowV2SipTrunk constructor

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

Implementation

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