class Google::Apis::DialogflowV3::GoogleCloudDialogflowV2IntentMessageSuggestion

The suggestion chip message that the user can tap to quickly post a reply to the conversation.

Attributes

title[RW]

Required. The text shown the in the suggestion chip. Corresponds to the JSON property `title` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dialogflow_v3/classes.rb, line 10519
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dialogflow_v3/classes.rb, line 10524
def update!(**args)
  @title = args[:title] if args.key?(:title)
end