intentDetectionConfidence property 
    
    
        
  
    
      
  
    
        - @Deprecated('This field is deprecated.')
- @TagNumber.new(9)
 
      double
      get
      
intentDetectionConfidence
      
     
    
    
  Implementation
  @$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(9)
$core.double get intentDetectionConfidence => $_getN(7);
 
   
        
  
    
      
  
    
        - @Deprecated('This field is deprecated.')
- @TagNumber.new(9)
 
      set
      
intentDetectionConfidence
      (double v)
      
     
    
    
  Implementation
  @$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(9)
set intentDetectionConfidence($core.double v) {
  $_setFloat(7, v);
}