public interface LanguageInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getConfidenceScore()
The confidence score of the detected language between 0 and 1.
|
String |
getInputLanguageCode()
The language code specified in the original
[request][google.cloud.dialogflow.cx.v3.QueryInput.language_code].
|
com.google.protobuf.ByteString |
getInputLanguageCodeBytes()
The language code specified in the original
[request][google.cloud.dialogflow.cx.v3.QueryInput.language_code].
|
String |
getResolvedLanguageCode()
The language code detected for this request based on the user
conversation.
|
com.google.protobuf.ByteString |
getResolvedLanguageCodeBytes()
The language code detected for this request based on the user
conversation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getInputLanguageCode()
The language code specified in the original [request][google.cloud.dialogflow.cx.v3.QueryInput.language_code].
string input_language_code = 1;com.google.protobuf.ByteString getInputLanguageCodeBytes()
The language code specified in the original [request][google.cloud.dialogflow.cx.v3.QueryInput.language_code].
string input_language_code = 1;String getResolvedLanguageCode()
The language code detected for this request based on the user conversation.
string resolved_language_code = 2;com.google.protobuf.ByteString getResolvedLanguageCodeBytes()
The language code detected for this request based on the user conversation.
string resolved_language_code = 2;float getConfidenceScore()
The confidence score of the detected language between 0 and 1.
float confidence_score = 3;Copyright © 2025 Google LLC. All rights reserved.