GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo class
The information about phone calls connected via phone gateway to the conversation.
Constructors
-
GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo.new({String? dialedNumber, List<
GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent> ? extraMimeContents, String? sdp, List<GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoSipHeader> ? sipHeaders}) - GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo.fromJson(Map json_)
Properties
- dialedNumber ↔ String?
-
The number dialed to connect this call in E.164 format.
getter/setter pair
-
extraMimeContents
↔ List<
GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent> ? -
The mime content from the initial SIP INVITE.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sdp ↔ String?
-
SDP of the call.
getter/setter pair
-
sipHeaders
↔ List<
GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoSipHeader> ? -
The SIP headers from the initial SIP INVITE.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited