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
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter |
Name |
Description |
number |
int
|
Returns |
Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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