Discovery Engine v1 API - Class CheckGroundingResponse.Types.CheckGroundingFactChunk (1.7.0)

public sealed class CheckGroundingResponse.Types.CheckGroundingFactChunk : IMessage<CheckGroundingResponse.Types.CheckGroundingFactChunk>, IEquatable<CheckGroundingResponse.Types.CheckGroundingFactChunk>, IDeepCloneable<CheckGroundingResponse.Types.CheckGroundingFactChunk>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1 API class CheckGroundingResponse.Types.CheckGroundingFactChunk.

Fact chunk for grounding check.

Inheritance

object > CheckGroundingResponse.Types.CheckGroundingFactChunk

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

CheckGroundingFactChunk()

public CheckGroundingFactChunk()

CheckGroundingFactChunk(CheckGroundingFactChunk)

public CheckGroundingFactChunk(CheckGroundingResponse.Types.CheckGroundingFactChunk other)
Parameter
Name Description
other CheckGroundingResponseTypesCheckGroundingFactChunk

Properties

ChunkText

public string ChunkText { get; set; }

Text content of the fact chunk. Can be at most 10K characters long.

Property Value
Type Description
string