Class: Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::AgentAssistInputDataConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp

Returns Required. The end of the time range for conversations to be evaluated. Only conversations ended at or before this timestamp will be sampled.

Returns:

  • (::Google::Protobuf::Timestamp)

    Required. The end of the time range for conversations to be evaluated. Only conversations ended at or before this timestamp will be sampled.



406
407
408
409
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 406

class AgentAssistInputDataConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_time::Google::Protobuf::Timestamp

Returns Required. The start of the time range for conversations to be evaluated. Only conversations created at or after this timestamp will be sampled.

Returns:

  • (::Google::Protobuf::Timestamp)

    Required. The start of the time range for conversations to be evaluated. Only conversations created at or after this timestamp will be sampled.



406
407
408
409
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 406

class AgentAssistInputDataConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end