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, related to telephony integration."],["The latest version available for `ConversationPhoneNumber` is 4.26.0, with a full list of versions provided going back to 3.2.0, in descending order."],["The `ConversationPhoneNumber` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `Object`."],["This class has a single property, `PhoneNumber`, which is a string that represents the phone number for connecting to a specific conversation, and is an output only field."],["It also includes two constructors, a default constructor, and one to create an instance from an existing `ConversationPhoneNumber` object."]]],[]]