public sealed class AdditionalContactInfo : IMessage<AdditionalContactInfo>, IEquatable<AdditionalContactInfo>, IDeepCloneable<AdditionalContactInfo>, IBufferMessage, IMessage
Resource that represents contact information other than phone, email,
URI and addresses.
[[["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-04-17 UTC."],[[["The `AdditionalContactInfo` class represents contact information beyond phone, email, URI, and addresses within the `Google.Cloud.Talent.V4Beta1` namespace."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing functionalities like deep cloning and message handling."],["`AdditionalContactInfo` objects can be constructed with default values or by copying another `AdditionalContactInfo` instance."],["Key properties of `AdditionalContactInfo` include `ContactId` (a string with a 100-character limit), `Name` (the contact method name, also with a 100-character limit), and `Usage` (specifying the context of the contact method using the `ContactInfoUsage` type)."]]],[]]