public static interface AgentAssistantFeedback.SummarizationFeedbackOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
containsTextSections(String key)
public abstract boolean containsTextSections(String key)
Optional. Actual text sections of submitted summary.
map<string, string> text_sections = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
getStartTimestamp()
public abstract Timestamp getStartTimestamp()
Timestamp when composing of the summary starts.
.google.protobuf.Timestamp start_timestamp = 1;
Returns | |
---|---|
Type | Description |
Timestamp |
The startTimestamp. |
getStartTimestampOrBuilder()
public abstract TimestampOrBuilder getStartTimestampOrBuilder()
Timestamp when composing of the summary starts.
.google.protobuf.Timestamp start_timestamp = 1;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getSubmitTimestamp()
public abstract Timestamp getSubmitTimestamp()
Timestamp when the summary was submitted.
.google.protobuf.Timestamp submit_timestamp = 2;
Returns | |
---|---|
Type | Description |
Timestamp |
The submitTimestamp. |
getSubmitTimestampOrBuilder()
public abstract TimestampOrBuilder getSubmitTimestampOrBuilder()
Timestamp when the summary was submitted.
.google.protobuf.Timestamp submit_timestamp = 2;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getSummaryText()
public abstract String getSummaryText()
Text of actual submitted summary.
string summary_text = 3;
Returns | |
---|---|
Type | Description |
String |
The summaryText. |
getSummaryTextBytes()
public abstract ByteString getSummaryTextBytes()
Text of actual submitted summary.
string summary_text = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for summaryText. |
getTextSections() (deprecated)
public abstract Map<String,String> getTextSections()
Use #getTextSectionsMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getTextSectionsCount()
public abstract int getTextSectionsCount()
Optional. Actual text sections of submitted summary.
map<string, string> text_sections = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
getTextSectionsMap()
public abstract Map<String,String> getTextSectionsMap()
Optional. Actual text sections of submitted summary.
map<string, string> text_sections = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Map<String,String> |
getTextSectionsOrDefault(String key, String defaultValue)
public abstract String getTextSectionsOrDefault(String key, String defaultValue)
Optional. Actual text sections of submitted summary.
map<string, string> text_sections = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
key |
String |
defaultValue |
String |
Returns | |
---|---|
Type | Description |
String |
getTextSectionsOrThrow(String key)
public abstract String getTextSectionsOrThrow(String key)
Optional. Actual text sections of submitted summary.
map<string, string> text_sections = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
String |
hasStartTimestamp()
public abstract boolean hasStartTimestamp()
Timestamp when composing of the summary starts.
.google.protobuf.Timestamp start_timestamp = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the startTimestamp field is set. |
hasSubmitTimestamp()
public abstract boolean hasSubmitTimestamp()
Timestamp when the summary was submitted.
.google.protobuf.Timestamp submit_timestamp = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the submitTimestamp field is set. |