public sealed class TelephonyTransferCall : IMessage<ResponseMessage.Types.TelephonyTransferCall>, IEquatable<ResponseMessage.Types.TelephonyTransferCall>, IDeepCloneable<ResponseMessage.Types.TelephonyTransferCall>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ResponseMessage.Types.TelephonyTransferCall.
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, detailing its use in transferring phone calls to third-party endpoints."],["The content covers a range of versions for the Dialogflow v3 API, from version 1.0.0 to the latest version 2.23.0, each linking to its respective documentation page."],["`TelephonyTransferCall` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `TelephonyTransferCall` class include `EndpointCase` for managing the transfer endpoint and `PhoneNumber` for specifying the E.164 formatted phone number for call transfer."],["The documentation includes constructors for creating `TelephonyTransferCall` objects, both default and copy constructors, and it specifies the assembly `Google.Cloud.Dialogflow.Cx.V3.dll` where the class is located."]]],[]]