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 page provides reference documentation for the `TelephonyTransferCall` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is part of the Dialogflow v3 API."],["The `TelephonyTransferCall` class is used to signal the client to transfer a phone call connected to the agent to a third-party endpoint."],["The latest version of the API covered in this documentation is 2.23.0, and it goes all the way down to version 1.0.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, comparison, deep cloning, and buffer management."],["The `TelephonyTransferCall` class has properties, such as `EndpointCase` and `PhoneNumber`, allowing for setting the endpoint type and specifying a phone number in E.164 format for call transfer."]]],[]]