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."],[[["This webpage provides documentation for the `TelephonyTransferCall` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically detailing its role in signaling a client to transfer a phone call."],["The `TelephonyTransferCall` class, part of the `ResponseMessage.Types` hierarchy, allows the agent to transfer calls to a third-party endpoint."],["The latest version available is 2.23.0, with the page also providing links to documentation for a range of previous versions back to 1.0.0."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `Object`."],["The `TelephonyTransferCall` class includes constructors and a `PhoneNumber` property, which is used to set the destination number in E.164 format."]]],[]]