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, which signals a client to transfer a phone call to a third-party endpoint."],["The latest version of the documentation available is `2.23.0`, with versions dating back to `1.0.0` also being documented and accessible."],["The `TelephonyTransferCall` class has properties like `EndpointCase` and `PhoneNumber`, with `PhoneNumber` being a string that stores the number in E.164 format to transfer the call to."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["There are two constructors available, one default and one that accepts another `TelephonyTransferCall` instance."]]],[]]