Class GeneratorEvaluationConfig.InputDataConfig (4.87.0)

public static final class GeneratorEvaluationConfig.InputDataConfig extends GeneratedMessageV3 implements GeneratorEvaluationConfig.InputDataConfigOrBuilder

Input data config details

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

Inheritance

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

Static Fields

AGENT_ASSIST_INPUT_DATA_CONFIG_FIELD_NUMBER

public static final int AGENT_ASSIST_INPUT_DATA_CONFIG_FIELD_NUMBER
Field Value
Type Description
int

DATASET_INPUT_DATA_CONFIG_FIELD_NUMBER

public static final int DATASET_INPUT_DATA_CONFIG_FIELD_NUMBER
Field Value
Type Description
int

END_TIME_FIELD_NUMBER

public static final int END_TIME_FIELD_NUMBER
Field Value
Type Description
int

INPUT_DATA_SOURCE_TYPE_FIELD_NUMBER

public static final int INPUT_DATA_SOURCE_TYPE_FIELD_NUMBER
Field Value
Type Description
int

IS_SUMMARY_GENERATION_ALLOWED_FIELD_NUMBER

public static final int IS_SUMMARY_GENERATION_ALLOWED_FIELD_NUMBER
Field Value
Type Description
int

SAMPLE_SIZE_FIELD_NUMBER

public static final int SAMPLE_SIZE_FIELD_NUMBER
Field Value
Type Description
int

START_TIME_FIELD_NUMBER

public static final int START_TIME_FIELD_NUMBER
Field Value
Type Description
int

SUMMARY_GENERATION_OPTION_FIELD_NUMBER

public static final int SUMMARY_GENERATION_OPTION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

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

getDescriptor()

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

newBuilder()

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

