Class: Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::ContentSuggestion
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::ContentSuggestion
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/completion_service.rb
Overview
Suggestions as content.
Defined Under Namespace
Modules: ContentType
Instance Attribute Summary collapse
-
#content_type ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::ContentSuggestion::ContentType
The type of the content suggestion.
-
#data_store ⇒ ::String
The name of the dataStore that this suggestion belongs to.
-
#document ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::Document
The document data snippet in the suggestion.
-
#suggestion ⇒ ::String
The suggestion for the query.
Instance Attribute Details
#content_type ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::ContentSuggestion::ContentType
Returns The type of the content suggestion.
353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/completion_service.rb', line 353 class ContentSuggestion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of the content returned for content suggestions. module ContentType # Default value. CONTENT_TYPE_UNSPECIFIED = 0 # The suggestion is from a Google Workspace source. GOOGLE_WORKSPACE = 1 # The suggestion is from a third party source. THIRD_PARTY = 2 end end |
#data_store ⇒ ::String
Returns The name of the dataStore that this suggestion belongs to.
353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/completion_service.rb', line 353 class ContentSuggestion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of the content returned for content suggestions. module ContentType # Default value. CONTENT_TYPE_UNSPECIFIED = 0 # The suggestion is from a Google Workspace source. GOOGLE_WORKSPACE = 1 # The suggestion is from a third party source. THIRD_PARTY = 2 end end |
#document ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::Document
Returns The document data snippet in the suggestion. Only a subset of fields will be populated.
353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/completion_service.rb', line 353 class ContentSuggestion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of the content returned for content suggestions. module ContentType # Default value. CONTENT_TYPE_UNSPECIFIED = 0 # The suggestion is from a Google Workspace source. GOOGLE_WORKSPACE = 1 # The suggestion is from a third party source. THIRD_PARTY = 2 end end |
#suggestion ⇒ ::String
Returns The suggestion for the query.
353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/completion_service.rb', line 353 class ContentSuggestion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of the content returned for content suggestions. module ContentType # Default value. CONTENT_TYPE_UNSPECIFIED = 0 # The suggestion is from a Google Workspace source. GOOGLE_WORKSPACE = 1 # The suggestion is from a third party source. THIRD_PARTY = 2 end end |