Intent Service Schema

Loading schema...

Intent Service Example Lookup

How to Use This Tool

๐ŸŽฏ Welcome to the Intent Service Schema Tool

This comprehensive tool helps developers explore the Intent Service Schema and discover example responses for different voice commands and content queries. Perfect for API integration, testing, and understanding the expected data structures.

1 ๐Ÿ“Š Schema Tab - Understanding the Structure

What is the Schema?

The schema defines the exact structure and format of data that the Intent Service expects and returns. It's like a blueprint that shows all possible fields, their types, and relationships.

๐Ÿ” Two Viewing Modes Available:

๐Ÿ“ฑ JSON Viewer Mode (Default)
  • Interactive, collapsible tree structure
  • Click on sections to expand/collapse
  • Easy to navigate complex nested objects
  • Perfect for exploring and understanding relationships
๐Ÿ“„ Plain JSON Mode
  • Raw JSON text format
  • Easy to copy and paste
  • Searchable with Ctrl+F
  • Great for technical analysis
๐Ÿ’ก Pro Tips:
  • Use "Expand" button for a larger viewing area
  • Toggle between modes with "Show as Plain JSON"
  • In viewer mode, look for nested objects and arrays marked with [Object] and [Array]

2 ๐Ÿ” Examples Tab - Finding Intent Responses

What are Examples?

Examples show you exactly what response format to expect when a user makes a specific voice command or query. Each example includes the exact JSON structure your application will receive.

๐Ÿ“ Step-by-Step Guide:

  1. Select a Category:
    tv101

    TV control commands like "turn on TV", "change channel", "volume up", navigation controls

    content

    Content discovery like "play Netflix", "find movies", "search for shows"

  2. Enter Your Query:

    Type natural language commands. As you type, you'll see auto-suggestions of available examples. Try queries like:

    "turn on tv" "play netflix" "volume up" "find movies"
  3. Click "Get Example":

    View the complete JSON response structure that your application should expect to receive for that specific query.

โœ… Success Tips:
  • Use auto-suggestions: Click on dropdown options to see all available example queries
  • Case doesn't matter: "Turn On TV" and "turn on tv" will both work
  • Exact matches: The tool looks for exact query matches, so use the suggested examples for best results
  • No match? Try browsing the dropdown suggestions to see what queries are available

3 ๐Ÿš€ Common Use Cases & Applications

๐Ÿ”ง
API Development & Integration

Use examples to understand exact request/response formats when building applications that integrate with Intent Services. Perfect for planning your API endpoints and data handling.

๐Ÿงช
Testing & Quality Assurance

Create comprehensive test cases using example responses to validate your application handles all types of intents correctly. Ensure robust error handling and response parsing.

๐Ÿ“
Documentation & Training

Reference the schema when writing technical documentation, API guides, or training materials for your development team. Share real examples with stakeholders.

๐ŸŽฏ
Voice Interface Planning

Explore available categories and example queries to plan your voice interface, chatbot responses, or smart device interactions. Understand user intent patterns.

๐ŸŽ‰ Ready to Get Started?

Explore the Schema tab to understand the data structure, then try the Examples tab to see real responses in action!