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, specifically detailing its implementation in the .NET environment."],["The `CallMetadata` class is designed to store call-specific metadata and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality such as message handling, equality comparison, deep cloning, and buffered messaging."],["The latest version of the `CallMetadata` class is version 2.19.0, and the page provides links to documentation for previous versions, dating back to version 1.0.0."],["The class has two constructors, a default constructor and one that accepts another `CallMetadata` object as an argument, used for creating new instances."],["The `CallMetadata` class includes two properties, `AgentChannel` and `CustomerChannel`, both of type `Int32`, that allow the user to define the audio channels corresponding to the agent and customer, respectively."]]],[]]