Type | Type[Get] The type that declares the method. |
MethodInfo | MethodInfo[Get] The method information. |
float | MinConfidence[Get] The minimum confidence necessary to invoke this method. |
float | MaxConfidence[Get] The maximum confidence allowed to invoke this method. |
bool | ValidatePartial[Get] Whether partial responses should be validated |
Dictionary< string, string > | ParameterMap[Get] 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 | CustomAttributeType[Get] Saving the attribute type for the current context. |
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. |