package
Version:
v1.131.0
Opens a new window with list of versions in this module.
Published: Nov 17, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Check struct {
ID string `yaml:"id"`
Input Input `yaml:"input"`
Validate Validate `yaml:"validate"`
}
type Input struct {
Type string `yaml:"type"`
Text string `yaml:"text,omitempty"`
Audio string `yaml:"audio,omitempty"`
}
type Parameter struct {
Parameter string `yaml:"parameter"`
Value string `yaml:"value"`
}
type Suite struct {
Name string `yaml:"name"`
Description string `yaml:"description"`
ProjectID string `yaml:"projectId"`
LocationID string `yaml:"locationId"`
AgentName string `yaml:"agentName"`
Tests []Tests `yaml:"tests"`
}
type Test struct {
Name string `yaml:"name"`
Description string `yaml:"description"`
LocaleID string `yaml:"localeId"`
Checks []Check `yaml:"checks"`
}
type Tests struct {
ID string `yaml:"id"`
File string `yaml:"file"`
}
type Validate struct {
Intent string `yaml:"intent"`
Parameters []Parameter `yaml:"parameters"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.