Language

UnderstandResult.Builder(UnderstandRequest) Constructor

Definition

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

Applies to