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

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

Reference 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.

Inheritance

object > GeneratorEvaluationConfig.Types.AgentAssistInputDataConfig

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

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