Skip to content

Instantly share code, notes, and snippets.

@zomux
Created August 24, 2021 22:03
Show Gist options
  • Save zomux/55f97b99a939131e0cf9da9d2f90134b to your computer and use it in GitHub Desktop.
Save zomux/55f97b99a939131e0cf9da9d2f90134b to your computer and use it in GitHub Desktop.
{
"bot": {
"abortStatement": {
"messages": [
{
"content": "Sorry, I'm not able to assist you at this time",
"contentType": "PlainText"
}
]
},
"childDirected": "false",
"clarificationPrompt": {
"maxAttempts": 3,
"messages": [
{
"content": "I didn't understand you, please repeat that",
"contentType": "PlainText"
}
]
},
"idleSessionTTLInSeconds": 500,
"intents": [
{
"fulfillmentActivity": {
"type": "ReturnIntent"
},
"name": "Buses_slash_FindBus",
"sampleUtterances": [
"Can you find me a bus going there on {Buses_slash_departure_date}",
"Not at the moment Let compare that with a bus ride to Vancouver",
"I need to get a bus now It is for {Buses_slash_num_passengers}",
"Help me please to find a bus",
"Which bus goes there",
"Could you please help me search for a bus",
"That would be great I would need a bus to get there",
"I need to find a bus for {Buses_slash_num_passengers} people leaving on {Buses_slash_departure_date}",
"Yeah that works What about the bus going there I want to leave on the {Buses_slash_departure_date} and prefer {Buses_slash_seating_class} tickets",
"I need a bus to go there on {Buses_slash_departure_date}",
"Thank you for that How about the bus to there I wanna leave on the {Buses_slash_departure_date} I prefer {Buses_slash_seating_class} tickets",
"Yes definitely that one I would need a bus to get there on the {Buses_slash_departure_date} I would need {Buses_slash_num_passengers} {Buses_slash_seating_class} tickets",
"That flight sounds fine to me Can you help me in searching for a bus that goes there",
"I want to find a bus Can you help me with that",
"I need to find a bus route",
"I would like a bus to get there from {Buses_slash_origin_city} I would like to leave on {Buses_slash_departure_date}",
"No thank you What about a bus to that location I'll be leaving from {Buses_slash_origin_city}",
"Some other time I want to find a bus to go there though I need the bus for {Buses_slash_num_passengers} people and I will be leaving on {Buses_slash_departure_date}",
"I want to go to Chicago Can you find me a bus there",
"Please can you help me to get a bus",
"Can you find me a bus that goes there",
"Can you search a bus for me to {Buses_slash_destination_city}",
"Great I want to check out buses too",
"That fine I'd like a bus to go there",
"Can you help me search for a bus from {Buses_slash_origin_city} to {Buses_slash_destination_city}",
"Can you find a bus going there on the {Buses_slash_departure_date}",
"Okay can you find me a bus going there",
"Can you help me find a bus",
"I would need a bus to get there"
],
"slots": [
{
"name": "Buses_slash_origin_city",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.US_CITY",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "Buses_slash_destination_city",
"priority": 2,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.US_CITY",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "Buses_slash_departure_date",
"priority": 3,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.DATE",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "1"
}
]
},
"name": "Buses_slash_num_passengers",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "AMAZON.NUMBER",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forBuses_slash_num_passengers",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "Economy"
}
]
},
"name": "Buses_slash_seating_class",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "Buses_slash_seating_class",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forBuses_slash_seating_class",
"contentType": "PlainText"
}
]
}
}
],
"version": "1"
},
{
"fulfillmentActivity": {
"type": "ReturnIntent"
},
"name": "Buses_slash_BuyBusTicket",
"sampleUtterances": [
"Great buy {Buses_slash_num_passengers} tickets for that one",
"Help me find bus tickets I'm departing from {Buses_slash_origin_city}",
"I want bus ticket for {Buses_slash_num_passengers} people",
"Try to book a ticket for {Buses_slash_num_passengers} people at {Buses_slash_departure_time}",
"Sounds good Please can you buy me tickets for this bus",
"Will you reserve a bus for {Buses_slash_num_passengers}",
"Hello I wish to reserve tickets to go to {Buses_slash_destination_city} on {Buses_slash_departure_date} {Buses_slash_departure_time} in some good bus Please can you find me some good one",
"Okay that sounds perfect Please make a reservation on the bus",
"Get me bus tickets",
"Alright that sounds good",
"I am in need of booking a bus I will be leaving at {Buses_slash_departure_time} I need tickets for {Buses_slash_num_passengers} people",
"I need to book the tickets in a bus Please search for the one with departure time at {Buses_slash_departure_time}",
"I want to buy the tickets",
"I need bus tickets",
"That perfect I'd like to reserve {Buses_slash_num_passengers} ticket please",
"That great Reserve me {Buses_slash_num_passengers} ticket"
],
"slots": [
{
"name": "Buses_slash_origin_city",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.US_CITY",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "Buses_slash_destination_city",
"priority": 2,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.US_CITY",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "Buses_slash_departure_date",
"priority": 3,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.DATE",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "Buses_slash_departure_time",
"priority": 4,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.TIME",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "Buses_slash_num_passengers",
"priority": 5,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.NUMBER",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "Economy"
}
]
},
"name": "Buses_slash_seating_class",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "Buses_slash_seating_class",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forBuses_slash_seating_class",
"contentType": "PlainText"
}
]
}
}
],
"version": "1"
},
{
"fulfillmentActivity": {
"type": "ReturnIntent"
},
"name": "Flights_slash_SearchFlights",
"sampleUtterances": [
"Can you find me a round trip flights",
"Could you find round trip flights for {Flights_slash_num_passengers} people in my group",
"Can you look for flights for {Flights_slash_num_passengers}",
"I need a round trip flight",
"Can you find me an {Flights_slash_seating_class} flight",
"Can you search for round trip flights to {Flights_slash_destination_city} I am going on a trip soon",
"I would like a round trip flight",
"Please can you find flights for me I would prefer to travel in {Flights_slash_seating_class} class in {Flights_slash_airline}",
"I need a round trip",
"I'd like you to search round trip flights for me",
"Please help me find a round trip flight",
"Help me look for round trip flights",
"Can you find me a flight for {Flights_slash_seating_class} class tickets",
"I need a flight for {Flights_slash_departure_date}",
"Search flight for {Flights_slash_num_passengers} people to {Flights_slash_destination_city}",
"Can you find me a round trip flight from {Flights_slash_origin_city}",
"Please help me find roundtrip flights",
"Please search flights for me",
"I want {Flights_slash_seating_class} on {Flights_slash_return_date}",
"No not right now let find a round trip flight instead",
"Hello could you help me search for some round trip tickets to {Flights_slash_destination_city} please",
"This question is for you my friend Would you please find me some options for roundtrip flights",
"I'd like to buy a round trip flight to get there",
"Look up round trip {Flights_slash_seating_class} flights on {Flights_slash_airline}",
"Search round trip flights from {Flights_slash_origin_city}",
"Can you find me oneway flights to {Flights_slash_destination_city} I need tickets for {Flights_slash_num_passengers} people",
"I need {Flights_slash_num_passengers} tickets on {Flights_slash_airline} to get there",
"On {Flights_slash_departure_date} could you help me to find oneway flight from {Flights_slash_origin_city} to {Flights_slash_destination_city}",
"Hey can you help me find some oneway flights please",
"Thanks Do me another help that I want to search for a oneway flight Can you help me to book {Flights_slash_seating_class} class tickets",
"I need a one way flight and prefer traveling in {Flights_slash_seating_class} class",
"Ok now get a oneway flight to go over there",
"Please search for oneway flights",
"okay I need {Flights_slash_num_passengers} tickets for one way flight",
"can you find me a one way flight",
"I would like a one way {Flights_slash_seating_class} flight for a trip coming up",
"Can you help me find a oneway flight ticket",
"I have a trip coming up Can you find me oneway flights I like traveling {Flights_slash_seating_class} and I am traveling to {Flights_slash_destination_city}",
"I need a one way flight departing {Flights_slash_departure_date}",
"Find me one way flights departing on the {Flights_slash_departure_date}",
"I need a oneway flight on {Flights_slash_airline} in {Flights_slash_seating_class}",
"I would like a oneway flight on {Flights_slash_airline} for the {Flights_slash_departure_date}",
"One I have another trip for a oneway flight",
"I want to take a trip soon Can you find me a oneway flight to {Flights_slash_destination_city} I want to sit in {Flights_slash_seating_class}",
"I will be traveling with some friends can you find some oneway flights",
"can you get me a one way flight",
"I am looking for a flight",
"I need a oneway flight",
"I am planning a trip in the future Can you help me find oneway flights to {Flights_slash_destination_city}",
"I need {Flights_slash_num_passengers} ticket from {Flights_slash_origin_city} to {Flights_slash_destination_city}",
"Can you find a oneway ticket for me",
"I am looking for flights",
"I'm looking for a oneway flight"
],
"slots": [
{
"name": "Flights_slash_origin_city",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.US_CITY",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "Flights_slash_destination_city",
"priority": 2,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.US_CITY",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "Flights_slash_departure_date",
"priority": 3,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.DATE",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "Flights_slash_return_date",
"priority": 4,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.DATE",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "dontcare"
}
]
},
"name": "Flights_slash_airline",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "AMAZON.Airline",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forFlights_slash_airline",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "dontcare"
}
]
},
"name": "Flights_slash_refundable",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "Flights_slash_refundable",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forFlights_slash_refundable",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "1"
}
]
},
"name": "Flights_slash_num_passengers",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "AMAZON.NUMBER",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forFlights_slash_num_passengers",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "Economy"
}
]
},
"name": "Flights_slash_seating_class",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "Flights_slash_seating_class",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forFlights_slash_seating_class",
"contentType": "PlainText"
}
]
}
}
],
"version": "1"
},
{
"fulfillmentActivity": {
"type": "ReturnIntent"
},
"name": "Flights_slash_ReserveOnewayFlight",
"sampleUtterances": [
"That will work I'd like a one way ticket",
"That would be great I want to get a ticket",
"That is perfect Please buy me a ticket",
"I like the sound of that Can you book me the flight we talked about",
"perfect can you find me a one way {Flights_slash_seating_class} flight"
],
"slots": [
{
"name": "Flights_slash_origin_city",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.US_CITY",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "Flights_slash_destination_city",
"priority": 2,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.US_CITY",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "Flights_slash_airline",
"priority": 3,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.Airline",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "Flights_slash_departure_date",
"priority": 4,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.DATE",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "dontcare"
}
]
},
"name": "Flights_slash_refundable",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "Flights_slash_refundable",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forFlights_slash_refundable",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "1"
}
]
},
"name": "Flights_slash_num_passengers",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "AMAZON.NUMBER",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forFlights_slash_num_passengers",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "Economy"
}
]
},
"name": "Flights_slash_seating_class",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "Flights_slash_seating_class",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forFlights_slash_seating_class",
"contentType": "PlainText"
}
]
}
}
],
"version": "1"
},
{
"fulfillmentActivity": {
"type": "ReturnIntent"
},
"name": "Flights_slash_ReserveRoundtripFlights",
"sampleUtterances": [
"That flight sounds good I'd like to buy an {Flights_slash_seating_class} ticket",
"I need to buy flight tickets",
"Sure can you help me get the ticket It just for {Flights_slash_num_passengers} person",
"I plan on going on a short trip Please help me buy flight tickets",
"Well I think that flight will be perfect I can't imagine finding another flight that will work so good with my plans Let go ahead and book it"
],
"slots": [
{
"name": "Flights_slash_origin_city",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.US_CITY",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "Flights_slash_destination_city",
"priority": 2,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.US_CITY",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "Flights_slash_airline",
"priority": 3,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.Airline",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "Flights_slash_departure_date",
"priority": 4,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.DATE",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "Flights_slash_return_date",
"priority": 5,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.DATE",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "Flights_slash_outbound_departure_time",
"priority": 6,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.TIME",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "Flights_slash_inbound_departure_time",
"priority": 7,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.TIME",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "dontcare"
}
]
},
"name": "Flights_slash_refundable",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "Flights_slash_refundable",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forFlights_slash_refundable",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "1"
}
]
},
"name": "Flights_slash_num_passengers",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "AMAZON.NUMBER",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forFlights_slash_num_passengers",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "Economy"
}
]
},
"name": "Flights_slash_seating_class",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "Flights_slash_seating_class",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forFlights_slash_seating_class",
"contentType": "PlainText"
}
]
}
}
],
"version": "1"
},
{
"fulfillmentActivity": {
"type": "ReturnIntent"
},
"name": "Hotels_slash_ReserveHotel",
"sampleUtterances": [
"Okay I want to reserve a room on the {Hotels_slash_check_in_date}",
"Sounds good I'd like to book a some rooms there We'll be checking out {Hotels_slash_check_out_date}",
"Okay that would be great for a hotel reservation",
"Okay thanks I need to find {Hotels_slash_num_rooms} room in a hotel there",
"That is great Book me a room",
"Hey Please can you help me to book a room in some good hotels",
"I want to book a hotel",
"Perfect I want a reservation",
"Okay I'd like {Hotels_slash_num_rooms} room on and I'll need it until {Hotels_slash_check_out_date}",
"Reserve me a {Hotels_slash_num_rooms} hotel rooms there starting on the {Hotels_slash_check_in_date} and ending on {Hotels_slash_check_out_date}",
"It seems good for mei need to book the hotel",
"That sounds great to me could you book {Hotels_slash_num_rooms} room for check out on {Hotels_slash_check_out_date}",
"Yes that great please make me a reservation",
"I need to make a hotel reservation",
"I wish to book a hotel",
"I need help booking a hotel reservation I want to check in on the {Hotels_slash_check_in_date}",
"Alright nice I need to book a room in a hotel there so I have a place to sleep I will go there on {Hotels_slash_check_in_date}",
"Great please reserve a room for me"
],
"slots": [
{
"name": "Hotels_slash_hotel_name",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.LocalBusiness",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "Hotels_slash_check_in_date",
"priority": 2,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.DATE",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "Hotels_slash_number_of_days",
"priority": 3,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.DURATION",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "Hotels_slash_destination_city",
"priority": 4,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.US_CITY",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "1"
}
]
},
"name": "Hotels_slash_num_rooms",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "AMAZON.NUMBER",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forHotels_slash_num_rooms",
"contentType": "PlainText"
}
]
}
},
{
"name": "Hotels_slash_check_out_date",
"priority": 4,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.DATE",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
}
],
"version": "1"
},
{
"fulfillmentActivity": {
"type": "ReturnIntent"
},
"name": "Hotels_slash_SearchHotel",
"sampleUtterances": [
"Great I also want to book {Hotels_slash_num_rooms} hotel rooms",
"Ok Could you find me a hotel there",
"Thank for helping I need {Hotels_slash_num_rooms} room in a hotel there",
"Thank youcan you find a hotel in {Hotels_slash_destination_city}",
"Can you search for {Hotels_slash_num_rooms} rooms in a hotel",
"I will be having family visiting me soon and need to find {Hotels_slash_num_rooms} hotel rooms",
"I would like a hotel room there",
"OK cool now book me {Hotels_slash_num_rooms} hotel room",
"I wish to search for hotels around {Hotels_slash_destination_city} Could you please help me",
"Great Could you also help me search for a hotel please",
"I would need {Hotels_slash_num_rooms} room at a hotel when I get there",
"How about a {Hotels_slash_rating} star hotel room I need {Hotels_slash_num_rooms} of those with {Hotels_slash_has_wifi}",
"I also need a hotel there",
"Sure sounds good I also need to find a place to stay Find {Hotels_slash_num_rooms} rooms in a {Hotels_slash_rating} star hotel",
"Can you also find me a hotel in Anaheim",
"Can you assist me to search for hotels in {Hotels_slash_destination_city}",
"I'll also need {Hotels_slash_num_rooms} rooms in a {Hotels_slash_rating} star hotel with {Hotels_slash_has_wifi}",
"I need to look for a hotel there",
"I am looking for a room in hotel with {Hotels_slash_has_wifi} facility",
"Thanks a lot Find he a hotel to stay at there where they {Hotels_slash_pets_welcome}",
"I would like to find {Hotels_slash_num_rooms} hotel room with {Hotels_slash_has_wifi}",
"Can you search a hotel for me there",
"I would also like to find a hotel please",
"Thank you Now please book {Hotels_slash_num_rooms} room in any hotel there",
"I also need to book {Hotels_slash_num_rooms} room around {Hotels_slash_destination_city}",
"Thank you for your help to find the flight and also help me to book {Hotels_slash_num_rooms} room in a hotel which will {Hotels_slash_pets_welcome} with me",
"Thanks can you help me find a hotel room in {Hotels_slash_destination_city} too",
"I need a hotel room",
"I want to stay in a hotel",
"Thanks please search for a hotel there too"
],
"slots": [
{
"name": "Hotels_slash_destination_city",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.US_CITY",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "dontcare"
}
]
},
"name": "Hotels_slash_num_rooms",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "AMAZON.NUMBER",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forHotels_slash_num_rooms",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "dontcare"
}
]
},
"name": "Hotels_slash_has_wifi",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "Hotels_slash_has_wifi",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forHotels_slash_has_wifi",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "dontcare"
}
]
},
"name": "Hotels_slash_rating",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "AMAZON.AggregateRating",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forHotels_slash_rating",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "dontcare"
}
]
},
"name": "Hotels_slash_pets_welcome",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "Hotels_slash_pets_welcome",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forHotels_slash_pets_welcome",
"contentType": "PlainText"
}
]
}
}
],
"version": "1"
},
{
"fulfillmentActivity": {
"type": "ReturnIntent"
},
"name": "Hotels_slash_BookHouse",
"sampleUtterances": [
"I want to book a house and will check out on {Hotels_slash_check_out_date}",
"My friends and I are looking to book a house can you help me find one",
"I am traveling to {Hotels_slash_destination_city} Can you help me book a house near there",
"That house sounds wonderful Can you assist me in booking it I think I will stay until {Hotels_slash_check_out_date}",
"I would like to book a house"
],
"slots": [
{
"name": "Hotels_slash_destination_city",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.US_CITY",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "Hotels_slash_num_adults",
"priority": 2,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.NUMBER",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "Hotels_slash_check_in_date",
"priority": 3,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.DATE",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "Hotels_slash_check_out_date",
"priority": 4,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.DATE",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
}
],
"version": "1"
},
{
"fulfillmentActivity": {
"type": "ReturnIntent"
},
"name": "Hotels_slash_SearchHouse",
"sampleUtterances": [
"I need to find a house to stay in",
"Alright wonderful I'd like to look for a residence to stay there",
"I need to find a home to stay in",
"That a good one And would you see if there a house I can bed at while there",
"OK thanks Now please find me a house to stay there"
],
"slots": [
{
"name": "Hotels_slash_destination_city",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.US_CITY",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "dontcare"
}
]
},
"name": "Hotels_slash_rating",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "AMAZON.AggregateRating",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forHotels_slash_rating",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "dontcare"
}
]
},
"name": "Hotels_slash_has_laundry_service",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "Hotels_slash_has_laundry_service",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forHotels_slash_has_laundry_service",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "dontcare"
}
]
},
"name": "Hotels_slash_num_adults",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "AMAZON.NUMBER",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forHotels_slash_num_adults",
"contentType": "PlainText"
}
]
}
}
],
"version": "1"
},
{
"fulfillmentActivity": {
"type": "ReturnIntent"
},
"name": "RentalCars_slash_GetCarsAvailable",
"sampleUtterances": [
"I am searching for a car for rent I want you to find the suitable one for me Can you help",
"Can you also get a rental car for me",
"Please help me find a {RentalCars_slash_car_type} car in {RentalCars_slash_pickup_city}",
"I want to rent a car from {RentalCars_slash_pickup_date}",
"Search rental cars please",
"I need a rental car from {RentalCars_slash_pickup_city} until the {RentalCars_slash_dropoff_date} Ideally I'd be picking it up around {RentalCars_slash_pickup_time}",
"I need a rental car",
"Can you search for a rental car",
"Hi I want to pick up a rental car in {RentalCars_slash_pickup_city} at {RentalCars_slash_pickup_time}",
"Cool thanks Can you also book me a rental car there I need it starting {RentalCars_slash_pickup_date} and prefer an {RentalCars_slash_car_type} car",
"I need to travel I will be needing a car",
"I will need to be moving a lot I need to rent a car",
"Hello I am seeking a rental car for use until the {RentalCars_slash_dropoff_date}",
"I am search for a car for rent from {RentalCars_slash_pickup_city} Can you help me to find the suitable one",
"I'd also like a rental car for {RentalCars_slash_pickup_date} and I'll need it until {RentalCars_slash_dropoff_date} I'll pick it up {RentalCars_slash_pickup_time}",
"I would like to find a car to rent",
"Thank you so much Please help me to find a rental car there",
"Can you arrange for me to rent an auto"
],
"slots": [
{
"name": "RentalCars_slash_pickup_city",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.US_CITY",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "RentalCars_slash_pickup_date",
"priority": 2,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.DATE",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "RentalCars_slash_pickup_time",
"priority": 3,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.TIME",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "RentalCars_slash_dropoff_date",
"priority": 4,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.DATE",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "Standard"
}
]
},
"name": "RentalCars_slash_car_type",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "RentalCars_slash_car_type",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forRentalCars_slash_car_type",
"contentType": "PlainText"
}
]
}
}
],
"version": "1"
},
{
"fulfillmentActivity": {
"type": "ReturnIntent"
},
"name": "RentalCars_slash_ReserveCar",
"sampleUtterances": [
"Great Thanks I need a car there also I want to get it at {RentalCars_slash_pickup_time} and keep it until {RentalCars_slash_dropoff_date}",
"That a good choice Can you reserve it for me",
"Sounds great Reserve it please",
"That sounds perfect Can you please place a reservation for me",
"Thank you can you reserve this car for me",
"Please try to book a {RentalCars_slash_car_type} car around {RentalCars_slash_pickup_time}",
"That would be perfect rent the car for me please",
"Sounds great I need to reserve a rental",
"Can I reserve this car",
"Good Reserve it",
"I need a rental car till {RentalCars_slash_dropoff_date} I will be picking it up at {RentalCars_slash_pickup_location}",
"Reserve a car please",
"can you reserve this car for me",
"Sounds good I'd like to reserve it",
"Ok reserve it"
],
"slots": [
{
"name": "RentalCars_slash_pickup_location",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "RentalCars_slash_pickup_location",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "RentalCars_slash_pickup_date",
"priority": 2,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.DATE",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "RentalCars_slash_pickup_time",
"priority": 3,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.TIME",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "RentalCars_slash_dropoff_date",
"priority": 4,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.DATE",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "RentalCars_slash_car_type",
"priority": 5,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "RentalCars_slash_car_type",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
}
],
"version": "1"
},
{
"fulfillmentActivity": {
"type": "ReturnIntent"
},
"name": "RideSharing_slash_GetRide",
"sampleUtterances": [
"I would like to have a taxi and I am {RideSharing_slash_num_seats} person",
"Can you call me a cab",
"OK get me cab then",
"I have to get to {RideSharing_slash_destination_address} can you get a cab for me",
"I need a cab"
],
"slots": [
{
"name": "RideSharing_slash_destination_address",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.StreetAddress",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "RideSharing_slash_num_seats",
"priority": 2,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.NUMBER",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "RideSharing_slash_shared_ride",
"priority": 3,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "RideSharing_slash_shared_ride",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"name": "RideSharing_slash_ride_type",
"priority": 3,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "RideSharing_slash_ride_type",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
}
],
"version": "1"
},
{
"fulfillmentActivity": {
"type": "ReturnIntent"
},
"name": "Travel_slash_FindAttractions",
"sampleUtterances": [
"Ok good Any attractions nearby",
"Thank you I want to find attractions",
"Can you find me some attractions to visit",
"Can you please show me visiting attractions",
"Nice I can bring my pet with me then Okay next I need something to do while I'm there Can you show me attractions",
"Thanks for your help Can you find me some {Travel_slash_good_for_kids} attractions in Seattle",
"Hello I'm interested in finding some things to do Do you have any recommendations",
"Find local attractions there please",
"Hey I need to leave my house Find me some attractions to visit",
"Thanks What is there to do around there",
"That sounds good Anything else going on that day",
"Thank you so much for your help Could you please show some attractions there",
"I am searching for {Travel_slash_attraction_category} {Travel_slash_free_entry} to visit"
],
"slots": [
{
"name": "Travel_slash_city",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Required",
"slotType": "AMAZON.US_CITY",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value for AccountType?",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "dontcare"
}
]
},
"name": "Travel_slash_attraction_category",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "Travel_slash_attraction_category",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forTravel_slash_attraction_category",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "dontcare"
}
]
},
"name": "Travel_slash_free_entry",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "Travel_slash_free_entry",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forTravel_slash_free_entry",
"contentType": "PlainText"
}
]
}
},
{
"defaultValueSpec": {
"defaultValueList": [
{
"defaultValue": "dontcare"
}
]
},
"name": "Travel_slash_good_for_kids",
"priority": 1,
"sampleUtterances": [],
"slotConstraint": "Optional",
"slotType": "Travel_slash_good_for_kids",
"valueElicitationPrompt": {
"maxAttempts": 2,
"messages": [
{
"content": "What is the value forTravel_slash_good_for_kids",
"contentType": "PlainText"
}
]
}
}
],
"version": "1"
},
{
"fulfillmentActivity": {
"type": "ReturnIntent"
},
"name": "GetInfo",
"sampleUtterances": [
"Are there any other flights",
"Which airport does the flight come to and when does the onward flight come",
"May I know which station does the bus depart and arrive at",
"What is the arriving time of the onward flight",
"What other cars are available",
"What is the address",
"Yes that works What is the address and the rating of the hotel",
"Is it refundable",
"Yes that is correct that would be great I was just wondering if this house has laundry service",
"Sounds good but what other things are there",
"Which airport does the flight leave",
"What are the name of the bus stations",
"No do you have any that are kid friendly",
"Is there any other buses",
"Can you tell me their phone number And is this place also good for kids",
"Yes can I get my money back on the ticket And which airport does it leave from",
"What number can I use to contact them",
"Could you please give me the phone number of this hotel Are pets allowed",
"That great How much does it cost",
"Is it possible to refund the ticket",
"What brand of car is it",
"Is this place child friendly",
"How much will the rental cost total",
"What is the departure station",
"Can you give me a phone number for this place and do you know if it has laundry service",
"Let me decide and I want to know the total cost for this reservation",
"Which bus station does this bus arrive at",
"What the destination airport and arrival time please",
"Is there anything else I might book a different hotel than my friend Search for one room only",
"Which station does it depart from",
"What else is out there",
"What station will my bus reach",
"Which airport does this flight leave from and is it a refundable ticket",
"Is it free to enter Or will it cost me an arm and a leg to get in",
"Any other choices",
"What the phone number and rating of the hotel",
"Is this a childfriendly location and may I have their contact number please",
"Yes I prefer economy but is there any other option We are four people in the group",
"Can you give me the total cost for the rental",
"That all works out Can I have a phone number and a street address",
"What other hotels are available",
"is the ticket refundable and when does the onward flight arrive",
"yes please when does it arrive and what airport",
"What else do you have",
"What else is there I forgot to mention there will be three people in my group and we don't care which airline",
"No the Cruze sounds good How much would it cost",
"Can the ticket be refunded and when does it land",
"When will be the onward flight arrive",
"Do you have any other tickets available I wish to travel in United Airlines",
"How much will it cost",
"When does the return flight arrive",
"YEs what is the cost and how long before it arrives",
"Is there anything else I'd like a two star hotel with three rooms",
"Can you recommend another hotel",
"How much does it cost",
"Sounds good When does the first flight head to me Can I get a refund just in case",
"Cool which bus station does the bus leave from",
"What type of car is it",
"Perfect Please tell me the phone number and exact adress",
"Which airport does it depart form",
"What the destination station",
"Is the ticket refundable",
"What the destination airport And when does the return flight land",
"That good with me When will the onward flight arrive At what airport does it leave",
"Do you see any other buses available",
"Right Is it refundable At what time the onward flight arrives",
"In which bus station will I arrive",
"Sounds good what is the final cost ",
"Is there some other flight you can suggest I need tickets for three people",
"What the bus station I am leaving from and where do I arrive",
"Okay please find some other attractions in the area",
"Is it pet friendly",
"Can you check for some more flights",
"Does it allow pets and what is the address",
"Any other places you could suggest visiting",
"Do they allow pets What their address",
"When will it arrive",
"How about some other hotels that might be suited to me",
"Any more buses I need four seats",
"Yes that is perfect What is the price Do they allow pets",
"That right is it refundable tell me the arrival time as well",
"Can you please search now for other cars available in Philly",
"Could I get a refund on the ticket When does the outbound flight arrive",
"Is this a childfriendly place to go to",
"What is its cost",
"What is the address of the hotel And how can I contact it",
"Look if there wifi signal over there and tell me the address too",
"Perfect Is the ticket refundable Which airport does it arrive at",
"How much would it cost to rent out the car",
"Yeah that sounds perfect Can I get my money back on the ticket What airport does the flight leave from",
"what is the total",
"What other attractions are there",
"Yes how long is the ride",
"Yes that right Give me their contact number and what is the cost per night",
"Yes great How much will cost for it Whats the bus station am I leaving from",
"Any alternatives to that",
"Anything else",
"Tell me the name of the bus station which i am leaving from",
"What bus station will I be leaving from",
"What is the name of the bus station that I leave from",
"That is correct Can you tell me when the return flight arrives and at which airport",
"Can you check whether the ticket will be refundable or not and also let me know the arrival time of onward flight for my reference",
"Do you have the phone number",
"Which station does the bus go to",
"No I'd rather fly Southwest Airlines from SD",
"What else is there",
"Can you get me the phone number How much is it per night",
"Yes that correct Can you please tell me the total price as well as their exact address",
"Can you find any other available cars",
"Is this ticket only for one passenger Also is it economy or business class",
"Can you check about the ticket whether it is refundable or not and also let me know about the destination Airport to decide further",
"That not quite right what else did you find",
"From which station the bus leaves",
"Cool what else you got Any Amusement park attractions",
"What address to I give my cab driver",
"Where is it located and how much is the room per night",
"Great can you get me the contact number for the place"
],
"slots": [],
"version": "1"
}
],
"locale": "en-US",
"name": "sgd_travel",
"slotTypes": [
{
"enumerationValues": [
{
"synonyms": [],
"value": "doesn't have an entry fee"
},
{
"synonyms": [],
"value": "doesn't have an entrance fee"
},
{
"synonyms": [],
"value": "doesn't charge an entry fee"
},
{
"synonyms": [],
"value": "without an entry fee"
},
{
"synonyms": [],
"value": "without an entrance fee"
},
{
"synonyms": [],
"value": "without any entry fee"
},
{
"synonyms": [],
"value": "without any entrance fee"
},
{
"synonyms": [],
"value": "without an admission fee"
},
{
"synonyms": [],
"value": "without entrance fee"
},
{
"synonyms": [],
"value": "without entry fee"
},
{
"synonyms": [],
"value": "without any entry fees"
},
{
"synonyms": [],
"value": "no entry fee"
},
{
"synonyms": [],
"value": "no entrance fee"
},
{
"synonyms": [],
"value": "no admittance chargewithout a fee"
},
{
"synonyms": [],
"value": "free"
},
{
"synonyms": [],
"value": "no fee"
},
{
"synonyms": [],
"value": "no entrance fees"
}
],
"name": "Travel_slash_free_entry",
"valueSelectionStrategy": "ORIGINAL_VALUE",
"version": "1"
},
{
"enumerationValues": [
{
"synonyms": [],
"value": "kid-friendly"
},
{
"synonyms": [],
"value": "child-friendly"
},
{
"synonyms": [],
"value": "kid friendly"
},
{
"synonyms": [],
"value": "child friendly"
},
{
"synonyms": [],
"value": "good for kids"
},
{
"synonyms": [],
"value": "kids will like"
},
{
"synonyms": [],
"value": "kids might like"
},
{
"synonyms": [],
"value": "kids might enjoy"
},
{
"synonyms": [],
"value": "friendly for children"
},
{
"synonyms": [],
"value": "fun for my kids"
},
{
"synonyms": [],
"value": "appeal to children"
},
{
"synonyms": [],
"value": "appeal to kids"
}
],
"name": "Travel_slash_good_for_kids",
"valueSelectionStrategy": "ORIGINAL_VALUE",
"version": "1"
},
{
"enumerationValues": [
{
"synonyms": [],
"value": "laundry service"
},
{
"synonyms": [],
"value": "laundry"
}
],
"name": "Hotels_slash_has_laundry_service",
"valueSelectionStrategy": "ORIGINAL_VALUE",
"version": "1"
},
{
"enumerationValues": [
{
"synonyms": [],
"value": "wifi"
},
{
"synonyms": [],
"value": "Wi-Fi"
}
],
"name": "Hotels_slash_has_wifi",
"valueSelectionStrategy": "ORIGINAL_VALUE",
"version": "1"
},
{
"enumerationValues": [
{
"synonyms": [],
"value": "Economy"
},
{
"synonyms": [],
"value": "Economy extra"
},
{
"synonyms": [],
"value": "Flexible"
},
{
"synonyms": [],
"value": "dontcare"
}
],
"name": "Buses_slash_seating_class",
"valueSelectionStrategy": "ORIGINAL_VALUE",
"version": "1"
},
{
"enumerationValues": [
{
"synonyms": [],
"value": "pets are allowed"
},
{
"synonyms": [],
"value": "pet friendly"
},
{
"synonyms": [],
"value": "pet-friendly"
},
{
"synonyms": [],
"value": "allows pets"
},
{
"synonyms": [],
"value": "allow pets"
},
{
"synonyms": [],
"value": "allowed to have pets"
},
{
"synonyms": [],
"value": "with pets allowed"
},
{
"synonyms": [],
"value": "with pets"
},
{
"synonyms": [],
"value": "accepts pets"
},
{
"synonyms": [],
"value": "accept pets"
},
{
"synonyms": [],
"value": "pets should be allowed"
},
{
"synonyms": [],
"value": "pets must be allowed"
},
{
"synonyms": [],
"value": "pets allowed"
}
],
"name": "Hotels_slash_pets_welcome",
"valueSelectionStrategy": "ORIGINAL_VALUE",
"version": "1"
},
{
"enumerationValues": [
{
"synonyms": [],
"value": "historical landmark"
},
{
"synonyms": [],
"value": "historical spot"
},
{
"synonyms": [],
"value": "museum"
},
{
"synonyms": [],
"value": "nature preserve"
},
{
"synonyms": [],
"value": "wildlife spot"
},
{
"synonyms": [],
"value": "natural spot"
},
{
"synonyms": [],
"value": "park"
},
{
"synonyms": [],
"value": "garden"
},
{
"synonyms": [],
"value": "performing arts venue"
},
{
"synonyms": [],
"value": "performance venue"
},
{
"synonyms": [],
"value": "place of worship"
},
{
"synonyms": [],
"value": "religious spot"
},
{
"synonyms": [],
"value": "shopping area"
},
{
"synonyms": [],
"value": "mall"
},
{
"synonyms": [],
"value": "shopping district"
},
{
"synonyms": [],
"value": "playground"
},
{
"synonyms": [],
"value": "sports venue"
},
{
"synonyms": [],
"value": "stadium"
},
{
"synonyms": [],
"value": "theme park"
},
{
"synonyms": [],
"value": "amusement park"
},
{
"synonyms": [],
"value": "tourist attraction"
},
{
"synonyms": [],
"value": "place of interest"
}
],
"name": "Travel_slash_attraction_category",
"valueSelectionStrategy": "ORIGINAL_VALUE",
"version": "1"
},
{
"enumerationValues": [
{
"synonyms": [],
"value": "Business"
},
{
"synonyms": [],
"value": "Economy"
},
{
"synonyms": [],
"value": "First Class"
},
{
"synonyms": [],
"value": "Premium Economy"
},
{
"synonyms": [],
"value": "dontcare"
}
],
"name": "Flights_slash_seating_class",
"valueSelectionStrategy": "ORIGINAL_VALUE",
"version": "1"
},
{
"enumerationValues": [
{
"synonyms": [],
"value": "luxury"
},
{
"synonyms": [],
"value": "luxurious"
},
{
"synonyms": [],
"value": "most comfortable"
},
{
"synonyms": [],
"value": "expensive"
},
{
"synonyms": [],
"value": "pool"
},
{
"synonyms": [],
"value": "cheapest"
},
{
"synonyms": [],
"value": "economic"
},
{
"synonyms": [],
"value": "regular"
},
{
"synonyms": [],
"value": "normal"
},
{
"synonyms": [],
"value": "shared ride"
}
],
"name": "RideSharing_slash_ride_type",
"valueSelectionStrategy": "ORIGINAL_VALUE",
"version": "1"
},
{
"enumerationValues": [
{
"synonyms": [],
"value": "30th Street Station"
},
{
"synonyms": [],
"value": "30th Street station"
},
{
"synonyms": [],
"value": "30th street Station"
},
{
"synonyms": [],
"value": "30th street station"
},
{
"synonyms": [],
"value": "Anaheim Intermodal Center"
},
{
"synonyms": [],
"value": "Benito Juarez International Airport"
},
{
"synonyms": [],
"value": "Benito Juarez International airport"
},
{
"synonyms": [],
"value": "Charles De Gaulle International Airport"
},
{
"synonyms": [],
"value": "Charles De Gaulle international airport"
},
{
"synonyms": [],
"value": "Charles de Gaulle Airport"
},
{
"synonyms": [],
"value": "Charles de Gaulle International Airport"
},
{
"synonyms": [],
"value": "Charles de Gaulle International airport"
},
{
"synonyms": [],
"value": "Charles de Gaulle international airport"
},
{
"synonyms": [],
"value": "Charles de gaulle international airport"
},
{
"synonyms": [],
"value": "Chicago Union Station"
},
{
"synonyms": [],
"value": "Chicago union Station"
},
{
"synonyms": [],
"value": "Delhi Airport"
},
{
"synonyms": [],
"value": "Delhi airport"
},
{
"synonyms": [],
"value": "Downtown Station"
},
{
"synonyms": [],
"value": "Downtown station"
},
{
"synonyms": [],
"value": "Dulles International Airport"
},
{
"synonyms": [],
"value": "Estacion Buenavista"
},
{
"synonyms": [],
"value": "Fresno Station"
},
{
"synonyms": [],
"value": "Fresno Yosemite International Airport"
},
{
"synonyms": [],
"value": "Fresno station"
},
{
"synonyms": [],
"value": "Gatwick International Airport"
},
{
"synonyms": [],
"value": "Gatwick International airport"
},
{
"synonyms": [],
"value": "Gatwick international Airport"
},
{
"synonyms": [],
"value": "Grand Central Station"
},
{
"synonyms": [],
"value": "Grand central station"
},
{
"synonyms": [],
"value": "Hartsfield"
},
{
"synonyms": [],
"value": "Hartsfield-Jackson"
},
{
"synonyms": [],
"value": "Hartsfield-Jackson Airport"
},
{
"synonyms": [],
"value": "Hartsfield-Jackson International Airport"
},
{
"synonyms": [],
"value": "Hartsfield-Jackson International airport"
},
{
"synonyms": [],
"value": "Hartsfield-jackson International Airport"
},
{
"synonyms": [],
"value": "Hartsfield-jackson international airport"
},
{
"synonyms": [],
"value": "Heathrow Airport"
},
{
"synonyms": [],
"value": "Heathrow International Airport"
},
{
"synonyms": [],
"value": "Heathrow International airport"
},
{
"synonyms": [],
"value": "Heathrow international Airport"
},
{
"synonyms": [],
"value": "Heathrow international airport"
},
{
"synonyms": [],
"value": "Indira Gandhi International AIrport"
},
{
"synonyms": [],
"value": "Indira Gandhi International Airport"
},
{
"synonyms": [],
"value": "Indira Gandhi International airport"
},
{
"synonyms": [],
"value": "Intercity Terminal"
},
{
"synonyms": [],
"value": "Intercity terminal"
},
{
"synonyms": [],
"value": "JFK Airport"
},
{
"synonyms": [],
"value": "JFK International Airport"
},
{
"synonyms": [],
"value": "JFK International airport"
},
{
"synonyms": [],
"value": "JFK international Airport"
},
{
"synonyms": [],
"value": "JFK international airport"
},
{
"synonyms": [],
"value": "John F. Kennedy Airport"
},
{
"synonyms": [],
"value": "John F. Kennedy International Airport"
},
{
"synonyms": [],
"value": "John Wayne Airport"
},
{
"synonyms": [],
"value": "John Wayne airport"
},
{
"synonyms": [],
"value": "John wayne Airport"
},
{
"synonyms": [],
"value": "John wayne airport"
},
{
"synonyms": [],
"value": "Jomo Kenyatta Airport"
},
{
"synonyms": [],
"value": "Jomo Kenyatta International Airport"
},
{
"synonyms": [],
"value": "Jomo Kenyatta International airport"
},
{
"synonyms": [],
"value": "KILA Airport"
},
{
"synonyms": [],
"value": "KLIA International Airport"
},
{
"synonyms": [],
"value": "King Street Station"
},
{
"synonyms": [],
"value": "King Street station"
},
{
"synonyms": [],
"value": "Kingsford Smith Airport"
},
{
"synonyms": [],
"value": "Kingsford Smith International Airport"
},
{
"synonyms": [],
"value": "Kingsford Smith International airport"
},
{
"synonyms": [],
"value": "Kingsford smith international airport"
},
{
"synonyms": [],
"value": "Kuala Lumpur International Airport"
},
{
"synonyms": [],
"value": "LAX Airport"
},
{
"synonyms": [],
"value": "LAX International Airport"
},
{
"synonyms": [],
"value": "LAX international airport"
},
{
"synonyms": [],
"value": "LGB Airport"
},
{
"synonyms": [],
"value": "Lax International Airport"
},
{
"synonyms": [],
"value": "McCarran International Airport"
},
{
"synonyms": [],
"value": "O'Hare Airport"
},
{
"synonyms": [],
"value": "O'Hare International Airport"
},
{
"synonyms": [],
"value": "O'hare International Airport"
},
{
"synonyms": [],
"value": "O'hare international airport"
},
{
"synonyms": [],
"value": "Orly International Airport"
},
{
"synonyms": [],
"value": "PDX Airport"
},
{
"synonyms": [],
"value": "PDX International Airport"
},
{
"synonyms": [],
"value": "PDX International airport"
},
{
"synonyms": [],
"value": "PDX airport"
},
{
"synonyms": [],
"value": "PDX international airport"
},
{
"synonyms": [],
"value": "PDx International Airport"
},
{
"synonyms": [],
"value": "PHL International Airport"
},
{
"synonyms": [],
"value": "PHL airport"
},
{
"synonyms": [],
"value": "PHL international airport"
},
{
"synonyms": [],
"value": "Pacific Central Station"
},
{
"synonyms": [],
"value": "Pacific Central station"
},
{
"synonyms": [],
"value": "Pacific central station"
},
{
"synonyms": [],
"value": "Peachtree Station"
},
{
"synonyms": [],
"value": "Peachtree station"
},
{
"synonyms": [],
"value": "Phoenix Sky Harbor Airport"
},
{
"synonyms": [],
"value": "Phoenix Union Station"
},
{
"synonyms": [],
"value": "Phoenix Union station"
},
{
"synonyms": [],
"value": "Port Authority Station"
},
{
"synonyms": [],
"value": "Portland Bus Station"
},
{
"synonyms": [],
"value": "Portland Bus station"
},
{
"synonyms": [],
"value": "Portland bus station"
},
{
"synonyms": [],
"value": "Roissy Airport"
},
{
"synonyms": [],
"value": "SAN Airport"
},
{
"synonyms": [],
"value": "SAN International Airport"
},
{
"synonyms": [],
"value": "SAN airport"
},
{
"synonyms": [],
"value": "SAN international Airport"
},
{
"synonyms": [],
"value": "SAN international airport"
},
{
"synonyms": [],
"value": "SFO"
},
{
"synonyms": [],
"value": "SFO INternational Airport"
},
{
"synonyms": [],
"value": "SFO International AIrport"
},
{
"synonyms": [],
"value": "SFO International Airport"
},
{
"synonyms": [],
"value": "SFO International airport"
},
{
"synonyms": [],
"value": "SFO airport"
},
{
"synonyms": [],
"value": "SFO international Airport"
},
{
"synonyms": [],
"value": "SFO international airport"
},
{
"synonyms": [],
"value": "SMF International Airport"
},
{
"synonyms": [],
"value": "SMF International airport"
},
{
"synonyms": [],
"value": "SMF international airport"
},
{
"synonyms": [],
"value": "Sacramento Valley Station"
},
{
"synonyms": [],
"value": "Salesforce Transit Center"
},
{
"synonyms": [],
"value": "Santa Fe Depot"
},
{
"synonyms": [],
"value": "Seattle-Tacoma International Airport"
},
{
"synonyms": [],
"value": "Seattle-Tacoma international Airport"
},
{
"synonyms": [],
"value": "Seattle-tacoma International Airport"
},
{
"synonyms": [],
"value": "Sky Harbor Airport"
},
{
"synonyms": [],
"value": "Sky Harbor International Airport"
},
{
"synonyms": [],
"value": "Sky harbor international airport"
},
{
"synonyms": [],
"value": "Toronto Pearson Airport"
},
{
"synonyms": [],
"value": "Toronto Pearson International Airport"
},
{
"synonyms": [],
"value": "Toronto Pearson international Airport"
},
{
"synonyms": [],
"value": "Toronto pearson international Airport"
},
{
"synonyms": [],
"value": "Union Plaza"
},
{
"synonyms": [],
"value": "Union Station"
},
{
"synonyms": [],
"value": "Union plaza"
},
{
"synonyms": [],
"value": "Union station"
},
{
"synonyms": [],
"value": "Vancouver Airport"
},
{
"synonyms": [],
"value": "YVR Airport"
},
{
"synonyms": [],
"value": "YVR International AIrport"
},
{
"synonyms": [],
"value": "YVR International Airport"
},
{
"synonyms": [],
"value": "YVR International airport"
},
{
"synonyms": [],
"value": "YVR international Airport"
},
{
"synonyms": [],
"value": "YVR international airport"
},
{
"synonyms": [],
"value": "benito juarez international airport"
},
{
"synonyms": [],
"value": "charles de gaulle airport"
},
{
"synonyms": [],
"value": "charles de gaulle international airport"
},
{
"synonyms": [],
"value": "fresno station"
},
{
"synonyms": [],
"value": "fresno yosemite international airport"
},
{
"synonyms": [],
"value": "gatwick international airport"
},
{
"synonyms": [],
"value": "grand central station"
},
{
"synonyms": [],
"value": "hartsfield-Jackson international airport"
},
{
"synonyms": [],
"value": "hartsfield-jackson international airport"
},
{
"synonyms": [],
"value": "heathrow international airport"
},
{
"synonyms": [],
"value": "indira gandhi international airport"
},
{
"synonyms": [],
"value": "intercity Terminal"
},
{
"synonyms": [],
"value": "intercity terminal"
},
{
"synonyms": [],
"value": "jfk international airport"
},
{
"synonyms": [],
"value": "john wayne airport"
},
{
"synonyms": [],
"value": "king street station"
},
{
"synonyms": [],
"value": "kingsford Smith international airport"
},
{
"synonyms": [],
"value": "kingsford smith international airport"
},
{
"synonyms": [],
"value": "lax international airport"
},
{
"synonyms": [],
"value": "o'hare international airport"
},
{
"synonyms": [],
"value": "pdx international airport"
},
{
"synonyms": [],
"value": "peachtree station"
},
{
"synonyms": [],
"value": "phl international airport"
},
{
"synonyms": [],
"value": "phoenix sky harbor airport"
},
{
"synonyms": [],
"value": "port authority station"
},
{
"synonyms": [],
"value": "portland bus station"
},
{
"synonyms": [],
"value": "roissy airport"
},
{
"synonyms": [],
"value": "sacramento valley station"
},
{
"synonyms": [],
"value": "salesforce transit center"
},
{
"synonyms": [],
"value": "san international airport"
},
{
"synonyms": [],
"value": "santa fe depot"
},
{
"synonyms": [],
"value": "seattle-tacoma international airport"
},
{
"synonyms": [],
"value": "sfo international airport"
},
{
"synonyms": [],
"value": "sky harbor international airport"
},
{
"synonyms": [],
"value": "smf international airport"
},
{
"synonyms": [],
"value": "toronto pearson international airport"
},
{
"synonyms": [],
"value": "union Plaza"
},
{
"synonyms": [],
"value": "union station"
},
{
"synonyms": [],
"value": "yvr airport"
},
{
"synonyms": [],
"value": "yvr international airport"
}
],
"name": "RentalCars_slash_pickup_location",
"valueSelectionStrategy": "ORIGINAL_VALUE",
"version": "1"
},
{
"enumerationValues": [
{
"synonyms": [],
"value": "refundable"
}
],
"name": "Flights_slash_refundable",
"valueSelectionStrategy": "ORIGINAL_VALUE",
"version": "1"
},
{
"enumerationValues": [
{
"synonyms": [],
"value": "shared ride"
},
{
"synonyms": [],
"value": "share ride"
},
{
"synonyms": [],
"value": "shared cab"
},
{
"synonyms": [],
"value": "sharing ride"
},
{
"synonyms": [],
"value": "ride sharing"
},
{
"synonyms": [],
"value": "sharing a ride"
},
{
"synonyms": [],
"value": "share a ride"
},
{
"synonyms": [],
"value": "shared rides"
},
{
"synonyms": [],
"value": "sharing a cab"
},
{
"synonyms": [],
"value": "shared car"
},
{
"synonyms": [],
"value": "shared"
}
],
"name": "RideSharing_slash_shared_ride",
"valueSelectionStrategy": "ORIGINAL_VALUE",
"version": "1"
},
{
"enumerationValues": [
{
"synonyms": [],
"value": "compact"
},
{
"synonyms": [],
"value": "small car"
},
{
"synonyms": [],
"value": "small"
},
{
"synonyms": [],
"value": "full-size"
},
{
"synonyms": [],
"value": "large"
},
{
"synonyms": [],
"value": "spacious"
},
{
"synonyms": [],
"value": "standard"
},
{
"synonyms": [],
"value": "medium-sized"
},
{
"synonyms": [],
"value": "intermediate"
},
{
"synonyms": [],
"value": "hatchback"
},
{
"synonyms": [],
"value": "suv"
},
{
"synonyms": [],
"value": "sedan"
}
],
"name": "RentalCars_slash_car_type",
"valueSelectionStrategy": "ORIGINAL_VALUE",
"version": "1"
}
],
"version": "1",
"voiceId": "Kendra"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment