azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.cogniti...

70 строки
3.4 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.cognitiveservices.language.luis.runtime.models.CompositeChildModel.type()
name: type()
nameWithType: CompositeChildModel.type()
returns:
description: <p>the type value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the type value.</p>
<p></p>
syntax: public String type()
uid: com.microsoft.azure.cognitiveservices.language.luis.runtime.models.CompositeChildModel.type()
- fullName: com.microsoft.azure.cognitiveservices.language.luis.runtime.models.CompositeChildModel.value()
name: value()
nameWithType: CompositeChildModel.value()
returns:
description: <p>the value value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the value value.</p>
<p></p>
syntax: public String value()
uid: com.microsoft.azure.cognitiveservices.language.luis.runtime.models.CompositeChildModel.value()
- fullName: com.microsoft.azure.cognitiveservices.language.luis.runtime.models.CompositeChildModel.withType(String type)
name: withType(String type)
nameWithType: CompositeChildModel.withType(String type)
parameters:
- description: <p>the type value to set </p>
name: type
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the CompositeChildModel object itself. </p>
type: <xref href="com.microsoft.azure.cognitiveservices.language.luis.runtime.models.CompositeChildModel?alt=com.microsoft.azure.cognitiveservices.language.luis.runtime.models.CompositeChildModel&text=CompositeChildModel" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the type value.</p>
<p></p>
syntax: public CompositeChildModel withType(String type)
uid: com.microsoft.azure.cognitiveservices.language.luis.runtime.models.CompositeChildModel.withType(String)
- fullName: com.microsoft.azure.cognitiveservices.language.luis.runtime.models.CompositeChildModel.withValue(String value)
name: withValue(String value)
nameWithType: CompositeChildModel.withValue(String value)
parameters:
- description: <p>the value value to set </p>
name: value
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the CompositeChildModel object itself. </p>
type: <xref href="com.microsoft.azure.cognitiveservices.language.luis.runtime.models.CompositeChildModel?alt=com.microsoft.azure.cognitiveservices.language.luis.runtime.models.CompositeChildModel&text=CompositeChildModel" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the value value.</p>
<p></p>
syntax: public CompositeChildModel withValue(String value)
uid: com.microsoft.azure.cognitiveservices.language.luis.runtime.models.CompositeChildModel.withValue(String)
nameWithType: CompositeChildModel
syntax: public class CompositeChildModel
type: class
uid: com.microsoft.azure.cognitiveservices.language.luis.runtime.models.CompositeChildModel
fullName: com.microsoft.azure.cognitiveservices.language.luis.runtime.models.CompositeChildModel
name: CompositeChildModel
package: com.microsoft.azure.cognitiveservices.language.luis.runtime.models
summary: <p>Child entity in a LUIS Composite Entity. </p>
metadata: {}