Interface AgentAssistantFeedback.SummarizationFeedbackOrBuilder (4.42.0)

public static interface AgentAssistantFeedback.SummarizationFeedbackOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStartTimestamp()

public abstract Timestamp getStartTimestamp()

Timestamp when composing of the summary starts.

.google.protobuf.Timestamp start_timestamp = 1;

Returns
TypeDescription
Timestamp

The startTimestamp.

getStartTimestampOrBuilder()

public abstract TimestampOrBuilder getStartTimestampOrBuilder()

Timestamp when composing of the summary starts.

.google.protobuf.Timestamp start_timestamp = 1;

Returns
TypeDescription
TimestampOrBuilder

getSubmitTimestamp()

public abstract Timestamp getSubmitTimestamp()

Timestamp when the summary was submitted.

.google.protobuf.Timestamp submit_timestamp = 2;

Returns
TypeDescription
Timestamp

The submitTimestamp.

getSubmitTimestampOrBuilder()

public abstract TimestampOrBuilder getSubmitTimestampOrBuilder()

Timestamp when the summary was submitted.

.google.protobuf.Timestamp submit_timestamp = 2;

Returns
TypeDescription
TimestampOrBuilder

getSummaryText()

public abstract String getSummaryText()

Text of actual submitted summary.

string summary_text = 3;

Returns
TypeDescription
String

The summaryText.

getSummaryTextBytes()

public abstract ByteString getSummaryTextBytes()

Text of actual submitted summary.

string summary_text = 3;

Returns
TypeDescription
ByteString

The bytes for summaryText.

hasStartTimestamp()

public abstract boolean hasStartTimestamp()

Timestamp when composing of the summary starts.

.google.protobuf.Timestamp start_timestamp = 1;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the submitTimestamp field is set.