public sealed class TelephonyTransferCall : IMessage<ResponseMessage.Types.TelephonyTransferCall>, IEquatable<ResponseMessage.Types.TelephonyTransferCall>, IDeepCloneable<ResponseMessage.Types.TelephonyTransferCall>, IBufferMessage, IMessage
Represents the signal that telles the client to transfer the phone call
connected to the agent to a third-party endpoint.
[[["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 page details the `TelephonyTransferCall` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used to signal a client to transfer a phone call to a third-party endpoint."],["It provides a comprehensive list of versions, ranging from 1.0.0 to the latest 2.23.0, allowing developers to navigate through different releases of the `TelephonyTransferCall` class."],["The `TelephonyTransferCall` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and is derived from the `Object` class."],["Key properties of the `TelephonyTransferCall` class include `EndpointCase` which manages the endpoint type and `PhoneNumber`, which is used to specify the destination phone number for the call transfer in E.164 format."],["The class supports two constructors for creating instances: a default constructor and another that allows copying properties from an existing `TelephonyTransferCall` object."]]],[]]