Class ConversationInfo.Builder (4.89.0)

public static final class ConversationInfo.Builder extends GeneratedMessage.Builder<ConversationInfo.Builder> implements ConversationInfoOrBuilder

Represents metadata of a conversation.

Protobuf type google.cloud.dialogflow.v2.ConversationInfo

Static Methods

getDescriptor()

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

Methods

build()

public ConversationInfo build()
Returns
Type Description
ConversationInfo

buildPartial()

public ConversationInfo buildPartial()
Returns
Type Description
ConversationInfo

clear()

public ConversationInfo.Builder clear()
Returns
Type Description
ConversationInfo.Builder
Overrides

clearLanguageCode()

public ConversationInfo.Builder clearLanguageCode()

Optional. The language code of the conversation data within this dataset. See https://cloud.google.com/apis/design/standard_fields for more information. Supports all UTF-8 languages.

string language_code = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ConversationInfo.Builder

This builder for chaining.

getDefaultInstanceForType()

public ConversationInfo getDefaultInstanceForType()
Returns
Type Description
ConversationInfo

getDescriptorForType()

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

getLanguageCode()

public String getLanguageCode()

Optional. The language code of the conversation data within this dataset. See https://cloud.google.com/apis/design/standard_fields for more information. Supports all UTF-8 languages.

string language_code = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The languageCode.

getLanguageCodeBytes()

public ByteString getLanguageCodeBytes()

Optional. The language code of the conversation data within this dataset. See https://cloud.google.com/apis/design/standard_fields for more information. Supports all UTF-8 languages.

string language_code = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for languageCode.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ConversationInfo other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setLanguageCode(String value)

public ConversationInfo.Builder setLanguageCode(String value)

Optional. The language code of the conversation data within this dataset. See https://cloud.google.com/apis/design/standard_fields for more information. Supports all UTF-8 languages.

string language_code = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The languageCode to set.

Returns
Type Description
ConversationInfo.Builder

This builder for chaining.

setLanguageCodeBytes(ByteString value)

public ConversationInfo.Builder setLanguageCodeBytes(ByteString value)

Optional. The language code of the conversation data within this dataset. See https://cloud.google.com/apis/design/standard_fields for more information. Supports all UTF-8 languages.

string language_code = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for languageCode to set.

Returns
Type Description
ConversationInfo.Builder

This builder for chaining.