Class: Google::Cloud::DiscoveryEngine::V1beta::Reply::Reference Deprecated

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb

Overview

Deprecated.

This message is deprecated and may be removed in the next major version update.

Defines reference in reply.

Instance Attribute Summary collapse

Instance Attribute Details

#anchor_text::String

Returns Anchor text.

Returns:

  • (::String)

    Anchor text.



92
93
94
95
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 92

class Reference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#end::Integer

Returns Anchor text end index.

Returns:

  • (::Integer)

    Anchor text end index.



92
93
94
95
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 92

class Reference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start::Integer

Returns Anchor text start index.

Returns:

  • (::Integer)

    Anchor text start index.



92
93
94
95
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 92

class Reference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uri::String

Returns URI link reference.

Returns:

  • (::String)

    URI link reference.



92
93
94
95
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 92

class Reference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end