Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::ConversationModelEvaluation.
Represents evaluation result of a conversation model.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Creation time of this model.
#display_name
def display_name() -> ::String
Returns
- (::String) — Optional. The display name of the model evaluation. At most 64 bytes long.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — 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.
#evaluation_config
def evaluation_config() -> ::Google::Cloud::Dialogflow::V2::EvaluationConfig
Returns
- (::Google::Cloud::Dialogflow::V2::EvaluationConfig) — Optional. The configuration of the evaluation task.
#evaluation_config=
def evaluation_config=(value) -> ::Google::Cloud::Dialogflow::V2::EvaluationConfig
Parameter
- value (::Google::Cloud::Dialogflow::V2::EvaluationConfig) — Optional. The configuration of the evaluation task.
Returns
- (::Google::Cloud::Dialogflow::V2::EvaluationConfig) — Optional. The configuration of the evaluation task.
#name
def name() -> ::String
Returns
-
(::String) — The resource name of the evaluation. Format:
projects/<Project ID>/conversationModels/<Conversation Model ID>/evaluations/<Evaluation ID>
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — 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>
#smart_reply_metrics
def smart_reply_metrics() -> ::Google::Cloud::Dialogflow::V2::SmartReplyMetrics
Returns
- (::Google::Cloud::Dialogflow::V2::SmartReplyMetrics) — Output only. Only available when model is for smart reply.