Class: Google::Cloud::DiscoveryEngine::V1::Reply
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::Reply
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/conversation.rb
Overview
Defines a reply message to user.
Instance Attribute Summary collapse
-
#summary ⇒ ::Google::Cloud::DiscoveryEngine::V1::SearchResponse::Summary
Summary based on search results.
Instance Attribute Details
#summary ⇒ ::Google::Cloud::DiscoveryEngine::V1::SearchResponse::Summary
Returns Summary based on search results.
67 68 69 70 |
# File 'proto_docs/google/cloud/discoveryengine/v1/conversation.rb', line 67 class Reply include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |