[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.
Implements
IMessageReplyTypesReference, IEquatableReplyTypesReference, IDeepCloneableReplyTypesReference, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
Reference()
public Reference()
Reference(Reference)
public Reference(Reply.Types.Reference other)
Parameter | |
---|---|
Name | Description |
other |
ReplyTypesReference |
Properties
AnchorText
public string AnchorText { get; set; }
Anchor text.
Property Value | |
---|---|
Type | Description |
string |
End
public int End { get; set; }
Anchor text end index.
Property Value | |
---|---|
Type | Description |
int |
Start
public int Start { get; set; }
Anchor text start index.
Property Value | |
---|---|
Type | Description |
int |
Uri
public string Uri { get; set; }
URI link reference.
Property Value | |
---|---|
Type | Description |
string |