Class Flow.MultiLanguageSettings (0.52.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
TypeDescription
int

SUPPORTED_RESPONSE_LANGUAGE_CODES_FIELD_NUMBER

public static final int SUPPORTED_RESPONSE_LANGUAGE_CODES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Flow.MultiLanguageSettings getDefaultInstance()
Returns
TypeDescription
Flow.MultiLanguageSettings

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Flow.MultiLanguageSettings.Builder newBuilder()
Returns
TypeDescription
Flow.MultiLanguageSettings.Builder

newBuilder(Flow.MultiLanguageSettings prototype)

public static Flow.MultiLanguageSettings.Builder newBuilder(Flow.MultiLanguageSettings prototype)
Parameter
NameDescription
prototypeFlow.MultiLanguageSettings
Returns
TypeDescription
Flow.MultiLanguageSettings.Builder

parseDelimitedFrom(InputStream input)

public static Flow.MultiLanguageSettings parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Flow.MultiLanguageSettings
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Flow.MultiLanguageSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Flow.MultiLanguageSettings
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Flow.MultiLanguageSettings parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Flow.MultiLanguageSettings
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Flow.MultiLanguageSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Flow.MultiLanguageSettings
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Flow.MultiLanguageSettings parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Flow.MultiLanguageSettings
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Flow.MultiLanguageSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Flow.MultiLanguageSettings
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Flow.MultiLanguageSettings parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Flow.MultiLanguageSettings
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Flow.MultiLanguageSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Flow.MultiLanguageSettings
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Flow.MultiLanguageSettings parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Flow.MultiLanguageSettings
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Flow.MultiLanguageSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Flow.MultiLanguageSettings
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Flow.MultiLanguageSettings parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Flow.MultiLanguageSettings
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Flow.MultiLanguageSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Flow.MultiLanguageSettings
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public Flow.MultiLanguageSettings getDefaultInstanceForType()
Returns
TypeDescription
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
TypeDescription
boolean

The enableMultiLanguageDetection.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ProtocolStringList

A list containing the supportedResponseLanguageCodes.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Flow.MultiLanguageSettings.Builder newBuilderForType()
Returns
TypeDescription
Flow.MultiLanguageSettings.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Flow.MultiLanguageSettings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Flow.MultiLanguageSettings.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Flow.MultiLanguageSettings.Builder toBuilder()
Returns
TypeDescription
Flow.MultiLanguageSettings.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException