ActionInput
No description
input ActionInput {
id: ID
replyTemplate: RuleReplyTemplateInput
toAgent: String
type: RuleActionType!
value: String
}
Fields
ActionInput.id ● ID scalar common
The existing action id.
ActionInput.replyTemplate ● RuleReplyTemplateInput input common
The agent the action is directed to.
ActionInput.toAgent ● String scalar common
The agent the action is directed to.
ActionInput.type ● RuleActionType! non-null enum common
The type of the action.
ActionInput.value ● String scalar common
The value associated with the action.
Member of
RuleCreateInput input ● RuleUpdateInput input