Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2CreateConversationModelEvaluationRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2CreateConversationModelEvaluationRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb
Instance Attribute Summary collapse
-
#conversation_model_evaluation ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationModelEvaluation
Corresponds to the JSON property
conversationModelEvaluation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2CreateConversationModelEvaluationRequest
constructor
A new instance of GoogleCloudDialogflowV2CreateConversationModelEvaluationRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2CreateConversationModelEvaluationRequest
Returns a new instance of GoogleCloudDialogflowV2CreateConversationModelEvaluationRequest.
8937 8938 8939 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8937 def initialize(**args) update!(**args) end |
Instance Attribute Details
#conversation_model_evaluation ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationModelEvaluation
Corresponds to the JSON property conversationModelEvaluation
8935 8936 8937 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8935 def conversation_model_evaluation @conversation_model_evaluation end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8942 8943 8944 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8942 def update!(**args) @conversation_model_evaluation = args[:conversation_model_evaluation] if args.key?(:conversation_model_evaluation) end |