Show / Hide Table of Contents

Class CitationsInlineCitation

An inline citation in the response text.

Inheritance
object
CitationsInlineCitation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX