GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo constructor
GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo({
- String? dialedNumber,
- List<
GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent> ? extraMimeContents, - String? sdp,
- List<
GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoSipHeader> ? sipHeaders,
Implementation
GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo({
this.dialedNumber,
this.extraMimeContents,
this.sdp,
this.sipHeaders,
});