@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QnAIntentConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
 Details about the the configuration of the built-in Amazon.QnAIntent.
 
| Constructor and Description | 
|---|
| QnAIntentConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| QnAIntentConfiguration | clone() | 
| boolean | equals(Object obj) | 
| BedrockModelSpecification | getBedrockModelConfiguration() | 
| DataSourceConfiguration | getDataSourceConfiguration()
 Contains details about the configuration of the data source used for the  AMAZON.QnAIntent. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setBedrockModelConfiguration(BedrockModelSpecification bedrockModelConfiguration) | 
| void | setDataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
 Contains details about the configuration of the data source used for the  AMAZON.QnAIntent. | 
| String | toString()Returns a string representation of this object. | 
| QnAIntentConfiguration | withBedrockModelConfiguration(BedrockModelSpecification bedrockModelConfiguration) | 
| QnAIntentConfiguration | withDataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
 Contains details about the configuration of the data source used for the  AMAZON.QnAIntent. | 
public void setDataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
 Contains details about the configuration of the data source used for the AMAZON.QnAIntent.
 
dataSourceConfiguration - Contains details about the configuration of the data source used for the AMAZON.QnAIntent.public DataSourceConfiguration getDataSourceConfiguration()
 Contains details about the configuration of the data source used for the AMAZON.QnAIntent.
 
AMAZON.QnAIntent.public QnAIntentConfiguration withDataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
 Contains details about the configuration of the data source used for the AMAZON.QnAIntent.
 
dataSourceConfiguration - Contains details about the configuration of the data source used for the AMAZON.QnAIntent.public void setBedrockModelConfiguration(BedrockModelSpecification bedrockModelConfiguration)
bedrockModelConfiguration - public BedrockModelSpecification getBedrockModelConfiguration()
public QnAIntentConfiguration withBedrockModelConfiguration(BedrockModelSpecification bedrockModelConfiguration)
bedrockModelConfiguration - public String toString()
toString in class ObjectObject.toString()public QnAIntentConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.