Class: Google::Cloud::Dialogflow::V2::ConversationModelEvaluation

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

Overview

Represents evaluation result of a conversation model.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Creation time of this model.

Returns:



122
123
124
125
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 122

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

#display_name::String

Returns Optional. The display name of the model evaluation. At most 64 bytes long.

Returns:

  • (::String)

    Optional. The display name of the model evaluation. At most 64 bytes long.



122
123
124
125
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 122

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

#evaluation_config::Google::Cloud::Dialogflow::V2::EvaluationConfig

Returns Optional. The configuration of the evaluation task.

Returns:



122
123
124
125
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 122

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

#name::String

Returns The resource name of the evaluation. Format: projects/<Project ID>/conversationModels/<Conversation Model ID>/evaluations/<Evaluation ID>.

Returns:

  • (::String)

    The resource name of the evaluation. Format: projects/<Project ID>/conversationModels/<Conversation Model ID>/evaluations/<Evaluation ID>



122
123
124
125
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 122

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

#smart_reply_metrics::Google::Cloud::Dialogflow::V2::SmartReplyMetrics (readonly)

Returns Output only. Only available when model is for smart reply.

Returns:



122
123
124
125
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 122

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