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 of the `ConversationPhoneNumber` class is 4.26.0, representing the most current release for telephony integration within the Dialogflow.V2 namespace."],["This class, `ConversationPhoneNumber`, is designed to manage phone numbers for telephony integration, allowing a user to connect a conversation over telephony."],["The `ConversationPhoneNumber` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities within the Google.Protobuf framework."],["The available versions of the class range from 3.2.0 to the latest version 4.26.0, offering a variety of options to interact with."],["The `PhoneNumber` property of the class, that is output only, is a `string` and represents the phone number to connect to."]]],[]]