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, detailing how to transfer phone calls to a third-party endpoint."],["The `TelephonyTransferCall` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has methods such as GetHashCode, GetType, and ToString."],["The page contains links for various versions of the API, from version 1.0.0 up to the latest 2.23.0, along with detailed information on each version's specifications, including constructors and properties."],["The `PhoneNumber` property of the `TelephonyTransferCall` class allows specifying a phone number in E.164 format for call transfer, and the `HasPhoneNumber` property indicates if this field is set."],["The `EndpointCase` property of the `TelephonyTransferCall` class shows the different values for the endpoint oneof case."]]],[]]