Class: Google::Cloud::Dialogflow::V2::EvaluationConfig::SmartReplyConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::EvaluationConfig::SmartReplyConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_model.rb
Overview
Smart reply specific configuration for evaluation job.
Instance Attribute Summary collapse
-
#allowlist_document ⇒ ::String
The allowlist document resource name.
-
#max_result_count ⇒ ::Integer
Required.
Instance Attribute Details
#allowlist_document ⇒ ::String
170 171 172 173 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 170 class SmartReplyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_result_count ⇒ ::Integer
170 171 172 173 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 170 class SmartReplyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |