Class GeneratorEvaluationConfig.AgentAssistInputDataConfig (4.87.0)

public static final class GeneratorEvaluationConfig.AgentAssistInputDataConfig extends GeneratedMessageV3 implements GeneratorEvaluationConfig.AgentAssistInputDataConfigOrBuilder

The distinctive configs for Agent Assist conversations as the conversation source.

Protobuf type google.cloud.dialogflow.v2.GeneratorEvaluationConfig.AgentAssistInputDataConfig

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > GeneratorEvaluationConfig.AgentAssistInputDataConfig

Static Fields

END_TIME_FIELD_NUMBER

public static final int END_TIME_FIELD_NUMBER
Field Value
Type Description
int

START_TIME_FIELD_NUMBER

public static final int START_TIME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GeneratorEvaluationConfig.AgentAssistInputDataConfig getDefaultInstance()
Returns
Type Description
GeneratorEvaluationConfig.AgentAssistInputDataConfig

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder newBuilder()
Returns
Type Description
GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder

newBuilder(GeneratorEvaluationConfig.AgentAssistInputDataConfig prototype)

public static GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder newBuilder(GeneratorEvaluationConfig.AgentAssistInputDataConfig prototype)
Parameter
Name Description
prototype GeneratorEvaluationConfig.AgentAssistInputDataConfig
Returns
Type Description
GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder

parseDelimitedFrom(InputStream input)

public static GeneratorEvaluationConfig.AgentAssistInputDataConfig parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GeneratorEvaluationConfig.AgentAssistInputDataConfig
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GeneratorEvaluationConfig.AgentAssistInputDataConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GeneratorEvaluationConfig.AgentAssistInputDataConfig
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static GeneratorEvaluationConfig.AgentAssistInputDataConfig parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
GeneratorEvaluationConfig.AgentAssistInputDataConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GeneratorEvaluationConfig.AgentAssistInputDataConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GeneratorEvaluationConfig.AgentAssistInputDataConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GeneratorEvaluationConfig.AgentAssistInputDataConfig parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
GeneratorEvaluationConfig.AgentAssistInputDataConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GeneratorEvaluationConfig.AgentAssistInputDataConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GeneratorEvaluationConfig.AgentAssistInputDataConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GeneratorEvaluationConfig.AgentAssistInputDataConfig parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GeneratorEvaluationConfig.AgentAssistInputDataConfig
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GeneratorEvaluationConfig.AgentAssistInputDataConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GeneratorEvaluationConfig.AgentAssistInputDataConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static GeneratorEvaluationConfig.AgentAssistInputDataConfig parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GeneratorEvaluationConfig.AgentAssistInputDataConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GeneratorEvaluationConfig.AgentAssistInputDataConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GeneratorEvaluationConfig.AgentAssistInputDataConfig
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static GeneratorEvaluationConfig.AgentAssistInputDataConfig parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GeneratorEvaluationConfig.AgentAssistInputDataConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GeneratorEvaluationConfig.AgentAssistInputDataConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GeneratorEvaluationConfig.AgentAssistInputDataConfig
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<GeneratorEvaluationConfig.AgentAssistInputDataConfig> parser()
Returns
Type Description
Parser<AgentAssistInputDataConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public GeneratorEvaluationConfig.AgentAssistInputDataConfig getDefaultInstanceForType()
Returns
Type Description
GeneratorEvaluationConfig.AgentAssistInputDataConfig

getEndTime()

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.

getEndTimeOrBuilder()

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];

Returns
Type Description
TimestampOrBuilder

getParserForType()

public Parser<GeneratorEvaluationConfig.AgentAssistInputDataConfig> getParserForType()
Returns
Type Description
Parser<AgentAssistInputDataConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStartTime()

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.

getStartTimeOrBuilder()

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];

Returns
Type Description
TimestampOrBuilder

hasEndTime()

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.

hasStartTime()

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder newBuilderForType()
Returns
Type Description
GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder toBuilder()
Returns
Type Description
GeneratorEvaluationConfig.AgentAssistInputDataConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException