objectFields

@JvmName(name = "rresunbxckswjeyv")
suspend fun objectFields(value: Output<List<String>>)
@JvmName(name = "qlrxlrwwarpjeyld")
suspend fun objectFields(value: List<String>?)

Parameters

value

The fields from the source that are made available to your agents in Amazon Q in Connect. Optional if ObjectConfiguration is included in the provided DataIntegration.

  • For Salesforce , you must include at least Id , ArticleNumber , VersionNumber , Title , PublishStatus , and IsDeleted .

  • For ServiceNow , you must include at least number , short_description , sys_mod_count , workflow_state , and active .

  • For Zendesk , you must include at least id , title , updated_at , and draft . Make sure to include additional fields. These fields are indexed and used to source recommendations.


@JvmName(name = "lhnbmhiuoubqqouk")
suspend fun objectFields(vararg values: Output<String>)


@JvmName(name = "ymjxnvicgucffrmy")
suspend fun objectFields(values: List<Output<String>>)
@JvmName(name = "lrvowobcngssfsys")
suspend fun objectFields(vararg values: String)

Parameters

values

The fields from the source that are made available to your agents in Amazon Q in Connect. Optional if ObjectConfiguration is included in the provided DataIntegration.

  • For Salesforce , you must include at least Id , ArticleNumber , VersionNumber , Title , PublishStatus , and IsDeleted .

  • For ServiceNow , you must include at least number , short_description , sys_mod_count , workflow_state , and active .

  • For Zendesk , you must include at least id , title , updated_at , and draft . Make sure to include additional fields. These fields are indexed and used to source recommendations.