API reference
API reference
Select your platform
No SDKs available
No versions available

InvocationContext Class

Holds the details required to invoke a method at runtime.

Overview

Properties

Type
Type[Get]
The type that declares the method.
MethodInfo
The method information.
float
The minimum confidence necessary to invoke this method.
float
The maximum confidence allowed to invoke this method.
bool
Whether partial responses should be validated
Dictionary< string, string >
If the invocation context is resolved, this will map formal parameter names to actual (incoming) parameter names if they are different. This may be empty if no mapping is required or the context is not resolved. The key is the formal parameter name and value is the actual parameter name.
Type
Saving the attribute type for the current context.

Details

Properties

Type Meta.Conduit.InvocationContext.Type
The type that declares the method.
MethodInfo Meta.Conduit.InvocationContext.MethodInfo
The method information.
float Meta.Conduit.InvocationContext.MinConfidence
The minimum confidence necessary to invoke this method.
float Meta.Conduit.InvocationContext.MaxConfidence
The maximum confidence allowed to invoke this method.
bool Meta.Conduit.InvocationContext.ValidatePartial
Whether partial responses should be validated
Dictionary<string, string> Meta.Conduit.InvocationContext.ParameterMap
If the invocation context is resolved, this will map formal parameter names to actual (incoming) parameter names if they are different. This may be empty if no mapping is required or the context is not resolved. The key is the formal parameter name and value is the actual parameter name.
Type Meta.Conduit.InvocationContext.CustomAttributeType
Saving the attribute type for the current context.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon