Class Citations
Citations associated with the agent response.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class Citations : IDirectResponseSchema
Properties
CitedChunks
List of cited pieces of information.
Declaration
[JsonProperty("citedChunks")]
public virtual IList<CitationsCitedChunk> CitedChunks { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CitationsCitedChunk> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InlineCitations
Optional. List of inline citations in the agent response.
Declaration
[JsonProperty("inlineCitations")]
public virtual IList<CitationsInlineCitation> InlineCitations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CitationsInlineCitation> |