Class Conversation.TelephonyConnectionInfo.Builder (4.64.0)

public static final class Conversation.TelephonyConnectionInfo.Builder extends GeneratedMessageV3.Builder<Conversation.TelephonyConnectionInfo.Builder> implements Conversation.TelephonyConnectionInfoOrBuilder

The information about phone calls connected via phone gateway to the conversation.

Protobuf type google.cloud.dialogflow.v2beta1.Conversation.TelephonyConnectionInfo

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllExtraMimeContents(Iterable<? extends Conversation.TelephonyConnectionInfo.MimeContent> values)

public Conversation.TelephonyConnectionInfo.Builder addAllExtraMimeContents(Iterable<? extends Conversation.TelephonyConnectionInfo.MimeContent> values)

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
values Iterable<? extends com.google.cloud.dialogflow.v2beta1.Conversation.TelephonyConnectionInfo.MimeContent>
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder

addAllSipHeaders(Iterable<? extends Conversation.TelephonyConnectionInfo.SipHeader> values)

public Conversation.TelephonyConnectionInfo.Builder addAllSipHeaders(Iterable<? extends Conversation.TelephonyConnectionInfo.SipHeader> values)

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
values Iterable<? extends com.google.cloud.dialogflow.v2beta1.Conversation.TelephonyConnectionInfo.SipHeader>
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder

addExtraMimeContents(Conversation.TelephonyConnectionInfo.MimeContent value)

public Conversation.TelephonyConnectionInfo.Builder addExtraMimeContents(Conversation.TelephonyConnectionInfo.MimeContent value)

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
value Conversation.TelephonyConnectionInfo.MimeContent
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder

addExtraMimeContents(Conversation.TelephonyConnectionInfo.MimeContent.Builder builderForValue)

public Conversation.TelephonyConnectionInfo.Builder addExtraMimeContents(Conversation.TelephonyConnectionInfo.MimeContent.Builder builderForValue)

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
builderForValue Conversation.TelephonyConnectionInfo.MimeContent.Builder
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder

addExtraMimeContents(int index, Conversation.TelephonyConnectionInfo.MimeContent value)

public Conversation.TelephonyConnectionInfo.Builder addExtraMimeContents(int index, Conversation.TelephonyConnectionInfo.MimeContent value)

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];

Parameters
Name Description
index int
value Conversation.TelephonyConnectionInfo.MimeContent
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder

addExtraMimeContents(int index, Conversation.TelephonyConnectionInfo.MimeContent.Builder builderForValue)

public Conversation.TelephonyConnectionInfo.Builder addExtraMimeContents(int index, Conversation.TelephonyConnectionInfo.MimeContent.Builder builderForValue)

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];

Parameters
Name Description
index int
builderForValue Conversation.TelephonyConnectionInfo.MimeContent.Builder
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder

addExtraMimeContentsBuilder()

public Conversation.TelephonyConnectionInfo.MimeContent.Builder addExtraMimeContentsBuilder()

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
Conversation.TelephonyConnectionInfo.MimeContent.Builder

addExtraMimeContentsBuilder(int index)

public Conversation.TelephonyConnectionInfo.MimeContent.Builder addExtraMimeContentsBuilder(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.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Conversation.TelephonyConnectionInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder
Overrides

addSipHeaders(Conversation.TelephonyConnectionInfo.SipHeader value)

public Conversation.TelephonyConnectionInfo.Builder addSipHeaders(Conversation.TelephonyConnectionInfo.SipHeader value)

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
value Conversation.TelephonyConnectionInfo.SipHeader
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder

addSipHeaders(Conversation.TelephonyConnectionInfo.SipHeader.Builder builderForValue)

public Conversation.TelephonyConnectionInfo.Builder addSipHeaders(Conversation.TelephonyConnectionInfo.SipHeader.Builder builderForValue)

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
builderForValue Conversation.TelephonyConnectionInfo.SipHeader.Builder
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder

addSipHeaders(int index, Conversation.TelephonyConnectionInfo.SipHeader value)

public Conversation.TelephonyConnectionInfo.Builder addSipHeaders(int index, Conversation.TelephonyConnectionInfo.SipHeader value)

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];

Parameters
Name Description
index int
value Conversation.TelephonyConnectionInfo.SipHeader
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder

addSipHeaders(int index, Conversation.TelephonyConnectionInfo.SipHeader.Builder builderForValue)

public Conversation.TelephonyConnectionInfo.Builder addSipHeaders(int index, Conversation.TelephonyConnectionInfo.SipHeader.Builder builderForValue)

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];

Parameters
Name Description
index int
builderForValue Conversation.TelephonyConnectionInfo.SipHeader.Builder
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder

addSipHeadersBuilder()

public Conversation.TelephonyConnectionInfo.SipHeader.Builder addSipHeadersBuilder()

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
Conversation.TelephonyConnectionInfo.SipHeader.Builder

addSipHeadersBuilder(int index)

