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 transfer of a phone call to a third-party endpoint within the Dialogflow CX environment."],["The latest version of this class is 2.23.0, and there are numerous previous versions, all the way down to 1.0.0, which are detailed in the page's version history."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and is derived from the base `Object` class, which can be seen through its inheritances."],["The `TelephonyTransferCall` class has a constructor and contains properties like `EndpointCase` and `PhoneNumber`, with `PhoneNumber` being the target phone number for the call transfer, which is to be in E.164 format."],["The class can only be constructed through its empty constructor, or one that takes itself as a parameter for its construction, and is contained within the \"Google.Cloud.Dialogflow.Cx.V3.dll\" assembly."]]],[]]