class GoogleCloudDialogflowV2beta1IntentParameter extends Collection (View source)

Properties

protected $collection_key
string $defaultValue
string $displayName
string $entityTypeDisplayName
bool $isList
bool $mandatory
string $name
string[] $prompts
string $value

Methods

setDefaultValue($defaultValue)

No description

string
getDefaultValue()

No description

setDisplayName($displayName)

No description

string
getDisplayName()

No description

setEntityTypeDisplayName($entityTypeDisplayName)

No description

string
getEntityTypeDisplayName()

No description

setIsList($isList)

No description

bool
getIsList()

No description

setMandatory($mandatory)

No description

bool
getMandatory()

No description

setName($name)

No description

string
getName()

No description

setPrompts($prompts)

No description

string[]
getPrompts()

No description

setValue($value)

No description

string
getValue()

No description

Details

setDefaultValue($defaultValue)

No description

Parameters

$defaultValue

string getDefaultValue()

No description

Return Value

string

setDisplayName($displayName)

No description

Parameters

$displayName

string getDisplayName()

No description

Return Value

string

setEntityTypeDisplayName($entityTypeDisplayName)

No description

Parameters

$entityTypeDisplayName

string getEntityTypeDisplayName()

No description

Return Value

string

setIsList($isList)

No description

Parameters

$isList

bool getIsList()

No description

Return Value

bool

setMandatory($mandatory)

No description

Parameters

$mandatory

bool getMandatory()

No description

Return Value

bool

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setPrompts($prompts)

No description

Parameters

$prompts

string[] getPrompts()

No description

Return Value

string[]

setValue($value)

No description

Parameters

$value

string getValue()

No description

Return Value

string