Class CitationsInlineCitation
An inline citation in the response text.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class CitationsInlineCitation : IDirectResponseSchema
Properties
CitedChunkIndices
The indices of the cited chunks that back this text segment. Indices refer to the elements in
cited_chunks.
Declaration
[JsonProperty("citedChunkIndices")]
public virtual IList<int?> CitedChunkIndices { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<int?> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndIndex
The ending index (in bytes) of the text segment in the agent response.
Declaration
[JsonProperty("endIndex")]
public virtual int? EndIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
StartIndex
The starting index (in bytes) of the text segment in the agent response.
Declaration
[JsonProperty("startIndex")]
public virtual int? StartIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |