PredictByReferenceResponse ComplexType

Contains the response from the PredictByReference action

Properties

The properties of a complex type contain the structured data of the type.

Name Type Details
response Edm.String

The actual result of the predict by reference action when it is completed.

Navigation Properties

The navigation properties of a complex type contain references to an entity type or a collection of entity types.

Name Type Nullable Description
responsev2 crmbaseentity False The actual result (v2) of the predict by reference action when it is completed.

Used by

The following use the PredictByReferenceResponse ComplexType.

Name How used
PredictByReference ReturnType

See also