Interface GeneratorEvaluationConfig.AgentAssistInputDataConfigOrBuilder (4.87.0)

public static interface GeneratorEvaluationConfig.AgentAssistInputDataConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndTime()

public abstract Timestamp getEndTime()

Required. The end of the time range for conversations to be evaluated. Only conversations ended at or before this timestamp will be sampled.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Timestamp

The endTime.

getEndTimeOrBuilder()

public abstract TimestampOrBuilder getEndTimeOrBuilder()

Required. The end of the time range for conversations to be evaluated. Only conversations ended at or before this timestamp will be sampled.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TimestampOrBuilder

getStartTime()

public abstract Timestamp getStartTime()

Required. The start of the time range for conversations to be evaluated. Only conversations created at or after this timestamp will be sampled.

.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

Required. The start of the time range for conversations to be evaluated. Only conversations created at or after this timestamp will be sampled.

.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TimestampOrBuilder

hasEndTime()

public abstract boolean hasEndTime()

Required. The end of the time range for conversations to be evaluated. Only conversations ended at or before this timestamp will be sampled.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the endTime field is set.

hasStartTime()

public abstract boolean hasStartTime()

Required. The start of the time range for conversations to be evaluated. Only conversations created at or after this timestamp will be sampled.

.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the startTime field is set.