public static final class GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder extends GeneratedMessageV3.Builder<GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder> implements GeneratorEvaluationConfig.AgentAssistInputDataConfigOrBuilder
The distinctive configs for Agent Assist conversations as the conversation
source.
Protobuf type
google.cloud.dialogflow.v2beta1.GeneratorEvaluationConfig.AgentAssistInputDataConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public GeneratorEvaluationConfig.AgentAssistInputDataConfig build()
public GeneratorEvaluationConfig.AgentAssistInputDataConfig buildPartial()
public GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder clear()
Overrides
public GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder clearEndTime()
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];
public GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder clearStartTime()
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];
public GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder clone()
Overrides
public GeneratorEvaluationConfig.AgentAssistInputDataConfig getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public 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.
|
public Timestamp.Builder getEndTimeBuilder()
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];
public 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];
public 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.
|
public Timestamp.Builder getStartTimeBuilder()
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];
public 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];
public 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.
|
public 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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder mergeEndTime(Timestamp value)
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];
public GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder mergeFrom(GeneratorEvaluationConfig.AgentAssistInputDataConfig other)
public GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
public GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder mergeStartTime(Timestamp value)
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];
public final GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder setEndTime(Timestamp value)
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];
public GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder setEndTime(Timestamp.Builder builderForValue)
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];
| Parameter |
| Name |
Description |
builderForValue |
Builder
|
public GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder setStartTime(Timestamp value)
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];
public GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder setStartTime(Timestamp.Builder builderForValue)
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];
| Parameter |
| Name |
Description |
builderForValue |
Builder
|
public final GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides