public static interface LlmCall.RetrievedExampleOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExampleDisplayName()
public abstract String getExampleDisplayName()The display name of the example.
string example_display_name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The exampleDisplayName. |
getExampleDisplayNameBytes()
public abstract ByteString getExampleDisplayNameBytes()The display name of the example.
string example_display_name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for exampleDisplayName. |
getExampleId()
public abstract String getExampleId()The id of the example.
string example_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The exampleId. |
getExampleIdBytes()
public abstract ByteString getExampleIdBytes()The id of the example.
string example_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for exampleId. |
getMatchedRetrievalLabel()
public abstract String getMatchedRetrievalLabel()Optional. The matched retrieval label of this LLM call.
string matched_retrieval_label = 14 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The matchedRetrievalLabel. |
getMatchedRetrievalLabelBytes()
public abstract ByteString getMatchedRetrievalLabelBytes()Optional. The matched retrieval label of this LLM call.
string matched_retrieval_label = 14 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for matchedRetrievalLabel. |
getRetrievalStrategy()
public abstract RetrievalStrategy getRetrievalStrategy()Retrieval strategy of the example.
.google.cloud.dialogflow.cx.v3beta1.RetrievalStrategy retrieval_strategy = 3;
| Returns | |
|---|---|
| Type | Description |
RetrievalStrategy |
The retrievalStrategy. |
getRetrievalStrategyValue()
public abstract int getRetrievalStrategyValue()Retrieval strategy of the example.
.google.cloud.dialogflow.cx.v3beta1.RetrievalStrategy retrieval_strategy = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for retrievalStrategy. |