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.
Implements
IMessageCheckGroundingResponseTypesCheckGroundingFactChunk, IEquatableCheckGroundingResponseTypesCheckGroundingFactChunk, IDeepCloneableCheckGroundingResponseTypesCheckGroundingFactChunk, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
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 |