public static final class Flow.MultiLanguageSettings extends GeneratedMessageV3 implements Flow.MultiLanguageSettingsOrBuilder
Settings for multi-lingual agents.
Protobuf type google.cloud.dialogflow.cx.v3.Flow.MultiLanguageSettings
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Flow.MultiLanguageSettings.Builder newBuilder()
newBuilder(Flow.MultiLanguageSettings prototype)
public static Flow.MultiLanguageSettings.Builder newBuilder(Flow.MultiLanguageSettings prototype)
public static Flow.MultiLanguageSettings parseDelimitedFrom(InputStream input)
public static Flow.MultiLanguageSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Flow.MultiLanguageSettings parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Flow.MultiLanguageSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Flow.MultiLanguageSettings parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Flow.MultiLanguageSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Flow.MultiLanguageSettings parseFrom(CodedInputStream input)
public static Flow.MultiLanguageSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Flow.MultiLanguageSettings parseFrom(InputStream input)
public static Flow.MultiLanguageSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Flow.MultiLanguageSettings parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Flow.MultiLanguageSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Flow.MultiLanguageSettings> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Flow.MultiLanguageSettings getDefaultInstanceForType()
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()
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()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Flow.MultiLanguageSettings.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Flow.MultiLanguageSettings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Flow.MultiLanguageSettings.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides