Class Flow.MultiLanguageSettings (0.53.0)

public static final class Flow.MultiLanguageSettings extends GeneratedMessageV3 implements Flow.MultiLanguageSettingsOrBuilder

Settings for multi-lingual agents.

Protobuf type google.cloud.dialogflow.cx.v3beta1.Flow.MultiLanguageSettings

Static Fields

ENABLE_MULTI_LANGUAGE_DETECTION_FIELD_NUMBER

public static final int ENABLE_MULTI_LANGUAGE_DETECTION_FIELD_NUMBER
Field Value
Type Description
int

SUPPORTED_RESPONSE_LANGUAGE_CODES_FIELD_NUMBER

public static final int SUPPORTED_RESPONSE_LANGUAGE_CODES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Flow.MultiLanguageSettings getDefaultInstance()
Returns
Type Description
Flow.MultiLanguageSettings

getDescriptor()

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

newBuilder()

public static Flow.MultiLanguageSettings.Builder newBuilder()
Returns
Type Description
Flow.MultiLanguageSettings.Builder

newBuilder(Flow.MultiLanguageSettings prototype)

public static Flow.MultiLanguageSettings.Builder newBuilder(Flow.MultiLanguageSettings prototype)
Parameter
Name Description
prototype Flow.MultiLanguageSettings
Returns
Type Description
Flow.MultiLanguageSettings.Builder

parseDelimitedFrom(InputStream input)

public static Flow.MultiLanguageSettings parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Flow.MultiLanguageSettings
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Flow.MultiLanguageSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Flow.MultiLanguageSettings
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Flow.MultiLanguageSettings parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Flow.MultiLanguageSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Flow.MultiLanguageSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Flow.MultiLanguageSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Flow.MultiLanguageSettings parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Flow.MultiLanguageSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Flow.MultiLanguageSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Flow.MultiLanguageSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Flow.MultiLanguageSettings parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Flow.MultiLanguageSettings
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Flow.MultiLanguageSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Flow.MultiLanguageSettings
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Flow.MultiLanguageSettings parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Flow.MultiLanguageSettings
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Flow.MultiLanguageSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Flow.MultiLanguageSettings
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Flow.MultiLanguageSettings parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Flow.MultiLanguageSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Flow.MultiLanguageSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Flow.MultiLanguageSettings
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Flow.MultiLanguageSettings> parser()
Returns
Type Description
Parser<MultiLanguageSettings>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Flow.MultiLanguageSettings getDefaultInstanceForType()
Returns
Type Description
Flow.MultiLanguageSettings

getEnableMultiLanguageDetection()

public boolean getEnableMultiLanguageDetection()

Optional. Enable multi-language detection for this flow. This can be set only if agent level multi language setting is enabled.

bool enable_multi_language_detection = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The enableMultiLanguageDetection.

getParserForType()

public Parser<Flow.MultiLanguageSettings> getParserForType()
Returns
Type Description
Parser<MultiLanguageSettings>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSupportedResponseLanguageCodes(int index)

public String getSupportedResponseLanguageCodes(int index)

Optional. Agent will respond in the detected language if the detected language code is in the supported resolved languages for this flow. This will be used only if multi-language training is enabled in the agent and multi-language detection is enabled in the flow. The supported languages must be a subset of the languages supported by the agent.

repeated string supported_response_language_codes = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The supportedResponseLanguageCodes at the given index.

getSupportedResponseLanguageCodesBytes(int index)

public ByteString getSupportedResponseLanguageCodesBytes(int index)

Optional. Agent will respond in the detected language if the detected language code is in the supported resolved languages for this flow. This will be used only if multi-language training is enabled in the agent and multi-language detection is enabled in the flow. The supported languages must be a subset of the languages supported by the agent.

repeated string supported_response_language_codes = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the supportedResponseLanguageCodes at the given index.

getSupportedResponseLanguageCodesCount()

public int getSupportedResponseLanguageCodesCount()

Optional. Agent will respond in the detected language if the detected language code is in the supported resolved languages for this flow. This will be used only if multi-language training is enabled in the agent and multi-language detection is enabled in the flow. The supported languages must be a subset of the languages supported by the agent.

repeated string supported_response_language_codes = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of supportedResponseLanguageCodes.

getSupportedResponseLanguageCodesList()

public ProtocolStringList getSupportedResponseLanguageCodesList()

Optional. Agent will respond in the detected language if the detected language code is in the supported resolved languages for this flow. This will be used only if multi-language training is enabled in the agent and multi-language detection is enabled in the flow. The supported languages must be a subset of the languages supported by the agent.

repeated string supported_response_language_codes = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ProtocolStringList

A list containing the supportedResponseLanguageCodes.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Flow.MultiLanguageSettings.Builder newBuilderForType()
Returns
Type Description
Flow.MultiLanguageSettings.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Flow.MultiLanguageSettings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Flow.MultiLanguageSettings.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Flow.MultiLanguageSettings.Builder toBuilder()
Returns
Type Description
Flow.MultiLanguageSettings.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException