class Google::Apis::DialogflowV2::GoogleCloudDialogflowV2IntentMessageSelectItemInfo
Additional info about the select item for when it is triggered in a dialog.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @key = args[:key] if args.key?(:key) @synonyms = args[:synonyms] if args.key?(:synonyms) end