Class GoogleCloudDiscoveryengineV1alphaAnswerCitation
Citation info for a segment.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAnswerCitation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndIndex
End of the attributed segment, exclusive.
Declaration
[JsonProperty("endIndex")]
public virtual long? EndIndex { get; set; }
Property Value
Type | Description |
---|---|
long? |
Sources
Citation sources for the attributed segment.
Declaration
[JsonProperty("sources")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaAnswerCitationSource> Sources { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1alphaAnswerCitationSource> |
StartIndex
Index indicates the start of the segment, measured in bytes (UTF-8 unicode).
Declaration
[JsonProperty("startIndex")]
public virtual long? StartIndex { get; set; }
Property Value
Type | Description |
---|---|
long? |