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 the `CallMetadata` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, specifically detailing its structure, inheritance, and implementation of various interfaces."],["It showcases version history for `CallMetadata`, ranging from version 1.0.0 to the latest version 2.19.0, with links to the documentation of each specific version."],["The `CallMetadata` class includes properties like `AgentChannel` and `CustomerChannel`, both of type `Int32`, to specify the audio channels for the agent and customer, respectively."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering features like deep cloning and efficient data handling."],["The page also includes a constructor and links to inherited members from the object class."]]],[]]