Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::AgentAssistInputDataConfig (v1.13.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::AgentAssistInputDataConfig.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#end_time

def end_time() -> ::Google::Protobuf::Timestamp
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.

#end_time=

def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::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.
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.

#start_time

def start_time() -> ::Google::Protobuf::Timestamp
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.

#start_time=

def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::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.
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.