GoogleCloudDialogflowV2IntentMessageColumnProperties.fromJson constructor
GoogleCloudDialogflowV2IntentMessageColumnProperties.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2IntentMessageColumnProperties.fromJson(core.Map json_)
: this(
header: json_['header'] as core.String?,
horizontalAlignment: json_['horizontalAlignment'] as core.String?,
);