Class: Google::Cloud::Dialogflow::V2::Intent::Message::LinkOutSuggestion

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/intent.rb

Overview

The suggestion chip message that allows the user to jump out to the app or website associated with this agent.

Instance Attribute Summary collapse

Instance Attribute Details

#destination_name::String

Returns Required. The name of the app or site this chip is linking to.

Returns:

  • (::String)

    Required. The name of the app or site this chip is linking to.



491
492
493
494
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 491

class LinkOutSuggestion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uri::String

Returns Required. The URI of the app or site to open when the user taps the suggestion chip.

Returns:

  • (::String)

    Required. The URI of the app or site to open when the user taps the suggestion chip.



491
492
493
494
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 491

class LinkOutSuggestion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end