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 the `AnnotationBoundary` class within the `Google.Cloud.ContactCenterInsights.V1` namespace is 2.19.0, while the document provides information on versions ranging from 1.0.0 to 2.19.0."],["`AnnotationBoundary` is a class representing a point in a conversation that marks the start or end of an annotation and implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `AnnotationBoundary` class includes properties such as `DetailedBoundaryCase`, `TranscriptIndex`, and `WordIndex`, providing details about the location of the annotation boundary within the conversation."],["The `AnnotationBoundary` class is located within the `Google.Cloud.ContactCenterInsights.V1.dll` assembly."],["The class has 2 constructors; a parameterless one, and one that accepts another instance of the `AnnotationBoundary` class as a parameter."]]],[]]