public Conversation.TelephonyConnectionInfo.SipHeader.Builder addSipHeadersBuilder(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.Builder

build()

public Conversation.TelephonyConnectionInfo build()
Returns
Type Description
Conversation.TelephonyConnectionInfo

buildPartial()

public Conversation.TelephonyConnectionInfo buildPartial()
Returns
Type Description
Conversation.TelephonyConnectionInfo

clear()

public Conversation.TelephonyConnectionInfo.Builder clear()
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder
Overrides

clearDialedNumber()

public Conversation.TelephonyConnectionInfo.Builder clearDialedNumber()

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
Conversation.TelephonyConnectionInfo.Builder

This builder for chaining.

clearExtraMimeContents()

public Conversation.TelephonyConnectionInfo.Builder clearExtraMimeContents()

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
Conversation.TelephonyConnectionInfo.Builder

clearField(Descriptors.FieldDescriptor field)

public Conversation.TelephonyConnectionInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Conversation.TelephonyConnectionInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder
Overrides

clearSdp()

public Conversation.TelephonyConnectionInfo.Builder clearSdp()

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
Conversation.TelephonyConnectionInfo.Builder

This builder for chaining.

clearSipHeaders()

public Conversation.TelephonyConnectionInfo.Builder clearSipHeaders()

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
Conversation.TelephonyConnectionInfo.Builder

clone()

public Conversation.TelephonyConnectionInfo.Builder clone()
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder
Overrides

getDefaultInstanceForType()

public Conversation.TelephonyConnectionInfo getDefaultInstanceForType()
Returns
Type Description
Conversation.TelephonyConnectionInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDialedNumber()

public 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 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 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

getExtraMimeContentsBuilder(int index)

public Conversation.TelephonyConnectionInfo.MimeContent.Builder getExtraMimeContentsBuilder(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.Builder

getExtraMimeContentsBuilderList()

public List<Conversation.TelephonyConnectionInfo.MimeContent.Builder> getExtraMimeContentsBuilderList()

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<Builder>

getExtraMimeContentsCount()

public 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 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 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 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 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 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 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

getSipHeadersBuilder(int index)

public Conversation.TelephonyConnectionInfo.SipHeader.Builder getSipHeadersBuilder(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.Builder

getSipHeadersBuilderList()

public List<Conversation.TelephonyConnectionInfo.SipHeader.Builder> getSipHeadersBuilderList()

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<Builder>

getSipHeadersCount()

public 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 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 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 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>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Conversation.TelephonyConnectionInfo other)

public Conversation.TelephonyConnectionInfo.Builder mergeFrom(Conversation.TelephonyConnectionInfo other)
Parameter
Name Description
other Conversation.TelephonyConnectionInfo
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Conversation.TelephonyConnectionInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Conversation.TelephonyConnectionInfo.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Conversation.TelephonyConnectionInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder
Overrides

removeExtraMimeContents(int index)

public Conversation.TelephonyConnectionInfo.Builder removeExtraMimeContents(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.Builder

removeSipHeaders(int index)

public Conversation.TelephonyConnectionInfo.Builder removeSipHeaders(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.Builder

setDialedNumber(String value)

public Conversation.TelephonyConnectionInfo.Builder setDialedNumber(String value)

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

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

Parameter
Name Description
value String

The dialedNumber to set.

Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder

This builder for chaining.

setDialedNumberBytes(ByteString value)

public Conversation.TelephonyConnectionInfo.Builder setDialedNumberBytes(ByteString value)

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

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

Parameter
Name Description
value ByteString

The bytes for dialedNumber to set.

Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder

This builder for chaining.

setExtraMimeContents(int index, Conversation.TelephonyConnectionInfo.MimeContent value)

public Conversation.TelephonyConnectionInfo.Builder setExtraMimeContents(int index, Conversation.TelephonyConnectionInfo.MimeContent value)

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];

Parameters
Name Description
index int
value Conversation.TelephonyConnectionInfo.MimeContent
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder

setExtraMimeContents(int index, Conversation.TelephonyConnectionInfo.MimeContent.Builder builderForValue)

public Conversation.TelephonyConnectionInfo.Builder setExtraMimeContents(int index, Conversation.TelephonyConnectionInfo.MimeContent.Builder builderForValue)

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];

Parameters
Name Description
index int
builderForValue Conversation.TelephonyConnectionInfo.MimeContent.Builder
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public Conversation.TelephonyConnectionInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Conversation.TelephonyConnectionInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder
Overrides

setSdp(String value)

public Conversation.TelephonyConnectionInfo.Builder setSdp(String value)

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];

Parameter
Name Description
value String

The sdp to set.

Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder

This builder for chaining.

setSdpBytes(ByteString value)

public Conversation.TelephonyConnectionInfo.Builder setSdpBytes(ByteString value)

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];

Parameter
Name Description
value ByteString

The bytes for sdp to set.

Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder

This builder for chaining.

setSipHeaders(int index, Conversation.TelephonyConnectionInfo.SipHeader value)

public Conversation.TelephonyConnectionInfo.Builder setSipHeaders(int index, Conversation.TelephonyConnectionInfo.SipHeader value)

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];

Parameters
Name Description
index int
value Conversation.TelephonyConnectionInfo.SipHeader
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder

setSipHeaders(int index, Conversation.TelephonyConnectionInfo.SipHeader.Builder builderForValue)

public Conversation.TelephonyConnectionInfo.Builder setSipHeaders(int index, Conversation.TelephonyConnectionInfo.SipHeader.Builder builderForValue)

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];

Parameters
Name Description
index int
builderForValue Conversation.TelephonyConnectionInfo.SipHeader.Builder
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final Conversation.TelephonyConnectionInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Conversation.TelephonyConnectionInfo.Builder
Overrides