GoogleCloudDialogflowV2AnnotatedMessagePart.fromJson constructor

GoogleCloudDialogflowV2AnnotatedMessagePart.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2AnnotatedMessagePart.fromJson(core.Map json_)
  : this(
      entityType: json_['entityType'] as core.String?,
      formattedValue: json_['formattedValue'],
      text: json_['text'] as core.String?,
    );