Class: Google::Cloud::DiscoveryEngine::V1beta::Reply

Inherits:
Object
  • Object
show all
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

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.

Returns:



74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 74

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.

Returns:

  • (::String)

    DEPRECATED: use summary instead. Text reply.



74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 74

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.

Returns:



74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 74

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