public sealed class DataStoreConnectionSignals.Types.SearchSnippet : IMessage<DataStoreConnectionSignals.Types.SearchSnippet>, IEquatable<DataStoreConnectionSignals.Types.SearchSnippet>, IDeepCloneable<DataStoreConnectionSignals.Types.SearchSnippet>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class DataStoreConnectionSignals.Types.SearchSnippet.
[[["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 webpage provides documentation for the `DataStoreConnectionSignals.Types.SearchSnippet` class within the Google Cloud Dialogflow CX v3 API, with the latest version being 2.23.0."],["The `SearchSnippet` class is used to represent details of a search snippet, which is part of the data returned from a data store connection, and it includes document title, URI, and the text in the prompt."],["The page includes links to documentation for different versions of the Dialogflow CX v3 API, ranging from version 1.0.0 to the latest version 2.23.0, allowing users to access the documentation relevant to the version they are using."],["The class `DataStoreConnectionSignals.Types.SearchSnippet` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base class object, showing its integration within the .NET framework."],["You can construct instances of the `SearchSnippet` class via it's public constructor, and you can access its properties, such as `DocumentTitle`, `DocumentUri`, and `Text`, which define the information of a document."]]],[]]