public sealed class AnnotationBoundary : IMessage<AnnotationBoundary>, IEquatable<AnnotationBoundary>, IDeepCloneable<AnnotationBoundary>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class AnnotationBoundary.
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."],[[["This document provides reference documentation for the `AnnotationBoundary` class within the Google Cloud Contact Center AI Insights v1 API, specifically for .NET developers."],["The `AnnotationBoundary` class represents a point in a conversation, marking the start or end of an annotation, and it is a core component of the Contact Center AI Insights v1 API."],["The latest version of this documentation available is 2.19.0, but multiple past versions of this class are also documented and accessible, going all the way back to 1.0.0."],["The `AnnotationBoundary` class includes properties such as `TranscriptIndex` and `WordIndex`, which are integer values that help pinpoint the location of an annotation boundary in a conversation transcript."],["The `AnnotationBoundary` class has two constructors: a default parameterless constructor and one that takes an `AnnotationBoundary` object, for copying purposes."]]],[]]