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 page includes a list of versions dating back to 3.2.0."],["`ConversationPhoneNumber` is a class designed to represent a phone number for integration, enabling connections to specific conversations via telephony."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET environment."],["The `ConversationPhoneNumber` class provides a `PhoneNumber` property of type string, which is output only and is used to connect to the conversation."],["This class can be constructed with two different constructors, one without arguments, and another that accepts an object of the same type as an argument."]]],[]]