public sealed class GeneratorEvaluationConfig.Types.AgentAssistInputDataConfig : IMessage<GeneratorEvaluationConfig.Types.AgentAssistInputDataConfig>, IEquatable<GeneratorEvaluationConfig.Types.AgentAssistInputDataConfig>, IDeepCloneable<GeneratorEvaluationConfig.Types.AgentAssistInputDataConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GeneratorEvaluationConfig.Types.AgentAssistInputDataConfig.
The distinctive configs for Agent Assist conversations as the conversation source.
Implements
IMessageGeneratorEvaluationConfigTypesAgentAssistInputDataConfig, IEquatableGeneratorEvaluationConfigTypesAgentAssistInputDataConfig, IDeepCloneableGeneratorEvaluationConfigTypesAgentAssistInputDataConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
AgentAssistInputDataConfig()
public AgentAssistInputDataConfig()AgentAssistInputDataConfig(AgentAssistInputDataConfig)
public AgentAssistInputDataConfig(GeneratorEvaluationConfig.Types.AgentAssistInputDataConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
GeneratorEvaluationConfigTypesAgentAssistInputDataConfig |
Properties
EndTime
public Timestamp EndTime { get; set; }Required. The end of the time range for conversations to be evaluated. Only conversations ended at or before this timestamp will be sampled.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
StartTime
public Timestamp StartTime { get; set; }Required. The start of the time range for conversations to be evaluated. Only conversations created at or after this timestamp will be sampled.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|