public sealed class ConversationPhoneNumber : IMessage<ConversationPhoneNumber>, IEquatable<ConversationPhoneNumber>, IDeepCloneable<ConversationPhoneNumber>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ConversationPhoneNumber.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the `ConversationPhoneNumber` class within the Google Cloud Dialogflow v2 API is 4.26.0, representing the most up-to-date version in the provided list."],["`ConversationPhoneNumber` is a class that represents a phone number used for integrating telephony with a conversation, allowing connection to conversations via phone numbers."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable\u003cConversationPhoneNumber\u003e`, `IDeepCloneable\u003cConversationPhoneNumber\u003e`, `IBufferMessage`, and `IMessage`, ensuring various functionalities and compatibility."],["The `ConversationPhoneNumber` class has two properties, `CountryCode` (an integer) and `PhoneNumber` (a string), both of which are output-only fields used for managing the telephony number."],["The class is part of the `Google.Cloud.Dialogflow.V2` namespace, contained within the `Google.Cloud.Dialogflow.V2.dll` assembly, and it has two constructors that enable instance creation, either default or with another `ConversationPhoneNumber` object."]]],[]]