public sealed class AnnotationBoundary : IMessage<AnnotationBoundary>, IEquatable<AnnotationBoundary>, IDeepCloneable<AnnotationBoundary>, IBufferMessage, IMessage
A point in a conversation that marks the start or the end of an annotation.
[[["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."],[[["The `AnnotationBoundary` class marks the start or end of an annotation within a conversation."],["Version 2.19.0 is the latest version available for `AnnotationBoundary` in the `Google.Cloud.ContactCenterInsights.V1` namespace."],["The `AnnotationBoundary` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `AnnotationBoundary` class include `DetailedBoundaryCase`, `TranscriptIndex`, and `WordIndex` which provide information on the location of the boundary in the conversation."],["The class has two constructors, one which is parameterless, and another that accepts `AnnotationBoundary` as a parameter."]]],[]]