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 reference documentation for the `TelephonyTransferCall` class within the Dialogflow v3 API for .NET, specifically under `Google.Cloud.Dialogflow.Cx.V3.ResponseMessage.Types`."],["The `TelephonyTransferCall` class is used to signal the client to transfer a phone call to a third-party endpoint, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for `TelephonyTransferCall` is 2.23.0, and the page includes links to documentation for versions dating back to 1.0.0, which represents the full version history available for the class."],["The class has properties like `EndpointCase` to indicate the endpoint type and `PhoneNumber` to specify the E.164 formatted number to which the call should be transferred."],["The page details available constructors for the class, such as a default constructor, as well as a constructor that takes another `TelephonyTransferCall` object as an argument, and lists the inherited members of the `Object` class."]]],[]]