GoogleCloudDialogflowV2IntentMessageColumnProperties.fromJson constructor

GoogleCloudDialogflowV2IntentMessageColumnProperties.fromJson(
  1. Map json_
)

Implementation

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