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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation covers the `CheckGroundingFactChunk` class, which is part of the Discovery Engine v1beta API in the `Google.Cloud.DiscoveryEngine.V1Beta` namespace."],["`CheckGroundingFactChunk` is a sealed class used for representing a fact chunk in grounding checks, and it inherits from the `object` class while implementing several interfaces."],["The class includes two constructors: a default one, `CheckGroundingFactChunk()`, and one that copies another `CheckGroundingFactChunk` instance."],["The `ChunkText` property, a string, represents the textual content of the fact chunk, with a maximum length of 10,000 characters."],["This class is available in two versions: 1.0.0-beta18 which is the latest, and 1.0.0-beta17."]]],[]]