GoogleCloudDialogflowV2IntentMessageSimpleResponse.fromJson constructor

GoogleCloudDialogflowV2IntentMessageSimpleResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2IntentMessageSimpleResponse.fromJson(core.Map json_)
  : this(
      displayText: json_['displayText'] as core.String?,
      ssml: json_['ssml'] as core.String?,
      textToSpeech: json_['textToSpeech'] as core.String?,
    );