Discovery Engine v1beta API - Class Reply.Types.Reference (1.0.0-beta12)

[Obsolete]
public sealed class Reply.Types.Reference : IMessage<Reply.Types.Reference>, IEquatable<Reply.Types.Reference>, IDeepCloneable<Reply.Types.Reference>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class Reply.Types.Reference.

Defines reference in reply.

Inheritance

object > Reply.Types.Reference

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

Reference()

public Reference()

Reference(Reference)

public Reference(Reply.Types.Reference other)
Parameter
NameDescription
otherReplyTypesReference

Properties

AnchorText

public string AnchorText { get; set; }

Anchor text.

Property Value
TypeDescription
string

End

public int End { get; set; }

Anchor text end index.

Property Value
TypeDescription
int

Start

public int Start { get; set; }

Anchor text start index.

Property Value
TypeDescription
int

Uri

public string Uri { get; set; }

URI link reference.

Property Value
TypeDescription
string