public final class GenerateStatelessSummaryRequest extends com.google.protobuf.GeneratedMessageV3 implements GenerateStatelessSummaryRequestOrBuilder
The request message for [Conversations.GenerateStatelessSummary][google.cloud.dialogflow.v2beta1.Conversations.GenerateStatelessSummary].Protobuf type
google.cloud.dialogflow.v2beta1.GenerateStatelessSummaryRequest| Modifier and Type | Class and Description |
|---|---|
static class |
GenerateStatelessSummaryRequest.Builder
The request message for
[Conversations.GenerateStatelessSummary][google.cloud.dialogflow.v2beta1.Conversations.GenerateStatelessSummary].
|
static class |
GenerateStatelessSummaryRequest.MinimalConversation
The minimum amount of information required to generate a Summary without
having a Conversation resource created.
|
static interface |
GenerateStatelessSummaryRequest.MinimalConversationOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CONVERSATION_PROFILE_FIELD_NUMBER |
static int |
LATEST_MESSAGE_FIELD_NUMBER |
static int |
MAX_CONTEXT_SIZE_FIELD_NUMBER |
static int |
STATELESS_CONVERSATION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ConversationProfile |
getConversationProfile()
Required.
|
ConversationProfileOrBuilder |
getConversationProfileOrBuilder()
Required.
|
static GenerateStatelessSummaryRequest |
getDefaultInstance() |
GenerateStatelessSummaryRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getLatestMessage()
The name of the latest conversation message used as context for
generating a Summary.
|
com.google.protobuf.ByteString |
getLatestMessageBytes()
The name of the latest conversation message used as context for
generating a Summary.
|
int |
getMaxContextSize()
Max number of messages prior to and including
[latest_message] to use as context when compiling the
suggestion.
|
com.google.protobuf.Parser<GenerateStatelessSummaryRequest> |
getParserForType() |
int |
getSerializedSize() |
GenerateStatelessSummaryRequest.MinimalConversation |
getStatelessConversation()
Required.
|
GenerateStatelessSummaryRequest.MinimalConversationOrBuilder |
getStatelessConversationOrBuilder()
Required.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasConversationProfile()
Required.
|
int |
hashCode() |
boolean |
hasStatelessConversation()
Required.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static GenerateStatelessSummaryRequest.Builder |
newBuilder() |
static GenerateStatelessSummaryRequest.Builder |
newBuilder(GenerateStatelessSummaryRequest prototype) |
GenerateStatelessSummaryRequest.Builder |
newBuilderForType() |
protected GenerateStatelessSummaryRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static GenerateStatelessSummaryRequest |
parseDelimitedFrom(InputStream input) |
static GenerateStatelessSummaryRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenerateStatelessSummaryRequest |
parseFrom(byte[] data) |
static GenerateStatelessSummaryRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenerateStatelessSummaryRequest |
parseFrom(ByteBuffer data) |
static GenerateStatelessSummaryRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenerateStatelessSummaryRequest |
parseFrom(com.google.protobuf.ByteString data) |
static GenerateStatelessSummaryRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenerateStatelessSummaryRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GenerateStatelessSummaryRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenerateStatelessSummaryRequest |
parseFrom(InputStream input) |
static GenerateStatelessSummaryRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<GenerateStatelessSummaryRequest> |
parser() |
GenerateStatelessSummaryRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int STATELESS_CONVERSATION_FIELD_NUMBER
public static final int CONVERSATION_PROFILE_FIELD_NUMBER
public static final int LATEST_MESSAGE_FIELD_NUMBER
public static final int MAX_CONTEXT_SIZE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasStatelessConversation()
Required. The conversation to suggest a summary for.
.google.cloud.dialogflow.v2beta1.GenerateStatelessSummaryRequest.MinimalConversation stateless_conversation = 1 [(.google.api.field_behavior) = REQUIRED];
hasStatelessConversation in interface GenerateStatelessSummaryRequestOrBuilderpublic GenerateStatelessSummaryRequest.MinimalConversation getStatelessConversation()
Required. The conversation to suggest a summary for.
.google.cloud.dialogflow.v2beta1.GenerateStatelessSummaryRequest.MinimalConversation stateless_conversation = 1 [(.google.api.field_behavior) = REQUIRED];
getStatelessConversation in interface GenerateStatelessSummaryRequestOrBuilderpublic GenerateStatelessSummaryRequest.MinimalConversationOrBuilder getStatelessConversationOrBuilder()
Required. The conversation to suggest a summary for.
.google.cloud.dialogflow.v2beta1.GenerateStatelessSummaryRequest.MinimalConversation stateless_conversation = 1 [(.google.api.field_behavior) = REQUIRED];
getStatelessConversationOrBuilder in interface GenerateStatelessSummaryRequestOrBuilderpublic boolean hasConversationProfile()
Required. A ConversationProfile containing information required for Summary
generation.
Required fields: {language_code, security_settings}
Optional fields: {agent_assistant_config}
.google.cloud.dialogflow.v2beta1.ConversationProfile conversation_profile = 2 [(.google.api.field_behavior) = REQUIRED];
hasConversationProfile in interface GenerateStatelessSummaryRequestOrBuilderpublic ConversationProfile getConversationProfile()
Required. A ConversationProfile containing information required for Summary
generation.
Required fields: {language_code, security_settings}
Optional fields: {agent_assistant_config}
.google.cloud.dialogflow.v2beta1.ConversationProfile conversation_profile = 2 [(.google.api.field_behavior) = REQUIRED];
getConversationProfile in interface GenerateStatelessSummaryRequestOrBuilderpublic ConversationProfileOrBuilder getConversationProfileOrBuilder()
Required. A ConversationProfile containing information required for Summary
generation.
Required fields: {language_code, security_settings}
Optional fields: {agent_assistant_config}
.google.cloud.dialogflow.v2beta1.ConversationProfile conversation_profile = 2 [(.google.api.field_behavior) = REQUIRED];
getConversationProfileOrBuilder in interface GenerateStatelessSummaryRequestOrBuilderpublic String getLatestMessage()
The name of the latest conversation message used as context for generating a Summary. If empty, the latest message of the conversation will be used. The format is specific to the user and the names of the messages provided.
string latest_message = 3 [(.google.api.resource_reference) = { ... }getLatestMessage in interface GenerateStatelessSummaryRequestOrBuilderpublic com.google.protobuf.ByteString getLatestMessageBytes()
The name of the latest conversation message used as context for generating a Summary. If empty, the latest message of the conversation will be used. The format is specific to the user and the names of the messages provided.
string latest_message = 3 [(.google.api.resource_reference) = { ... }getLatestMessageBytes in interface GenerateStatelessSummaryRequestOrBuilderpublic int getMaxContextSize()
Max number of messages prior to and including [latest_message] to use as context when compiling the suggestion. By default 500 and at most 1000.
int32 max_context_size = 4;getMaxContextSize in interface GenerateStatelessSummaryRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static GenerateStatelessSummaryRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenerateStatelessSummaryRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenerateStatelessSummaryRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenerateStatelessSummaryRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenerateStatelessSummaryRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenerateStatelessSummaryRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenerateStatelessSummaryRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static GenerateStatelessSummaryRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GenerateStatelessSummaryRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static GenerateStatelessSummaryRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GenerateStatelessSummaryRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static GenerateStatelessSummaryRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic GenerateStatelessSummaryRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static GenerateStatelessSummaryRequest.Builder newBuilder()
public static GenerateStatelessSummaryRequest.Builder newBuilder(GenerateStatelessSummaryRequest prototype)
public GenerateStatelessSummaryRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected GenerateStatelessSummaryRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static GenerateStatelessSummaryRequest getDefaultInstance()
public static com.google.protobuf.Parser<GenerateStatelessSummaryRequest> parser()
public com.google.protobuf.Parser<GenerateStatelessSummaryRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public GenerateStatelessSummaryRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.