GoogleCloudDialogflowV2ToolCallResultError.fromJson constructor

GoogleCloudDialogflowV2ToolCallResultError.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2ToolCallResultError.fromJson(core.Map json_)
  : this(
      message: json_['message'] as core.String?,
      retryable: json_['retryable'] as core.bool?,
    );