LiveTiles Bots

Let people focus on the work that matters most. Automate mundane, repetitive tasks. Create personal, team, enterprise and external assistants with a range of abilities. This connector allows LiveTiles Bots customers to easily connect a flow to their bot, in order to allow users to trigger the flow through a Conversational User Interface.

This connector is available in the following products and regions:

Service Class Regions
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   US Department of Defense (DoD)
Power Automate Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Power Apps Premium All Power Apps regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Contact
URL https://support.livetiles.nyc/hc/en-us/articles/360036205731-Contact-us
Connector Metadata
Publisher LiveTiles Pty Ltd.
Website https://www.livetiles.nyc/
Privacy policy https://www.livetiles.nyc/privacy-policy

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

Flow Complete

Finish the current flow and allow the user to ask something else

Post Message

Posts a message back to the bot user.

Prompt Boolean

Prompts the bot user for a bool value.

Prompt Choice

Prompts the bot user with a choice variable.

Prompt File

Prompts the bot user for a file variable.

Prompt Form

Prompts the bot user for a form input.

Prompt Number

Prompts the bot user for a number input.

Prompt String

Prompts the bot user for a string input.

Flow Complete

Finish the current flow and allow the user to ask something else

Parameters

Name Key Required Type Description
Conversation Resumption Token
resumptionToken True string

The token used to navigate back to the correct bot conversation.

Post Message

Posts a message back to the bot user.

Parameters

Name Key Required Type Description
Conversation Resumption Token
resumptionToken True string

The token used to navigate back to the correct bot conversation.

Message
message string

The Message back to the user.

Content Type
contentType string

The content type of the message back to the user.

content
content object
Content URL
contentUrl uri

The URL of the message back to the user.

Prompt Boolean

Prompts the bot user for a bool value.

Parameters

Name Key Required Type Description
Conversation Resumption Token
resumptionToken True string

The token used to navigate back to the correct bot conversation.

Prompt
prompt string

The user prompt for this value.

Returns

Name Path Type Description
answer
answer boolean

Prompt Choice

Prompts the bot user with a choice variable.

Parameters

Name Key Required Type Description
Conversation Resumption Token
resumptionToken True string

The token used to navigate back to the correct bot conversation.

Prompt
prompt string

The user prompt for this variable.

Label
display string

The display value for this option.

Value
value string

The value of this option.

Returns

Name Path Type Description
answer
answer string

Prompt File

Prompts the bot user for a file variable.

Parameters

Name Key Required Type Description
Conversation Resumption Token
resumptionToken True string

The token used to navigate back to the correct bot conversation.

Prompt
prompt string

The user prompt for this field.

contentTypes
contentTypes array of string

Returns

Name Path Type Description
answer
answer string

Prompt Form

Prompts the bot user for a form input.

Parameters

Name Key Required Type Description
Conversation Resumption Token
resumptionToken True string

The token used to navigate back to the correct bot conversation.

Prompt
prompt string

The user prompt for this field.

Title
title string

Field title.

Field Type
fieldType string

The type of the field.

Name
name string

Field name.

Label
label string

The display name of the field.

Required
isRequired boolean

Is this a mandatory field?

Multiline
isMultiline boolean

Allow multiple lines of text.

Min Length
minLength number

Minimum field length.

Max Length
maxLength number

Maximum field length.

Multi-Select
isMultiSelect boolean

Allow multiple choices to be selected.

Label
display string
Value
value string

Returns

Name Path Type Description
answer
answer object

Prompt Number

Prompts the bot user for a number input.

Parameters

Name Key Required Type Description
Conversation Resumption Token
resumptionToken True string

The token used to navigate back to the correct bot conversation.

Prompt
prompt string

prompt

Returns

Name Path Type Description
answer
answer float

Prompt String

Prompts the bot user for a string input.

Parameters

Name Key Required Type Description
Conversation Resumption Token
resumptionToken True string

The token used to navigate back to the correct bot conversation.

Prompt
prompt string

prompt

Returns

Name Path Type Description
answer
answer string

Triggers

When an intent is recognized

This operation triggers when the related intent is recognized in the bot's LUIS model.

When an intent is recognized

This operation triggers when the related intent is recognized in the bot's LUIS model.

Parameters

Name Key Required Type Description
Bot
bot True string
Flow
key True string

Returns

The outputs of this operation are dynamic.