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 documentation for the `TelephonyTransferCall` class within the Dialogflow v3 API, which is used to signal a client to transfer a phone call to a third-party endpoint."],["The class `TelephonyTransferCall` is part of the `Google.Cloud.Dialogflow.Cx.V3.ResponseMessage.Types` namespace and is implemented within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The document covers a range of versions for `TelephonyTransferCall`, starting from version 1.0.0 up to the latest version 2.23.0, with links to the documentation for each version."],["It details the class's inheritance from `Object` and the interfaces it implements, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key functionalities of `TelephonyTransferCall` include constructors for creating new instances, and a `PhoneNumber` property, which is used to designate the phone number the call should be transferred to, in the E.164 format."]]],[]]