Send feedback
Class SuggestConversationSummaryResponse.Summary (4.40.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 4.40.0 keyboard_arrow_down
public static final class SuggestConversationSummaryResponse . Summary extends GeneratedMessageV3 implements SuggestConversationSummaryResponse . SummaryOrBuilder
Generated summary for a conversation.
Protobuf type google.cloud.dialogflow.v2.SuggestConversationSummaryResponse.Summary
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ANSWER_RECORD_FIELD_NUMBER
public static final int ANSWER_RECORD_FIELD_NUMBER
Field Value
Type
Description
int
BASELINE_MODEL_VERSION_FIELD_NUMBER
public static final int BASELINE_MODEL_VERSION_FIELD_NUMBER
Field Value
Type
Description
int
TEXT_FIELD_NUMBER
public static final int TEXT_FIELD_NUMBER
Field Value
Type
Description
int
TEXT_SECTIONS_FIELD_NUMBER
public static final int TEXT_SECTIONS_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static SuggestConversationSummaryResponse . Summary getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static SuggestConversationSummaryResponse . Summary . Builder newBuilder ()
newBuilder(SuggestConversationSummaryResponse.Summary prototype)
public static SuggestConversationSummaryResponse . Summary . Builder newBuilder ( SuggestConversationSummaryResponse . Summary prototype )
public static SuggestConversationSummaryResponse . Summary parseDelimitedFrom ( InputStream input )
public static SuggestConversationSummaryResponse . Summary parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static SuggestConversationSummaryResponse . Summary parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SuggestConversationSummaryResponse . Summary parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static SuggestConversationSummaryResponse . Summary parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SuggestConversationSummaryResponse . Summary parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static SuggestConversationSummaryResponse . Summary parseFrom ( CodedInputStream input )
public static SuggestConversationSummaryResponse . Summary parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static SuggestConversationSummaryResponse . Summary parseFrom ( InputStream input )
public static SuggestConversationSummaryResponse . Summary parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static SuggestConversationSummaryResponse . Summary parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SuggestConversationSummaryResponse . Summary parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<SuggestConversationSummaryResponse . Summary > parser ()
Methods
containsTextSections(String key)
public boolean containsTextSections ( String key )
The summary content that is divided into sections. The key is the
section's name and the value is the section's content. There is no
specific format for the key or value.
map<string, string> text_sections = 4;
Parameter
Name
Description
key
String
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getAnswerRecord()
public String getAnswerRecord ()
The name of the answer record. Format:
"projects/<Project ID>/answerRecords/<Answer Record ID>"
string answer_record = 3 [(.google.api.resource_reference) = { ... }
Returns
Type
Description
String
The answerRecord.
getAnswerRecordBytes()
public ByteString getAnswerRecordBytes ()
The name of the answer record. Format:
"projects/<Project ID>/answerRecords/<Answer Record ID>"
string answer_record = 3 [(.google.api.resource_reference) = { ... }
Returns
Type
Description
ByteString
The bytes for answerRecord.
getBaselineModelVersion()
public String getBaselineModelVersion ()
The baseline model version used to generate this summary. It is empty if
a baseline model was not used to generate this summary.
string baseline_model_version = 5;
Returns
Type
Description
String
The baselineModelVersion.
getBaselineModelVersionBytes()
public ByteString getBaselineModelVersionBytes ()
The baseline model version used to generate this summary. It is empty if
a baseline model was not used to generate this summary.
string baseline_model_version = 5;
Returns
Type
Description
ByteString
The bytes for baselineModelVersion.
getDefaultInstanceForType()
public SuggestConversationSummaryResponse . Summary getDefaultInstanceForType ()
getParserForType()
public Parser<SuggestConversationSummaryResponse . Summary > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getText()
The summary content that is concatenated into one string.
string text = 1;
Returns
Type
Description
String
The text.
getTextBytes()
public ByteString getTextBytes ()
The summary content that is concatenated into one string.
string text = 1;
Returns
Type
Description
ByteString
The bytes for text.
getTextSections() (deprecated)
public Map<String , String > getTextSections ()
getTextSectionsCount()
public int getTextSectionsCount ()
The summary content that is divided into sections. The key is the
section's name and the value is the section's content. There is no
specific format for the key or value.
map<string, string> text_sections = 4;
Returns
Type
Description
int
getTextSectionsMap()
public Map<String , String > getTextSectionsMap ()
The summary content that is divided into sections. The key is the
section's name and the value is the section's content. There is no
specific format for the key or value.
map<string, string> text_sections = 4;
getTextSectionsOrDefault(String key, String defaultValue)
public String getTextSectionsOrDefault ( String key , String defaultValue )
The summary content that is divided into sections. The key is the
section's name and the value is the section's content. There is no
specific format for the key or value.
map<string, string> text_sections = 4;
Returns
Type
Description
String
getTextSectionsOrThrow(String key)
public String getTextSectionsOrThrow ( String key )
The summary content that is divided into sections. The key is the
section's name and the value is the section's content. There is no
specific format for the key or value.
map<string, string> text_sections = 4;
Parameter
Name
Description
key
String
Returns
Type
Description
String
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField ( int number )
Parameter
Name
Description
number
int
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public SuggestConversationSummaryResponse . Summary . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SuggestConversationSummaryResponse . Summary . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public SuggestConversationSummaryResponse . Summary . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]