コード例 #1
0
 def __init__(self):
     RpcRequest.__init__(self, 'Qualitycheck', '2019-01-15', 'GetAsrVocab',
                         'Qualitycheck')
     self.set_method('POST')
     if hasattr(self, "endpoint_map"):
         setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
     if hasattr(self, "endpoint_regional"):
         setattr(self, "endpoint_regional",
                 endpoint_data.getEndpointRegional())
コード例 #2
0
 def __init__(self):
     RpcRequest.__init__(self, 'Qualitycheck', '2019-01-15',
                         'CreateSkillGroupConfig', 'Qualitycheck')
     self.set_method('POST')
     if hasattr(self, "endpoint_map"):
         setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
     if hasattr(self, "endpoint_regional"):
         setattr(self, "endpoint_regional",
                 endpoint_data.getEndpointRegional())
コード例 #3
0
 def __init__(self):
     RpcRequest.__init__(self, 'Qualitycheck', '2019-01-15',
                         'DeleteBusinessCategory', 'Qualitycheck')
     self.set_method('POST')
     if hasattr(self, "endpoint_map"):
         setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
     if hasattr(self, "endpoint_regional"):
         setattr(self, "endpoint_regional",
                 endpoint_data.getEndpointRegional())
 def __init__(self):
     RpcRequest.__init__(self, 'Qualitycheck', '2019-01-15',
                         'DeleteCustomizationConfig')
     self.set_method('POST')
     if hasattr(self, "endpoint_map"):
         setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
     if hasattr(self, "endpoint_regional"):
         setattr(self, "endpoint_regional",
                 endpoint_data.getEndpointRegional())