public sealed class UpdatePhoneNumberRequest : IMessage<UpdatePhoneNumberRequest>, IEquatable<UpdatePhoneNumberRequest>, IDeepCloneable<UpdatePhoneNumberRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class UpdatePhoneNumberRequest.
The request message for
[PhoneNumbers.UpdatePhoneNumber][google.cloud.dialogflow.v2beta1.PhoneNumbers.UpdatePhoneNumber].
[[["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."],[[["This page provides documentation for the `UpdatePhoneNumberRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically for version 1.0.0-beta22."],["The `UpdatePhoneNumberRequest` class is a request message used for updating phone numbers via the `PhoneNumbers.UpdatePhoneNumber` method, inheriting from `object` and implementing several interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors, a default constructor and one that takes another `UpdatePhoneNumberRequest` object as a parameter."],["It includes two key properties, `PhoneNumber`, which is the phone number to be updated and is a required property, and `UpdateMask`, which is optional and specifies which fields should be updated."],["The namespace for this class is `Google.Cloud.Dialogflow.V2Beta1`, and it's contained in the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."]]],[]]