Skip to content

Commit

Permalink
Merge pull request #176 from dvonthenen/fix-input-params
Browse files Browse the repository at this point in the history
Fix Prerecorded Options for Custom Intent
  • Loading branch information
davidvonthenen authored Feb 5, 2024
2 parents 710240d + 3b8439a commit 9554528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/interfaces/types-prerecorded.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type PreRecordedTranscriptionOptions struct {
Alternatives int `json:"alternatives,omitempty" url:"alternatives,omitempty"`
Callback string `json:"callback,omitempty" url:"callback,omitempty"`
CallbackMethod string `json:"callback_method,omitempty" url:"callback_method,omitempty"`
CustomIntent string `json:"custom_intent,omitempty" url:"custom_intent,omitempty"`
CustomIntent []string `json:"custom_intent,omitempty" url:"custom_intent,omitempty"`
CustomIntentMode string `json:"custom_intent_mode,omitempty" url:"custom_intent_mode,omitempty"`
CustomTopic []string `json:"custom_topic,omitempty" url:"custom_topic,omitempty"`
CustomTopicMode string `json:"custom_topic_mode,omitempty" url:"custom_topic_mode,omitempty"`
Expand Down

0 comments on commit 9554528

Please sign in to comment.