_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
voice_tone_analysis_task
The details of the voice tone analysis task. | STRUCT( "voice_tone_analysis_task_id" VARCHAR, "voice_tone_analysis_task_status" VARCHAR, "call_details" STRUCT( "voice_connector_id" VARCHAR, "transaction_id" VARCHAR, "is_caller" BOOLEAN ), "created_timestamp" TIMESTAMP_S, "updated_timestamp" TIMESTAMP_S, "started_timestamp" TIMESTAMP_S, "status_message" VARCHAR ) |
Show child fields- voice_tone_analysis_task.call_details
The call details of a voice tone analysis task. Show child fields- voice_tone_analysis_task.call_details.is_caller
Identifies a person as the caller or the callee.
- voice_tone_analysis_task.call_details.transaction_id
The transaction ID of a Voice Connector call.
- voice_tone_analysis_task.call_details.voice_connector_id
The Voice Connector ID.
- voice_tone_analysis_task.created_timestamp
The time at which a voice tone analysis task was created.
- voice_tone_analysis_task.started_timestamp
The time at which a voice tone analysis task started.
- voice_tone_analysis_task.status_message
The status of a voice tone analysis task.
- voice_tone_analysis_task.updated_timestamp
The time at which a voice tone analysis task was updated.
- voice_tone_analysis_task.voice_tone_analysis_task_id
The ID of the voice tone analysis task.
- voice_tone_analysis_task.voice_tone_analysis_task_status
The status of a voice tone analysis task, IN_QUEUE, IN_PROGRESS, PARTIAL_SUCCESS, SUCCEEDED, FAILED, or STOPPED.
|