Class: Google::Cloud::DiscoveryEngine::V1beta::Reply
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::Reply
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb
Overview
Defines a reply message to user.
Defined Under Namespace
Classes: Reference
Instance Attribute Summary collapse
-
#references ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Reply::Reference>
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#reply ⇒ ::String
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#summary ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary
Summary based on search results.
Instance Attribute Details
#references ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Reply::Reference>
Deprecated.
This field is deprecated and may be removed in the next major version update.
Returns References in the reply.
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 76 class Reply include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines reference in reply. # @deprecated This message is deprecated and may be removed in the next major version update. # @!attribute [rw] uri # @return [::String] # URI link reference. # @!attribute [rw] anchor_text # @return [::String] # Anchor text. # @!attribute [rw] start # @return [::Integer] # Anchor text start index. # @!attribute [rw] end # @return [::Integer] # Anchor text end index. class Reference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#reply ⇒ ::String
Deprecated.
This field is deprecated and may be removed in the next major version update.
Returns DEPRECATED: use summary
instead.
Text reply.
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 76 class Reply include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines reference in reply. # @deprecated This message is deprecated and may be removed in the next major version update. # @!attribute [rw] uri # @return [::String] # URI link reference. # @!attribute [rw] anchor_text # @return [::String] # Anchor text. # @!attribute [rw] start # @return [::Integer] # Anchor text start index. # @!attribute [rw] end # @return [::Integer] # Anchor text end index. class Reference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#summary ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary
Returns Summary based on search results.
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 76 class Reply include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines reference in reply. # @deprecated This message is deprecated and may be removed in the next major version update. # @!attribute [rw] uri # @return [::String] # URI link reference. # @!attribute [rw] anchor_text # @return [::String] # Anchor text. # @!attribute [rw] start # @return [::Integer] # Anchor text start index. # @!attribute [rw] end # @return [::Integer] # Anchor text end index. class Reference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |