GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo constructor

GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo({
  1. String? dialedNumber,
  2. List<GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent>? extraMimeContents,
  3. String? sdp,
  4. List<GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoSipHeader>? sipHeaders,
})

Implementation

GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo({
  this.dialedNumber,
  this.extraMimeContents,
  this.sdp,
  this.sipHeaders,
});