Class: Google::Cloud::Dialogflow::V2::Intent::Message::Card::Button

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb

Overview

Optional. Contains information about a button.

Instance Attribute Summary collapse

Instance Attribute Details

#postbackString

Returns Optional. The text to send back to the Dialogflow API or a URI to open.

Returns:

  • (String)

    Optional. The text to send back to the Dialogflow API or a URI to open.



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

class Button; end

#textString

Returns Optional. The text to show on the button.

Returns:

  • (String)

    Optional. The text to show on the button.



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

class Button; end