Discovery Engine v1beta API - Class CheckGroundingResponse.Types.CheckGroundingFactChunk (1.0.0-beta18)

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 v1beta API class CheckGroundingResponse.Types.CheckGroundingFactChunk.

Fact chunk for grounding check.

Inheritance

object > CheckGroundingResponse.Types.CheckGroundingFactChunk

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.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