Google Cloud Dialogflow v2beta1 API - Class GeneratorEvaluationConfig.Types.InputDataConfig (1.0.0-beta24)

public sealed class GeneratorEvaluationConfig.Types.InputDataConfig : IMessage<GeneratorEvaluationConfig.Types.InputDataConfig>, IEquatable<GeneratorEvaluationConfig.Types.InputDataConfig>, IDeepCloneable<GeneratorEvaluationConfig.Types.InputDataConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GeneratorEvaluationConfig.Types.InputDataConfig.

Input data config details

Inheritance

object > GeneratorEvaluationConfig.Types.InputDataConfig

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

InputDataConfig()

public InputDataConfig()

InputDataConfig(InputDataConfig)

public InputDataConfig(GeneratorEvaluationConfig.Types.InputDataConfig other)
Parameter
Name Description
other GeneratorEvaluationConfigTypesInputDataConfig

Properties

AgentAssistInputDataConfig

public GeneratorEvaluationConfig.Types.AgentAssistInputDataConfig AgentAssistInputDataConfig { get; set; }

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

Property Value
Type Description
GeneratorEvaluationConfigTypesAgentAssistInputDataConfig

DatasetInputDataConfig

public GeneratorEvaluationConfig.Types.DatasetInputDataConfig DatasetInputDataConfig { get; set; }

The distinctive configs for dataset as the conversation source.

Property Value
Type Description
GeneratorEvaluationConfigTypesDatasetInputDataConfig

EndTime

[Obsolete]
public Timestamp EndTime { get; set; }

Optional. The end timestamp to fetch conversation data.

Property Value
Type Description
Timestamp

InputDataSourceType

[Obsolete]
public GeneratorEvaluationConfig.Types.InputDataSourceType InputDataSourceType { get; set; }

Required. The source type of input data.

Property Value
Type Description
GeneratorEvaluationConfigTypesInputDataSourceType

IsSummaryGenerationAllowed

[Obsolete]
public bool IsSummaryGenerationAllowed { get; set; }

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

Property Value
Type Description
bool

SampleSize

public int SampleSize { get; set; }

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

Property Value
Type Description
int

SourceSpecificConfigCase

public GeneratorEvaluationConfig.Types.InputDataConfig.SourceSpecificConfigOneofCase SourceSpecificConfigCase { get; }
Property Value
Type Description
GeneratorEvaluationConfigTypesInputDataConfigSourceSpecificConfigOneofCase

StartTime

[Obsolete]
public Timestamp StartTime { get; set; }

Optional. The start timestamp to fetch conversation data.

Property Value
Type Description
Timestamp

SummaryGenerationOption

public GeneratorEvaluationConfig.Types.InputDataConfig.Types.SummaryGenerationOption SummaryGenerationOption { get; set; }

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

Property Value
Type Description
GeneratorEvaluationConfigTypesInputDataConfigTypesSummaryGenerationOption