public sealed class OpenUriAction : IMessage<Intent.Types.Message.Types.BasicCard.Types.Button.Types.OpenUriAction>, IEquatable<Intent.Types.Message.Types.BasicCard.Types.Button.Types.OpenUriAction>, IDeepCloneable<Intent.Types.Message.Types.BasicCard.Types.Button.Types.OpenUriAction>, IBufferMessage, IMessage
[[["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 page provides documentation for the `OpenUriAction` class within the `Google.Cloud.Dialogflow.V2` namespace, which is used to define actions that open a specified URI."],["The latest version available is 4.26.0, with a list of historical versions down to 3.2.0, each linked to its respective documentation for `OpenUriAction`."],["The `OpenUriAction` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `OpenUriAction` class has a required `Uri` property of type string, which specifies the HTTP or HTTPS scheme URI that the action should open."],["This class has two constructors, a default one `OpenUriAction()` and an overload constructor `OpenUriAction(Intent.Types.Message.Types.BasicCard.Types.Button.Types.OpenUriAction other)` to copy from an already existing `OpenUriAction`."]]],[]]