Class: Google::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button::OpenUriAction

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#uri::String

Returns Required. The HTTP or HTTPS scheme URI.

Returns:

  • (::String)

    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