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."],[[["This webpage provides documentation for the `CallMetadata` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, detailing its properties, inheritance, and implemented interfaces."],["The latest version documented is 2.19.0, with a range of previous versions (from 2.18.0 to 1.0.0) also available for reference, all concerning the `CallMetadata` class."],["`CallMetadata` is a class designed to store call-specific information, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two primary properties, `AgentChannel` and `CustomerChannel`, both of which are integers representing the respective audio channels in a conversation."],["There are also two constructors available for the `CallMetadata` class, a parameterless one, and another one that accepts `Conversation.Types.CallMetadata` as a parameter."]]],[]]