Interface Conversation.TelephonyConnectionInfoOrBuilder (4.64.0)

public static interface Conversation.TelephonyConnectionInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDialedNumber()

public abstract String getDialedNumber()

Output only. The number dialed to connect this call in E.164 format.

string dialed_number = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The dialedNumber.

getDialedNumberBytes()

public abstract ByteString getDialedNumberBytes()

Output only. The number dialed to connect this call in E.164 format.

string dialed_number = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for dialedNumber.

getExtraMimeContents(int index)

public abstract Conversation.TelephonyConnectionInfo.MimeContent getExtraMimeContents(int index)

Output only. The mime content from the initial SIP INVITE.

repeated .google.cloud.dialogflow.v2beta1.Conversation.TelephonyConnectionInfo.MimeContent extra_mime_contents = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
Conversation.TelephonyConnectionInfo.MimeContent

getExtraMimeContentsCount()

public abstract int getExtraMimeContentsCount()

Output only. The mime content from the initial SIP INVITE.

repeated .google.cloud.dialogflow.v2beta1.Conversation.TelephonyConnectionInfo.MimeContent extra_mime_contents = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getExtraMimeContentsList()

public abstract List<Conversation.TelephonyConnectionInfo.MimeContent> getExtraMimeContentsList()

Output only. The mime content from the initial SIP INVITE.

repeated .google.cloud.dialogflow.v2beta1.Conversation.TelephonyConnectionInfo.MimeContent extra_mime_contents = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<MimeContent>

getExtraMimeContentsOrBuilder(int index)

public abstract Conversation.TelephonyConnectionInfo.MimeContentOrBuilder getExtraMimeContentsOrBuilder(int index)

Output only. The mime content from the initial SIP INVITE.

repeated .google.cloud.dialogflow.v2beta1.Conversation.TelephonyConnectionInfo.MimeContent extra_mime_contents = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
Conversation.TelephonyConnectionInfo.MimeContentOrBuilder

getExtraMimeContentsOrBuilderList()

public abstract List<? extends Conversation.TelephonyConnectionInfo.MimeContentOrBuilder> getExtraMimeContentsOrBuilderList()

Output only. The mime content from the initial SIP INVITE.

repeated .google.cloud.dialogflow.v2beta1.Conversation.TelephonyConnectionInfo.MimeContent extra_mime_contents = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.dialogflow.v2beta1.Conversation.TelephonyConnectionInfo.MimeContentOrBuilder>

getSdp()

public abstract String getSdp()

Optional. SDP of the call. It's initially the SDP answer to the endpoint, but maybe later updated for the purpose of making the link active, etc.

string sdp = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The sdp.

getSdpBytes()

public abstract ByteString getSdpBytes()

Optional. SDP of the call. It's initially the SDP answer to the endpoint, but maybe later updated for the purpose of making the link active, etc.

string sdp = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for sdp.

getSipHeaders(int index)

public abstract Conversation.TelephonyConnectionInfo.SipHeader getSipHeaders(int index)

Output only. The SIP headers from the initial SIP INVITE.

repeated .google.cloud.dialogflow.v2beta1.Conversation.TelephonyConnectionInfo.SipHeader sip_headers = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
Conversation.TelephonyConnectionInfo.SipHeader

getSipHeadersCount()

public abstract int getSipHeadersCount()

Output only. The SIP headers from the initial SIP INVITE.

repeated .google.cloud.dialogflow.v2beta1.Conversation.TelephonyConnectionInfo.SipHeader sip_headers = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getSipHeadersList()

public abstract List<Conversation.TelephonyConnectionInfo.SipHeader> getSipHeadersList()

Output only. The SIP headers from the initial SIP INVITE.

repeated .google.cloud.dialogflow.v2beta1.Conversation.TelephonyConnectionInfo.SipHeader sip_headers = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<SipHeader>

getSipHeadersOrBuilder(int index)

public abstract Conversation.TelephonyConnectionInfo.SipHeaderOrBuilder getSipHeadersOrBuilder(int index)

Output only. The SIP headers from the initial SIP INVITE.

repeated .google.cloud.dialogflow.v2beta1.Conversation.TelephonyConnectionInfo.SipHeader sip_headers = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
Conversation.TelephonyConnectionInfo.SipHeaderOrBuilder

getSipHeadersOrBuilderList()

public abstract List<? extends Conversation.TelephonyConnectionInfo.SipHeaderOrBuilder> getSipHeadersOrBuilderList()

Output only. The SIP headers from the initial SIP INVITE.

repeated .google.cloud.dialogflow.v2beta1.Conversation.TelephonyConnectionInfo.SipHeader sip_headers = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.dialogflow.v2beta1.Conversation.TelephonyConnectionInfo.SipHeaderOrBuilder>