GoogleCloudContactcenterinsightsV1DialogflowSource.fromJson constructor

GoogleCloudContactcenterinsightsV1DialogflowSource.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1DialogflowSource.fromJson(core.Map json_)
  : this(
      audioUri: json_['audioUri'] as core.String?,
      dialogflowConversation: json_['dialogflowConversation'] as core.String?,
    );