UnderstandResult.Builder(UnderstandRequest) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new builder for an UnderstandResult for the given request.
[Android.Runtime.Register(".ctor", "(Landroid/service/personalcontext/understander/UnderstandRequest;)V", "", ApiSince=37)]
public Builder(Android.Service.PersonalContext.Understander.UnderstandRequest request);
[<Android.Runtime.Register(".ctor", "(Landroid/service/personalcontext/understander/UnderstandRequest;)V", "", ApiSince=37)>]
new Android.Service.PersonalContext.Understander.UnderstandResult.Builder : Android.Service.PersonalContext.Understander.UnderstandRequest -> Android.Service.PersonalContext.Understander.UnderstandResult.Builder
Parameters
- request
- UnderstandRequest
the request for which an understand result is being built
- Attributes