public sealed class ResponseMessage.Types.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 `ResponseMessage.Types.TelephonyTransferCall` class within the Dialogflow v3 API, specifically in the .NET context."],["The `TelephonyTransferCall` class is used to signal to a client that a phone call connected to an agent should be transferred to a third-party endpoint, as explained within the description."],["The latest available version of `TelephonyTransferCall` is 2.23.0, and the page lists multiple versions ranging from 1.0.0 up to this most recent release, so previous versions are all included."],["The class inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, detailing how it can be used."],["The class has properties such as `EndpointCase`, `HasPhoneNumber`, and `PhoneNumber` that can be accessed, also providing constructor information and parameter details for `TelephonyTransferCall`."]]],[]]