newBuilder(GeneratorEvaluationConfig.InputDataConfig prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getAgentAssistInputDataConfig()

public GeneratorEvaluationConfig.AgentAssistInputDataConfig getAgentAssistInputDataConfig()

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

.google.cloud.dialogflow.v2.GeneratorEvaluationConfig.AgentAssistInputDataConfig agent_assist_input_data_config = 6;

Returns
Type Description
GeneratorEvaluationConfig.AgentAssistInputDataConfig

The agentAssistInputDataConfig.

getAgentAssistInputDataConfigOrBuilder()

public GeneratorEvaluationConfig.AgentAssistInputDataConfigOrBuilder getAgentAssistInputDataConfigOrBuilder()

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

.google.cloud.dialogflow.v2.GeneratorEvaluationConfig.AgentAssistInputDataConfig agent_assist_input_data_config = 6;

Returns
Type Description
GeneratorEvaluationConfig.AgentAssistInputDataConfigOrBuilder

getDatasetInputDataConfig()

public GeneratorEvaluationConfig.DatasetInputDataConfig getDatasetInputDataConfig()

The distinctive configs for dataset as the conversation source.

.google.cloud.dialogflow.v2.GeneratorEvaluationConfig.DatasetInputDataConfig dataset_input_data_config = 7;

Returns
Type Description
GeneratorEvaluationConfig.DatasetInputDataConfig

The datasetInputDataConfig.

getDatasetInputDataConfigOrBuilder()

public GeneratorEvaluationConfig.DatasetInputDataConfigOrBuilder getDatasetInputDataConfigOrBuilder()

The distinctive configs for dataset as the conversation source.

.google.cloud.dialogflow.v2.GeneratorEvaluationConfig.DatasetInputDataConfig dataset_input_data_config = 7;

Returns
Type Description
GeneratorEvaluationConfig.DatasetInputDataConfigOrBuilder

getDefaultInstanceForType()

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

getEndTime() (deprecated)

public Timestamp getEndTime()

Deprecated. google.cloud.dialogflow.v2.GeneratorEvaluationConfig.InputDataConfig.end_time is deprecated. See google/cloud/dialogflow/v2/generator_evaluation.proto;l=498

Optional. The end timestamp to fetch conversation data.

.google.protobuf.Timestamp end_time = 3 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Timestamp

The endTime.

getEndTimeOrBuilder() (deprecated)

public TimestampOrBuilder getEndTimeOrBuilder()

Optional. The end timestamp to fetch conversation data.

.google.protobuf.Timestamp end_time = 3 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
TimestampOrBuilder

getInputDataSourceType() (deprecated)

public GeneratorEvaluationConfig.InputDataSourceType getInputDataSourceType()

Deprecated. google.cloud.dialogflow.v2.GeneratorEvaluationConfig.InputDataConfig.input_data_source_type is deprecated. See google/cloud/dialogflow/v2/generator_evaluation.proto;l=490

Required. The source type of input data.

.google.cloud.dialogflow.v2.GeneratorEvaluationConfig.InputDataSourceType input_data_source_type = 1 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GeneratorEvaluationConfig.InputDataSourceType

The inputDataSourceType.

getInputDataSourceTypeValue() (deprecated)

public int getInputDataSourceTypeValue()

Deprecated. google.cloud.dialogflow.v2.GeneratorEvaluationConfig.InputDataConfig.input_data_source_type is deprecated. See google/cloud/dialogflow/v2/generator_evaluation.proto;l=490

Required. The source type of input data.

.google.cloud.dialogflow.v2.GeneratorEvaluationConfig.InputDataSourceType input_data_source_type = 1 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for inputDataSourceType.

getIsSummaryGenerationAllowed() (deprecated)

public boolean getIsSummaryGenerationAllowed()

Deprecated. google.cloud.dialogflow.v2.GeneratorEvaluationConfig.InputDataConfig.is_summary_generation_allowed is deprecated. See google/cloud/dialogflow/v2/generator_evaluation.proto;l=506

Optional. Whether the summary generation is allowed when the pre-existing qualified summaries are insufficient to cover the sample size.

bool is_summary_generation_allowed = 5 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The isSummaryGenerationAllowed.

getParserForType()

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

getSampleSize()

public int getSampleSize()

Optional. Desired number of conversation-summary pairs to be evaluated.

int32 sample_size = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The sampleSize.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSourceSpecificConfigCase()

public GeneratorEvaluationConfig.InputDataConfig.SourceSpecificConfigCase getSourceSpecificConfigCase()
Returns
Type Description
GeneratorEvaluationConfig.InputDataConfig.SourceSpecificConfigCase

getStartTime() (deprecated)

public Timestamp getStartTime()

Deprecated. google.cloud.dialogflow.v2.GeneratorEvaluationConfig.InputDataConfig.start_time is deprecated. See google/cloud/dialogflow/v2/generator_evaluation.proto;l=494

Optional. The start timestamp to fetch conversation data.

.google.protobuf.Timestamp start_time = 2 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Timestamp

The startTime.

getStartTimeOrBuilder() (deprecated)

public TimestampOrBuilder getStartTimeOrBuilder()

Optional. The start timestamp to fetch conversation data.

.google.protobuf.Timestamp start_time = 2 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
TimestampOrBuilder

getSummaryGenerationOption()

public GeneratorEvaluationConfig.InputDataConfig.SummaryGenerationOption getSummaryGenerationOption()

Optional. Option to control whether summaries are generated during evaluation.

.google.cloud.dialogflow.v2.GeneratorEvaluationConfig.InputDataConfig.SummaryGenerationOption summary_generation_option = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
GeneratorEvaluationConfig.InputDataConfig.SummaryGenerationOption

The summaryGenerationOption.

getSummaryGenerationOptionValue()

public int getSummaryGenerationOptionValue()

Optional. Option to control whether summaries are generated during evaluation.

.google.cloud.dialogflow.v2.GeneratorEvaluationConfig.InputDataConfig.SummaryGenerationOption summary_generation_option = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for summaryGenerationOption.

hasAgentAssistInputDataConfig()

public boolean hasAgentAssistInputDataConfig()

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

.google.cloud.dialogflow.v2.GeneratorEvaluationConfig.AgentAssistInputDataConfig agent_assist_input_data_config = 6;

Returns
Type Description
boolean

Whether the agentAssistInputDataConfig field is set.

hasDatasetInputDataConfig()

public boolean hasDatasetInputDataConfig()

The distinctive configs for dataset as the conversation source.

.google.cloud.dialogflow.v2.GeneratorEvaluationConfig.DatasetInputDataConfig dataset_input_data_config = 7;

Returns
Type Description
boolean

Whether the datasetInputDataConfig field is set.

hasEndTime() (deprecated)

public boolean hasEndTime()

Deprecated. google.cloud.dialogflow.v2.GeneratorEvaluationConfig.InputDataConfig.end_time is deprecated. See google/cloud/dialogflow/v2/generator_evaluation.proto;l=498

Optional. The end timestamp to fetch conversation data.

.google.protobuf.Timestamp end_time = 3 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the endTime field is set.

hasStartTime() (deprecated)

public boolean hasStartTime()

Deprecated. google.cloud.dialogflow.v2.GeneratorEvaluationConfig.InputDataConfig.start_time is deprecated. See google/cloud/dialogflow/v2/generator_evaluation.proto;l=494

Optional. The start timestamp to fetch conversation data.

.google.protobuf.Timestamp start_time = 2 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

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.InputDataConfig.Builder newBuilderForType()
Returns
Type Description
GeneratorEvaluationConfig.InputDataConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GeneratorEvaluationConfig.InputDataConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GeneratorEvaluationConfig.InputDataConfig.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.InputDataConfig.Builder toBuilder()
Returns
Type Description
GeneratorEvaluationConfig.InputDataConfig.Builder

writeTo(CodedOutputStream output)

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