Gets a dictionary with the name/value pairs that will be provided to the secure IVR, and to the 3rd party service processing the secure input session.

Namespace: ININ.InteractionClient.AddIn
Assembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
IDictionary<string, string> SecureParameters { get; }
Visual Basic
ReadOnly Property SecureParameters As IDictionary(Of String, String)
	Get

See Also