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."],[[["The latest version available for `Google.Cloud.Dialogflow.V2.ConversationPhoneNumber` is 4.26.0, and the webpage contains documentation for numerous previous versions, extending back to version 3.2.0."],["`ConversationPhoneNumber` represents a phone number used for telephony integration to facilitate connecting a particular conversation over the phone."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for its use in a variety of contexts."],["The `PhoneNumber` property within the `ConversationPhoneNumber` class is used to store and retrieve the phone number, which is an output-only string."]]],[]]