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 documentation is for the `ConversationPhoneNumber` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta20."],["The `ConversationPhoneNumber` class represents a phone number for integrating telephony with a conversation, enabling connections via phone calls."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message handling, equality checks, deep cloning, and buffer operations."],["The class includes a constructor, `ConversationPhoneNumber()`, and a copy constructor, and it has a `PhoneNumber` property, which is a string representing the phone number for the conversation, designated as output only."],["The `ConversationPhoneNumber` class is found within the `Google.Cloud.Dialogflow.V2Beta1` namespace and is part of the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."]]],[]]