Documentation
¶
Index ¶
Constants ¶
View Source
const FilterDateFormat = "2006-01-02T15:04:05.000Z"
View Source
const RepoName string = "voiceflow-cli"
View Source
const RepoOwner string = "xavidop"
Variables ¶
View Source
var Log logrus.Logger
View Source
var OpenAIAPIKey string
View Source
var OpenAIBaseURL string
View Source
var Output string
View Source
var ShowTesterMessages bool
View Source
var SkipUpdate bool
View Source
var Verbose bool
View Source
var VersionString string
View Source
var VoiceflowAPIKey string
View Source
var VoiceflowAPIURL string // Overrides the Voiceflow API (creator-api) base URL
Custom base URL overrides for each Voiceflow service. When set, these take priority over VoiceflowSubdomain.
View Source
var VoiceflowAnalyticsURL string // Overrides the analytics-api base URL
View Source
var VoiceflowRuntimeURL string // Overrides the general-runtime base URL
View Source
var VoiceflowSubdomain string
Functions ¶
func GetAPIBaseURL ¶ added in v1.35.0
GetAPIBaseURL returns the base URL for the Voiceflow creator-api service. Priority: VoiceflowAPIURL > VoiceflowSubdomain > default. Example defaults:
https://api.voiceflow.com https://api.staging.voiceflow.com (subdomain = "staging")
func GetAnalyticsBaseURL ¶ added in v1.35.0
func GetAnalyticsBaseURL() string
GetAnalyticsBaseURL returns the base URL for the Voiceflow analytics-api service. Priority: VoiceflowAnalyticsURL > VoiceflowSubdomain > default.
func GetRuntimeBaseURL ¶ added in v1.35.0
GetRuntimeBaseURL returns the base URL for the Voiceflow general-runtime service. Priority: VoiceflowRuntimeURL > VoiceflowSubdomain > default.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.