Class: Google::Cloud::DiscoveryEngine::V1beta::AnswerQueryRequest::RelatedQuestionsSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::AnswerQueryRequest::RelatedQuestionsSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb
Overview
Related questions specification.
Instance Attribute Summary collapse
-
#enable ⇒ ::Boolean
Enable related questions feature if true.
Instance Attribute Details
#enable ⇒ ::Boolean
Returns Enable related questions feature if true.
307 308 309 310 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb', line 307 class RelatedQuestionsSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |