@Deprecated public interface CompileSuggestionResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getContextSize()
Deprecated.
Number of messages prior to and including
[latest_message][google.cloud.dialogflow.v2beta1.CompileSuggestionResponse.latest_message]
to compile the suggestion.
|
String |
getLatestMessage()
Deprecated.
The name of the latest conversation message used to compile
suggestion for.
|
ByteString |
getLatestMessageBytes()
Deprecated.
The name of the latest conversation message used to compile
suggestion for.
|
Suggestion |
getSuggestion()
Deprecated.
The compiled suggestion.
|
SuggestionOrBuilder |
getSuggestionOrBuilder()
Deprecated.
The compiled suggestion.
|
boolean |
hasSuggestion()
Deprecated.
The compiled suggestion.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasSuggestion()
The compiled suggestion.
.google.cloud.dialogflow.v2beta1.Suggestion suggestion = 1;
Suggestion getSuggestion()
The compiled suggestion.
.google.cloud.dialogflow.v2beta1.Suggestion suggestion = 1;
SuggestionOrBuilder getSuggestionOrBuilder()
The compiled suggestion.
.google.cloud.dialogflow.v2beta1.Suggestion suggestion = 1;
String getLatestMessage()
The name of the latest conversation message used to compile suggestion for. Format: `projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/messages/<Message ID>`.
string latest_message = 2;
ByteString getLatestMessageBytes()
The name of the latest conversation message used to compile suggestion for. Format: `projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/messages/<Message ID>`.
string latest_message = 2;
int getContextSize()
Number of messages prior to and including [latest_message][google.cloud.dialogflow.v2beta1.CompileSuggestionResponse.latest_message] to compile the suggestion. It may be smaller than the [CompileSuggestionRequest.context_size][google.cloud.dialogflow.v2beta1.CompileSuggestionRequest.context_size] field in the request if there aren't that many messages in the conversation.
int32 context_size = 3;
Copyright © 2022 Google LLC. All rights reserved.