Interface protos.google.cloud.dialogflow.v2.Intent.IParameter (4.2.0)

Properties of a Parameter.

Package

@google-cloud/dialogflow!

Properties

defaultValue

defaultValue?: (string|null);

Parameter defaultValue

Property Value
TypeDescription
(string|null)

displayName

displayName?: (string|null);

Parameter displayName

Property Value
TypeDescription
(string|null)

entityTypeDisplayName

entityTypeDisplayName?: (string|null);

Parameter entityTypeDisplayName

Property Value
TypeDescription
(string|null)

isList

isList?: (boolean|null);

Parameter isList

Property Value
TypeDescription
(boolean|null)

mandatory

mandatory?: (boolean|null);

Parameter mandatory

Property Value
TypeDescription
(boolean|null)

name

name?: (string|null);

Parameter name

Property Value
TypeDescription
(string|null)

prompts

prompts?: (string[]|null);

Parameter prompts

Property Value
TypeDescription
(string[]|null)

value

value?: (string|null);

Parameter value

Property Value
TypeDescription
(string|null)