public sealed class ConversationPhoneNumber : IMessage<ConversationPhoneNumber>, IEquatable<ConversationPhoneNumber>, IDeepCloneable<ConversationPhoneNumber>, IBufferMessage, IMessage
Represents a phone number for telephony integration. It allows for connecting
a particular conversation over telephony.
[[["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 documentation for the `ConversationPhoneNumber` class within the `Google.Cloud.Dialogflow.V2` namespace, a class representing a phone number for telephony integration in Dialogflow."],["The `ConversationPhoneNumber` class allows for connecting a specific conversation over telephony and has versions ranging from 3.2.0 up to the latest, 4.26.0."],["The class inherits from `Object` and implements `IMessage\u003cConversationPhoneNumber\u003e`, `IEquatable\u003cConversationPhoneNumber\u003e`, `IDeepCloneable\u003cConversationPhoneNumber\u003e`, `IBufferMessage`, and `IMessage`, all of which have their respective documentation."],["The class has two constructors, one default and another taking an instance of itself as a parameter, to create new instances of the object."],["It includes a `PhoneNumber` property, which is an output-only string that holds the phone number used to connect to a particular conversation."]]],[]]