public interface GenerateStatelessSummaryResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getContextSize()
Number of messages prior to and including
[last_conversation_message][] used to compile the suggestion.
|
String |
getLatestMessage()
The name of the latest conversation message used as context for
compiling suggestion.
|
com.google.protobuf.ByteString |
getLatestMessageBytes()
The name of the latest conversation message used as context for
compiling suggestion.
|
GenerateStatelessSummaryResponse.Summary |
getSummary()
Generated summary.
|
GenerateStatelessSummaryResponse.SummaryOrBuilder |
getSummaryOrBuilder()
Generated summary.
|
boolean |
hasSummary()
Generated summary.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSummary()
Generated summary.
.google.cloud.dialogflow.v2beta1.GenerateStatelessSummaryResponse.Summary summary = 1;
GenerateStatelessSummaryResponse.Summary getSummary()
Generated summary.
.google.cloud.dialogflow.v2beta1.GenerateStatelessSummaryResponse.Summary summary = 1;
GenerateStatelessSummaryResponse.SummaryOrBuilder getSummaryOrBuilder()
Generated summary.
.google.cloud.dialogflow.v2beta1.GenerateStatelessSummaryResponse.Summary summary = 1;
String getLatestMessage()
The name of the latest conversation message used as context for compiling suggestion. The format is specific to the user and the names of the messages provided.
string latest_message = 2 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getLatestMessageBytes()
The name of the latest conversation message used as context for compiling suggestion. The format is specific to the user and the names of the messages provided.
string latest_message = 2 [(.google.api.resource_reference) = { ... }int getContextSize()
Number of messages prior to and including [last_conversation_message][] used to compile the suggestion. It may be smaller than the [GenerateStatelessSummaryRequest.context_size][] field in the request if there weren't that many messages in the conversation.
int32 context_size = 3;Copyright © 2023 Google LLC. All rights reserved.