vlocode-project - v1.40.0-beta-4
Preparing search index...
salesforce/src
BotStep
Interface BotStep
interface
BotStep
{
booleanFilter
?:
string
;
botInvocation
?:
BotInvocation
;
botMessages
?:
BotMessage
[]
;
botNavigation
?:
BotNavigation
;
botStepConditions
?:
BotStepCondition
[]
;
botSteps
?:
BotStep
[]
;
botVariableOperation
?:
BotVariableOperation
;
conversationRecordLookup
?:
ConversationRecordLookup
;
conversationStepGoalMappings
?:
ConversationDefinitionStepGoalMapping
[]
;
conversationSystemMessage
?:
ConversationSystemMessage
;
messageDefinition
?:
ConversationDefinitionRichMessage
;
stepIdentifier
?:
string
;
type
:
BotStepType
;
}
Index
Properties
boolean
Filter?
bot
Invocation?
bot
Messages?
bot
Navigation?
bot
Step
Conditions?
bot
Steps?
bot
Variable
Operation?
conversation
Record
Lookup?
conversation
Step
Goal
Mappings?
conversation
System
Message?
message
Definition?
step
Identifier?
type
Properties
Optional
boolean
Filter
booleanFilter
?:
string
Optional
bot
Invocation
botInvocation
?:
BotInvocation
Optional
bot
Messages
botMessages
?:
BotMessage
[]
Optional
bot
Navigation
botNavigation
?:
BotNavigation
Optional
bot
Step
Conditions
botStepConditions
?:
BotStepCondition
[]
Optional
bot
Steps
botSteps
?:
BotStep
[]
Optional
bot
Variable
Operation
botVariableOperation
?:
BotVariableOperation
Optional
conversation
Record
Lookup
conversationRecordLookup
?:
ConversationRecordLookup
Optional
conversation
Step
Goal
Mappings
conversationStepGoalMappings
?:
ConversationDefinitionStepGoalMapping
[]
Optional
conversation
System
Message
conversationSystemMessage
?:
ConversationSystemMessage
Optional
message
Definition
messageDefinition
?:
ConversationDefinitionRichMessage
Optional
step
Identifier
stepIdentifier
?:
string
type
type
:
BotStepType
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
boolean
Filter
bot
Invocation
bot
Messages
bot
Navigation
bot
Step
Conditions
bot
Steps
bot
Variable
Operation
conversation
Record
Lookup
conversation
Step
Goal
Mappings
conversation
System
Message
message
Definition
step
Identifier
type
vlocode-project - v1.40.0-beta-4
Loading...