GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessageSystemMessageTextOutput.fromJson constructor

GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessageSystemMessageTextOutput.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessageSystemMessageTextOutput.fromJson(
  core.Map json_,
) : this(
      texts: (json_['texts'] as core.List?)
          ?.map((value) => value as core.String)
          .toList(),
      type: json_['type'] as core.String?,
    );