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_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.



464
465
466
467
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 464

class LinkOutSuggestion
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
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.



464
465
466
467
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 464

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