We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b57e4c commit d2ea979Copy full SHA for d2ea979
pkg/client/interfaces/v1/types-agent.go
@@ -13,6 +13,7 @@ XXXX
13
type SettingsOptions struct {
14
Type string `json:"type"`
15
Experimental bool `json:"experimental,omitempty"`
16
+ MipOptOut bool `json:"mip_opt_out,omitempty"`
17
Audio Audio `json:"audio"`
18
Agent Agent `json:"agent"`
19
}
@@ -82,5 +83,4 @@ type Agent struct {
82
83
Speak Speak `json:"speak,omitempty"`
84
SpeakFallback *[]Speak `json:"speak_fallback,omitempty"`
85
Greeting string `json:"greeting,omitempty"`
- MipOptOut bool `json:"mip_opt_out,omitempty"`
86
0 commit comments