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, part of the Google Cloud Dialogflow V2 library for .NET."],["The `ConversationPhoneNumber` class represents a phone number to integrate with telephony and connect to a specific conversation."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `PhoneNumber` property that is output-only and stores the phone number used to connect to a conversation."],["There are many previous versions of the `ConversationPhoneNumber` class available for use ranging from 3.2.0 to 4.25.0."]]],[]]