Class: Google::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button::OpenUriAction
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button::OpenUriAction
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/intent.rb
Overview
Opens the given URI.
Instance Attribute Summary collapse
-
#uri ⇒ ::String
Required.
Instance Attribute Details
#uri ⇒ ::String
Returns Required. The HTTP or HTTPS scheme URI.
456 457 458 459 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 456 class OpenUriAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |