public sealed class CallMetadata : IMessage<Conversation.Types.CallMetadata>, IEquatable<Conversation.Types.CallMetadata>, IDeepCloneable<Conversation.Types.CallMetadata>, IBufferMessage, IMessage
[[["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 webpage provides documentation for `CallMetadata`, a class within the `Google.Cloud.ContactCenterInsights.V1` namespace, used to store call-specific metadata for contact center insights."],["It details the implementation of `CallMetadata`, including its inheritance from `Object` and the interfaces it implements, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document shows various versions of `CallMetadata`, with the latest being 2.19.0 and it starts from the version 1.0.0, along with links to each specific version."],["The page includes the constructors of the `CallMetadata` class which can be made empty or can take another `CallMetadata` object as parameter."],["It also outlines the properties `AgentChannel` and `CustomerChannel`, which specify the audio channels for the agent and customer respectively, which are of type `Int32`."]]],[]]