SuggestionResponse

The response generated when a user taps a suggested reply or action.

JSON representation
{
  "postbackData": string,
  "text": string,
  "type": enum (SuggestionResponse.SuggestionType)
}
Fields
postbackData

string

The postback data specified by the agent when the agent sent the suggestion to the user.

text

string

The user-visible text of the suggestion that the user tapped.

type

enum (SuggestionResponse.SuggestionType)

The type of suggestion which was responded to.