GoogleCloudDialogflowV2SpeechContext.fromJson constructor
      
      GoogleCloudDialogflowV2SpeechContext.fromJson(
    
    
- Map json_
 
Implementation
GoogleCloudDialogflowV2SpeechContext.fromJson(core.Map json_)
    : this(
        boost: (json_['boost'] as core.num?)?.toDouble(),
        phrases: (json_['phrases'] as core.List?)
            ?.map((value) => value as core.String)
            .toList(),
      );