|
@@ -3512,7 +3512,7 @@ type AutomationResp struct {
|
|
|
type ConversationalAutomationInfo struct {
|
|
|
Prompts []string `json:"prompts,optional"`
|
|
|
Commands []Command `json:"commands,optional"`
|
|
|
- PhoneNumber string `json:"phoneNumber,optional"`
|
|
|
+ Phone string `json:"phone,optional"`
|
|
|
EnableWelcomeMessage bool `json:"enableWelcomeMessage,optional"`
|
|
|
}
|
|
|
|
|
@@ -3524,7 +3524,7 @@ type Command struct {
|
|
|
// swagger:model SetAutomationReq
|
|
|
type SetAutomationReq struct {
|
|
|
EnableWelcomeMessage bool `json:"enableWelcomeMessage,optional"`
|
|
|
- PhoneNumber string `json:"phoneNumber,optional"`
|
|
|
+ Phone string `json:"phone,optional"`
|
|
|
Commands []Command `json:"commands,optional"`
|
|
|
Prompts []string `json:"prompts,optional"`
|
|
|
WaId string `json:"waId,optional"`
|