Home
last modified time | relevance | path

Searched defs:DialogueResponse (Results 1 – 3 of 3) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/cloudcallcenter/
H A Ddialogue.go58 …*Client) DialogueWithCallback(request *DialogueRequest, callback func(response *DialogueResponse, …
91 type DialogueResponse struct { struct
92 *responses.BaseResponse
93 RequestId string `json:"RequestId" xml:"RequestId"`
94 Success bool `json:"Success" xml:"Success"`
95 Code string `json:"Code" xml:"Code"`
96 Message string `json:"Message" xml:"Message"`
97 HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
98 Feedback Feedback `json:"Feedback" xml:"Feedback"`
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/voicenavigator/
H A Ddialogue.go53 …*Client) DialogueWithCallback(request *DialogueRequest, callback func(response *DialogueResponse, …
83 type DialogueResponse struct { struct
84 *responses.BaseResponse
85 RequestId string `json:"RequestId" xml:"RequestId"`
86 TextResponse string `json:"TextResponse" xml:"TextResponse"`
87 Interruptible bool `json:"Interruptible" xml:"Interruptible"`
88 Action string `json:"Action" xml:"Action"`
89 ActionParams string `json:"ActionParams" xml:"ActionParams"`
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/outboundbot/
H A Ddialogue.go53 …*Client) DialogueWithCallback(request *DialogueRequest, callback func(response *DialogueResponse, …
88 type DialogueResponse struct { struct
89 *responses.BaseResponse
90 Code string `json:"Code" xml:"Code"`
91 HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
92 Message string `json:"Message" xml:"Message"`
93 RequestId string `json:"RequestId" xml:"RequestId"`
94 Success bool `json:"Success" xml:"Success"`
95 Feedback Feedback `json:"Feedback" xml:"Feedback"`