public sealed class ConversationPhoneNumber : IMessage<ConversationPhoneNumber>, IEquatable<ConversationPhoneNumber>, IDeepCloneable<ConversationPhoneNumber>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 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"]],[["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 document provides reference information for the `ConversationPhoneNumber` class within the Google Cloud Dialogflow v2beta1 API, specifically for version 1.0.0-beta17, with links to the latest and prior beta versions."],["The `ConversationPhoneNumber` class, derived from the base `object` class, represents a phone number for integrating telephony into a particular conversation, as indicated by its purpose."],["The `ConversationPhoneNumber` class is sealed, implements multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`, and is found within the `Google.Cloud.Dialogflow.V2Beta1` namespace, and the associated assembly is the `Google.Cloud.Dialogflow.V2Beta1.dll`."],["This class includes two constructors: a default constructor and one that accepts another `ConversationPhoneNumber` instance for initialization."],["The `ConversationPhoneNumber` class exposes a single property, `PhoneNumber`, which is a read/write string that represents the output-only phone number that connects to a given conversation."]]],[]]