PromptAndCollectUserInformationResult
Overview
The PromptAndCollectUserInformationResult operation represents the sending of an INAP PromptAndCollectUserInformationResult.
This message is sent by the IN Tester when it is simulating the role of the Service Switching Platform (SSP) or the role of an external Specialised Resource Platform (SRP).
- Direction: OUTBOUND
- From: SSP (IN Tester) or SRP (IN Tester)
- To: SCP (Application Under Test)
Attributes
The operation attributes are as follows.
Attribute | Type | Description |
---|---|---|
type
|
String |
inap.ssp_to_scp.PromptAndCollectUserInformationResult or inap.srp_to_scp.PromptAndCollectUserInformationResult
|
label
|
String |
An optional label for this node if it is to be the target of a branch operation.
|
send_with_next
|
Boolean |
Request that this INAP operation should be bundled with the next outbound TCAP. (Default = false ).
|
send_and_close
|
Boolean |
Request that this INAP operation should be sent as TCAP_END. (Default = false ).
|
arguments
|
Object | [Required] The structure of the INAP PromptAndCollectUserInformationResultArg to construct and send. Expressions may be supplied within this structure. |
Example
This is an example entry within the operations
array:
{
"type": "inap.srp_to_scp.PromptAndCollectUserInformationResult",
"arguments": {
"digitsResponse_digits": "1234"
}
}
Arguments
The following outbound arguments are supported.
Argument | Type | Notes |
---|---|---|
digitsResponse
|
Binary String | This attribute can be specified as binary data. Alternatively, specify the individual components below. |
digitsResponse_digits
digitsResponse_scheme
digitsResponse_type
|
Digit String Integer Integer |
Hexadecimal Digits 0-9/A-F
Range 0..7, default = 0 [BCD]
Range 0..31, default = 0
All ignored if digitsResponse is defined.
|