Class CitationsCitedChunk
Piece of cited information.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class CitationsCitedChunk : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RequiresAttribution
Whether this citation requires attribution to be shown to the end users.
Declaration
[JsonProperty("requiresAttribution")]
public virtual bool? RequiresAttribution { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Text
Text used for citation.
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
Title of the cited document.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Uri
URI used for citation.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |