GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig.fromJson constructor

GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig.fromJson(
    core.Map json_)
    : this(
        filter: json_['filter'] as core.String?,
        medium: json_['medium'] as core.String?,
        trainingConversationsCount:
            json_['trainingConversationsCount'] as core.String?,
      );