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 page 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 `TelephonyTransferCall` class is part of the `ResponseMessage.Types` and is implemented with interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has constructors for creating new instances and accepts another `TelephonyTransferCall` instance as parameter."],["The `TelephonyTransferCall` class has properties like `EndpointCase` of type `EndpointOneofCase` and `PhoneNumber`, which accepts an E.164 formatted phone number for call transfers."],["This documentation offers a list of versions, ranging from 1.0.0 to the latest version of 2.23.0, of the `TelephonyTransferCall` class."]]],[]]