- 4.63.0 (latest)
- 4.62.0
- 4.61.0
- 4.60.0
- 4.59.0
- 4.58.0
- 4.57.0
- 4.55.0
- 4.54.0
- 4.53.0
- 4.52.0
- 4.51.0
- 4.50.0
- 4.49.0
- 4.48.0
- 4.47.0
- 4.46.0
- 4.45.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.35.0
- 4.34.0
- 4.33.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.23.0
- 4.22.0
- 4.21.0
- 4.20.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.1
- 4.8.6
- 4.7.5
- 4.6.0
- 4.5.11
- 4.4.0
- 4.3.1
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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Conversation.TelephonyConnectionInfo.BuilderStatic 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 |
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 |
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 |
clearOneof(Descriptors.OneofDescriptor oneof)
public Conversation.TelephonyConnectionInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
Conversation.TelephonyConnectionInfo.Builder |
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 |
getDefaultInstanceForType()
public Conversation.TelephonyConnectionInfo getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Conversation.TelephonyConnectionInfo |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
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 |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Conversation.TelephonyConnectionInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Conversation.TelephonyConnectionInfo.Builder |
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 |
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 |
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 |