Class: Google::Cloud::DiscoveryEngine::V1::AnswerQueryRequest::RelatedQuestionsSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::AnswerQueryRequest::RelatedQuestionsSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/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.
327 328 329 330 |
# File 'proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb', line 327 class RelatedQuestionsSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |