Class GoogleCloudDialogflowV2GeneratorEvaluationConfigInputDataConfig
Input data config details
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2GeneratorEvaluationConfigInputDataConfig : IDirectResponseSchema
Properties
AgentAssistInputDataConfig
The distinctive configs for Agent Assist conversations as the conversation source.
Declaration
[JsonProperty("agentAssistInputDataConfig")]
public virtual GoogleCloudDialogflowV2GeneratorEvaluationConfigAgentAssistInputDataConfig AgentAssistInputDataConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDialogflowV2GeneratorEvaluationConfigAgentAssistInputDataConfig |
DatasetInputDataConfig
The distinctive configs for dataset as the conversation source.
Declaration
[JsonProperty("datasetInputDataConfig")]
public virtual GoogleCloudDialogflowV2GeneratorEvaluationConfigDatasetInputDataConfig DatasetInputDataConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDialogflowV2GeneratorEvaluationConfigDatasetInputDataConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndTime
object representation of EndTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
EndTimeDateTimeOffset
DateTimeOffset representation of EndTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
EndTimeRaw
Optional. The end timestamp to fetch conversation data.
Declaration
[JsonProperty("endTime")]
public virtual string EndTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InputDataSourceType
Required. The source type of input data.
Declaration
[JsonProperty("inputDataSourceType")]
public virtual string InputDataSourceType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsSummaryGenerationAllowed
Optional. Whether the summary generation is allowed when the pre-existing qualified summaries are insufficient to cover the sample size.
Declaration
[JsonProperty("isSummaryGenerationAllowed")]
public virtual bool? IsSummaryGenerationAllowed { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SampleSize
Optional. Desired number of conversation-summary pairs to be evaluated.
Declaration
[JsonProperty("sampleSize")]
public virtual int? SampleSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
StartTime
object representation of StartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
StartTimeDateTimeOffset
DateTimeOffset representation of StartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
StartTimeRaw
Optional. The start timestamp to fetch conversation data.
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SummaryGenerationOption
Optional. Option to control whether summaries are generated during evaluation.
Declaration
[JsonProperty("summaryGenerationOption")]
public virtual string SummaryGenerationOption { get; set; }
Property Value
| Type | Description |
|---|---|
| string |