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 latest version of `AnnotationBoundary` within `Google.Cloud.ContactCenterInsights.V1` is 2.19.0, with a history of available versions ranging down to 1.0.0."],["`AnnotationBoundary` is a class that marks the start or end of an annotation in a conversation and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties like `DetailedBoundaryCase`, `TranscriptIndex`, and `WordIndex`, providing details about the location of the boundary within a conversation transcript."],["The `AnnotationBoundary` class has two constructors: a default one and another that copies an existing `AnnotationBoundary` object."],["`AnnotationBoundary` inherits members from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]