The type of resource to return. This parameter accepts the following values:
question. Returns questions that are stored in the answer bank system.
question_equivalence_class. Returns question equivalence classes that are stored in the answer bank system. A question equivalence class is a set of equivalent questions, and it also includes a reference question and an answer.
schema. Returns the JSON schemas for the data that you must send to Answer Server to update a Fact Bank, Answer Bank, Passage Extractor, or Conversation system.
XSD. Returns response XML Schema Definitions (XSDs) for Answer Server actions, including Ask, Converse, GetJobStatus, GetResources, GetStats, GetStatus, and ManageResources.
rule_suggestion. Automatically generates and returns an answer bank question equivalence rule, based on the questions that you specify in IDs. You can also optionally specify the rule_suggestion_text
property in the Filter parameter, to provide an array of additional questions to include in the rule suggestion.
conversation_session. Returns the IDs of active conversation sessions in a conversation system.
By default, Answer Server returns all resources of the specified type. You can use this action to find the IDs of particular resources to use in other actions (such as ManageResources). You can also use the IDs parameter to return specific resources.
Actions: | GetResources
|
Type: | String |
Default: | all |
Example: | Type=schema
|
See Also: | IDs |
|