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 `ConversationPhoneNumber` is 4.26.0, which is part of the Google.Cloud.Dialogflow.V2 namespace."],["`ConversationPhoneNumber` is a class used for integrating telephony into Dialogflow conversations, representing a phone number."],["This class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `ConversationPhoneNumber` class has a single output-only property, `PhoneNumber`, which is a string and represents the number used to connect to the conversation."],["Version 4.0.0 to version 4.26.0 of `ConversationPhoneNumber` are all available to be accessed."]]],[]]