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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dialogflow/v2/doc/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_nameString

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.



366
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 366

class LinkOutSuggestion; end

#uriString

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.



366
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 366

class LinkOutSuggestion; end